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) 2021-09-09T10:40:13.092Z||main|||||INFO|500||The following profiles are active: basic 2021-09-09T10:40:21.992Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-09T10:40:21.992Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-09T10:40:22.063Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-09T10:40:24.221Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-09T10:40:24.409Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-09T10:40:24.762Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-09T10:40:24.768Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-09T10:40:24.854Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-09T10:40:24.974Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-09T10:40:25.340Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-09T10:40:26.137Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-09T10:40:27.934Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-09T10:40:27.980Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-09T10:40:28.430Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-09T10:40:28.586Z||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. 2021-09-09T10:40:29.768Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-09T10:40:30.698Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-09T10:40:30.714Z||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$$972d103d.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) 2021-09-09T10:40:30.715Z||main|||||WARN|500||The sdc end point is not alive 2021-09-09T10:40:33.397Z||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 2021-09-09T10:40:35.943Z||main|||||WARN|500||--- 2021-09-09T10:40:35.943Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-09T10:40:35.943Z||main|||||WARN|500||--- 2021-09-09T10:40:36.368Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-09T10:40:40.459Z||main|||||INFO|500||Started Application in 31.579 seconds (JVM running for 32.651) 2021-09-09T10:40:40.472Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-09T10:40:40.473Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-09T10:40:40.483Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-09T10:40:40.549Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-09T10:40:40.586Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a15265b4-2c5b-4ae6-ba33-e07ea98ddc2c url= /sdc/v1/artifactTypes 2021-09-09T10:40:40.587Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-09T10:40:40.846Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-09T10:40:40.866Z||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 2021-09-09T10:40:40.888Z||scheduling-1|||||DEBUG|500||create keys 2021-09-09T10:40:40.897Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-09T10:40:40.920Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:40:40.936Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 63a8b12b-aa83-4d75-a1a6-c719297b9435 url= /sdc/v1/registerForDistribution 2021-09-09T10:40:41.011Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 63a8b12b-aa83-4d75-a1a6-c719297b9435 url= /sdc/v1/registerForDistribution 2021-09-09T10:40:41.012Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-09T10:40:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:40:41.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:40:41.025Z||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. 2021-09-09T10:40:41.025Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:40:41.025Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-09T10:40:41.026Z||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. 2021-09-09T10:40:41.026Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:40:51.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:40:51.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:41:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:41:41.019Z||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. 2021-09-09T10:41:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:41:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:41:41.020Z||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. 2021-09-09T10:41:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:41:50.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:41:50.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:42:41.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:42:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:42:41.019Z||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. 2021-09-09T10:42:41.020Z||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. 2021-09-09T10:42:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:42:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:42:50.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:42:50.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:43:41.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:43:41.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:43:41.022Z||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. 2021-09-09T10:43:41.022Z||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. 2021-09-09T10:43:41.022Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:43:41.022Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:43:50.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:43:50.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:44:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:44:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T10:44:41.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T10:44:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:44:41.020Z||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. 2021-09-09T10:44:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:44:50.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:44:50.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:45:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:45:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T10:45:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T10:45:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:45:41.020Z||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. 2021-09-09T10:45:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:45:50.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:45:50.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:46:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:46:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T10:46:41.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:46:41.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T10:46:41.020Z||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. 2021-09-09T10:46:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:46:50.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:46:50.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:47:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:47:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T10:47:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T10:47:41.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:47:41.020Z||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. 2021-09-09T10:47:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:47:50.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:47:50.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:48:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:48:41.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:48:41.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T10:48:41.021Z||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. 2021-09-09T10:48:41.021Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T10:48:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:48:50.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:48:50.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:49:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:49:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T10:49:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T10:49:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:49:41.020Z||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. 2021-09-09T10:49:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:49:50.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:49:50.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:50:12.973Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-09T10:50:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:50:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T10:50:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T10:50:41.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:50:41.020Z||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. 2021-09-09T10:50:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:50:50.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:50:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:51:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:51:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T10:51:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T10:51:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:51:41.020Z||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. 2021-09-09T10:51:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:51:50.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:51:50.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:52:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:52:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T10:52:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T10:52:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:52:41.020Z||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. 2021-09-09T10:52:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:52:50.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:52:50.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:53:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:53:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T10:53:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T10:53:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:53:41.021Z||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. 2021-09-09T10:53:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:53:50.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:53:50.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:54:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:54:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T10:54:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T10:54:41.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:54:41.020Z||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. 2021-09-09T10:54:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:54:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:54:50.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:55:41.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:55:41.019Z||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. 2021-09-09T10:55:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:55:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:55:41.021Z||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. 2021-09-09T10:55:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:55:50.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:55:50.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:56:41.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:56:41.019Z||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. 2021-09-09T10:56:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:56:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:56:41.020Z||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. 2021-09-09T10:56:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:56:50.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:56:50.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:57:41.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:57:41.019Z||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. 2021-09-09T10:57:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:57:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:57:41.020Z||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. 2021-09-09T10:57:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:57:50.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:57:50.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:58:41.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:58:41.019Z||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. 2021-09-09T10:58:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:58:41.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:58:41.020Z||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. 2021-09-09T10:58:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:58:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:58:50.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:59:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:59:41.019Z||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. 2021-09-09T10:59:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:59:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T10:59:41.021Z||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. 2021-09-09T10:59:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T10:59:50.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T10:59:50.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:00:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:00:41.019Z||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. 2021-09-09T11:00:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:00:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:00:41.020Z||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. 2021-09-09T11:00:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:00:50.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:00:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:01:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:01:41.019Z||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. 2021-09-09T11:01:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:01:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:01:41.020Z||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. 2021-09-09T11:01:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:01:50.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:01:50.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:02:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:02:41.019Z||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. 2021-09-09T11:02:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:02:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:02:41.020Z||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. 2021-09-09T11:02:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:02:50.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:02:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:03:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:03:41.019Z||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. 2021-09-09T11:03:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:03:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:03:41.020Z||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. 2021-09-09T11:03:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:03:50.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:03:50.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:04:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:04:41.019Z||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. 2021-09-09T11:04:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:04:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:04:41.020Z||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. 2021-09-09T11:04:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:04:50.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:04:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:05:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:05:41.019Z||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. 2021-09-09T11:05:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:05:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:05:41.020Z||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. 2021-09-09T11:05:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:05:50.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:05:50.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:06:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:06:41.019Z||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. 2021-09-09T11:06:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:06:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:06:41.020Z||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. 2021-09-09T11:06:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:06:50.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:06:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:07:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:07:41.019Z||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. 2021-09-09T11:07:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:07:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:07:41.020Z||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. 2021-09-09T11:07:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:07:50.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:07:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:08:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:08:41.019Z||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. 2021-09-09T11:08:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:08:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:08:41.020Z||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. 2021-09-09T11:08:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:08:50.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:08:50.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:09:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:09:41.019Z||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. 2021-09-09T11:09:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:09:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:09:41.020Z||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. 2021-09-09T11:09:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:09:50.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:09:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:10:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:10:41.019Z||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. 2021-09-09T11:10:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:10:41.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:10:41.020Z||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. 2021-09-09T11:10:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:10:50.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:10:50.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:11:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:11:41.019Z||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. 2021-09-09T11:11:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:11:41.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:11:41.020Z||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. 2021-09-09T11:11:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:11:50.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:11:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:12:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:12:41.019Z||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. 2021-09-09T11:12:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:12:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:12:41.020Z||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. 2021-09-09T11:12:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:12:50.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:12:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:13:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:13:41.019Z||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. 2021-09-09T11:13:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:13:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:13:41.020Z||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. 2021-09-09T11:13:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:13:50.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:13:50.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:14:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:14:41.019Z||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. 2021-09-09T11:14:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:14:41.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:14:41.020Z||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. 2021-09-09T11:14:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:14:50.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:14:50.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:15:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:15:41.019Z||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. 2021-09-09T11:15:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:15:41.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:15:41.020Z||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. 2021-09-09T11:15:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:15:50.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:15:50.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:16:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:16:41.019Z||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. 2021-09-09T11:16:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:16:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:16:41.020Z||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. 2021-09-09T11:16:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:16:50.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:16:50.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:17:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:17:41.020Z||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. 2021-09-09T11:17:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:17:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:17:41.021Z||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. 2021-09-09T11:17:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:17:50.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:17:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:18:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:18:41.020Z||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. 2021-09-09T11:18:41.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:18:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:18:41.020Z||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. 2021-09-09T11:18:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:18:50.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:18:50.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:19:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:19:41.019Z||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. 2021-09-09T11:19:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:19:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:19:41.020Z||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. 2021-09-09T11:19:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:19:50.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:19:50.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:41.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:20:41.019Z||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. 2021-09-09T11:20:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:20:41.020Z||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. 2021-09-09T11:20:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:41.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:41.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"853656de-1e15-44cd-a0fc-dbad4dd0e8d6","serviceName":"vFW 2021-09-09 11-17-15","serviceVersion":"1.0","serviceUUID":"0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c","serviceDescription":"catalog service description","serviceInvariantUUID":"23907b03-d9c6-4c0f-a284-42c35af1810b","resources":[{"resourceInstanceName":"vFW 7c8223c6-454b 0","resourceName":"vFW 7c8223c6-454b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7214885b-2e1d-4f34-b2ee-443939aeeeb5","resourceInvariantUUID":"f4c52b14-4849-4f74-9a9b-6acb20faa269","resourceCustomizationUUID":"e8c51849-7b44-4b66-87e7-e0856d91caaf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml","artifactChecksum":"YTkwM2M0MDAzMTQwNTdlOWRmNTUyNzUxNjhjYzQxZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac1928d7-1aa3-4128-ae5d-3415aec14689","artifactVersion":"1"},{"artifactName":"vfw7c8223c6454b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json","artifactChecksum":"Y2Q3NWY3ZjkwYzM2NTVlMzIwMjBkZTNmYjAzZWE5YWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4b614bc2-d4a2-489b-af91-2068106014e8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a9affb0-00ec-4b39-94dd-a4b06e9f79ea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml","artifactChecksum":"YTZjZmRiZDA5MjAxN2IyY2Y1OWFkNWFmZDk4ODRhZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a34b103-e828-45d5-9526-b35a6533d2e2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48","artifactVersion":"2","generatedFromUUID":"7a9affb0-00ec-4b39-94dd-a4b06e9f79ea"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210909111715-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml","artifactChecksum":"NWJjMjU1Y2E3ODkyMmU1YTU1ODI0NGExODUzY2EyY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e49d57d9-12c5-4610-a1a1-c6b5fb558ace","artifactVersion":"1"},{"artifactName":"service-Vfw20210909111715-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar","artifactChecksum":"Yjc1ZmNkNmI1YjlhNzZiNjY3ZjllMTllYjJmNGE2ZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a7d83fb-856a-4d68-a78c-f4350a995f0a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-09T11:20:41.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:41.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "ves-openapi-manager", "timestamp": 1631186393599, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.654Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:20:41.659Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:20:41.668Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:20:41.668Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "aai-ml", "timestamp": 1631186396615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "policy-id", "timestamp": 1631186396484, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "dcae-sch", "timestamp": 1631186401622, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "cds", "timestamp": 1631186401794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "ves-openapi-manager", "timestamp": 1631186393599, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "aai-ml", "timestamp": 1631186396615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "policy-id", "timestamp": 1631186396484, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "dcae-sch", "timestamp": 1631186401622, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "cds", "timestamp": 1631186401794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "ves-openapi-manager", "timestamp": 1631186393599, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "aai-ml", "timestamp": 1631186396615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "policy-id", "timestamp": 1631186396484, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-09T11:20:41.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "dcae-sch", "timestamp": 1631186401622, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "cds", "timestamp": 1631186401794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "ves-openapi-manager", "timestamp": 1631186393599, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "aai-ml", "timestamp": 1631186396615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "policy-id", "timestamp": 1631186396484, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "dcae-sch", "timestamp": 1631186401622, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "cds", "timestamp": 1631186401794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "ves-openapi-manager", "timestamp": 1631186393599, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "aai-ml", "timestamp": 1631186396615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "policy-id", "timestamp": 1631186396484, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "dcae-sch", "timestamp": 1631186401622, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "cds", "timestamp": 1631186401794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "ves-openapi-manager", "timestamp": 1631186393599, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "aai-ml", "timestamp": 1631186396615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "policy-id", "timestamp": 1631186396484, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "dcae-sch", "timestamp": 1631186401622, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "cds", "timestamp": 1631186401794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186406910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "ves-openapi-manager", "timestamp": 1631186393599, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "aai-ml", "timestamp": 1631186396615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:20:41.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "policy-id", "timestamp": 1631186396484, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:20:41.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "dcae-sch", "timestamp": 1631186401622, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "cds", "timestamp": 1631186401794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:20:41.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186406910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:20:41.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186406910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-09T11:20:41.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186406910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "aai-ml", "timestamp": 1631186410594, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:41.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "policy-id", "timestamp": 1631186410580, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:41.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "cds", "timestamp": 1631186410854, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:41.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186406910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-09T11:20:41.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "policy-id", "timestamp": 1631186411588, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:20:41.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "cds", "timestamp": 1631186411871, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-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=? 2021-09-09T11:20:41.769Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-09T11:20:41.773Z||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. 2021-09-09T11:20:41.773Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:41.783Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:41.783Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 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 (?, ?, ?, ?, ?) 2021-09-09T11:20:41.873Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 2021-09-09T11:20:41.887Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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 (?, ?, ?, ?, ?) 2021-09-09T11:20:41.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "clamp", "timestamp": 1631186411847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186406910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "policy-id", "timestamp": 1631186412592, "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=? 2021-09-09T11:20:41.923Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 2021-09-09T11:20:41.923Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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 (?, ?, ?, ?, ?) 2021-09-09T11:20:41.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "clamp", "timestamp": 1631186411847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:20:41.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186406910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:20:41.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "clamp", "timestamp": 1631186411847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186415104, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:41.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186414604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "clamp", "timestamp": 1631186411847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186414604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "clamp", "timestamp": 1631186411847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186416595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:41.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186414604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "clamp", "timestamp": 1631186411847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186414604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "clamp", "timestamp": 1631186411847, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:20:41.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186418507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:41.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186414604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186414604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:41.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186421245, "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=? 2021-09-09T11:20:41.942Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 2021-09-09T11:20:41.942Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-09-09T11:20:41.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186414604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:20:41.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:20:41.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "multicloud-k8s-id", "timestamp": 1631186422249, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:20:41.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186422589, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:41.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "aai-ml", "timestamp": 1631186422646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:20:41.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "aai-ml", "timestamp": 1631186423651, "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=? 2021-09-09T11:20:41.956Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 2021-09-09T11:20:41.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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 (?, ?, ?, ?, ?) 2021-09-09T11:20:41.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186427117, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:20:41.962Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186428122, "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=? 2021-09-09T11:20:41.965Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 2021-09-09T11:20:41.966Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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 (?, ?, ?, ?, ?) 2021-09-09T11:20:41.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "clamp", "timestamp": 1631186428341, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:41.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "clamp", "timestamp": 1631186430344, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:20:41.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:20:41.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:20:41.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "clamp", "timestamp": 1631186431348, "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=? 2021-09-09T11:20:41.976Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 2021-09-09T11:20:41.976Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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 (?, ?, ?, ?, ?) 2021-09-09T11:20:42.673Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:20:42.674Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:20:42.675Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:20:42.675Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:20:42.775Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-09T11:20:42.776Z||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. 2021-09-09T11:20:42.777Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:42.787Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:42.787Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:20:43.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:20:43.677Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:20:43.679Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:20:43.679Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-09T11:20:43.779Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:20:43.780Z||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. 2021-09-09T11:20:43.780Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:43.789Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:43.790Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:20:44.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:20:44.681Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:20:44.683Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:20:44.683Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:44.783Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:20:44.784Z||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. 2021-09-09T11:20:44.784Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:44.793Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:44.794Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:20:45.684Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:20:45.684Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:20:45.686Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:20:45.686Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-09T11:20:45.786Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-09T11:20:45.787Z||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. 2021-09-09T11:20:45.788Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:45.797Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:45.797Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:20:46.687Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:20:46.688Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:20:46.690Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:20:46.690Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:20:46.790Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:20:46.791Z||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. 2021-09-09T11:20:46.791Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:46.801Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:46.802Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:20:47.691Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:20:47.692Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:20:47.694Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:20:47.694Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:20:47.794Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:20:47.796Z||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. 2021-09-09T11:20:47.796Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:47.806Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:47.806Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:20:48.696Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "serviceName": "vFW 2021-09-09 11-17-15", "serviceVersion": "1.0", "serviceUUID": "0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "23907b03-d9c6-4c0f-a284-42c35af1810b", "resources": [ { "resourceInstanceName": "vFW 7c8223c6-454b 0", "resourceCustomizationUUID": "e8c51849-7b44-4b66-87e7-e0856d91caaf", "resourceName": "vFW 7c8223c6-454b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7214885b-2e1d-4f34-b2ee-443939aeeeb5", "resourceInvariantUUID": "f4c52b14-4849-4f74-9a9b-6acb20faa269", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7c8223c6454b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "artifactChecksum": "Y2Q3NWY3ZjkwYzM2NTVlMzIwMjBkZTNmYjAzZWE5YWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4b614bc2-d4a2-489b-af91-2068106014e8", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7a9affb0-00ec-4b39-94dd-a4b06e9f79ea", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48", "generatedFromUUID": "7a9affb0-00ec-4b39-94dd-a4b06e9f79ea" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210909111715-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "artifactChecksum": "Yjc1ZmNkNmI1YjlhNzZiNjY3ZjllMTllYjJmNGE2ZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a7d83fb-856a-4d68-a78c-f4350a995f0a" } ], "workloadContext": "Production" } 2021-09-09T11:20:48.697Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-09T11:20:48.698Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c ASDC 2021-09-09T11:20:48.840Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:853656de-1e15-44cd-a0fc-dbad4dd0e8d6 ServiceName:vFW 2021-09-09 11-17-15 ServiceVersion:1.0 ServiceUUID:0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c ServiceInvariantUUID:23907b03-d9c6-4c0f-a284-42c35af1810b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210909111715-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar ArtifactUUID:5a7d83fb-856a-4d68-a78c-f4350a995f0a ArtifactChecksum:Yjc1ZmNkNmI1YjlhNzZiNjY3ZjllMTllYjJmNGE2ZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7c8223c6-454b 0 ResourceCustomizationUUID:e8c51849-7b44-4b66-87e7-e0856d91caaf ResourceInvariantUUID:f4c52b14-4849-4f74-9a9b-6acb20faa269 ResourceName:vFW 7c8223c6-454b ResourceType:VF ResourceUUID:7214885b-2e1d-4f34-b2ee-443939aeeeb5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7c8223c6454b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json ArtifactUUID:4b614bc2-d4a2-489b-af91-2068106014e8 ArtifactChecksum:Y2Q3NWY3ZjkwYzM2NTVlMzIwMjBkZTNmYjAzZWE5YWY= 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/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml ArtifactUUID:7a9affb0-00ec-4b39-94dd-a4b06e9f79ea 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/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env ArtifactUUID:4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48 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/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env ArtifactUUID:4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-09T11:20:48.841Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c 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=? 2021-09-09T11:20:48.880Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:20:48.881Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:20:48.882Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:20:48.882Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a7d83fb-856a-4d68-a78c-f4350a995f0a from URL: /sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar 2021-09-09T11:20:48.882Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:20:48.883Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar 2021-09-09T11:20:49.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:20:49.766Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar 5a7d83fb-856a-4d68-a78c-f4350a995f0a 98706 2021-09-09T11:20:49.767Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar ASDC sendASDCNotification 2021-09-09T11:20:49.768Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar 2021-09-09T11:20:49.768Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:20:49.769Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:20:49.771Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:20:49.771Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186449766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:49.872Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-09T11:20:49.872Z||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. 2021-09-09T11:20:49.873Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:49.883Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:49.883Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:20:50.772Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:20:50.773Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:20:50.773Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5a7d83fb-856a-4d68-a78c-f4350a995f0a, URL: /sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar to file: /app/ASDC/1/service-Vfw20210909111715-csar.csar 2021-09-09T11:20:50.774Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210909111715-csar.csar 2021-09-09T11:20:50.837Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210909111715-csar.csar 2021-09-09T11:20:50.837Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210909111715-csar.csar 2021-09-09T11:20:51.715Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6019557448822568646/Definitions/service-Vfw20210909111715-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-09-09T11:20:54.271Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-09T11:20:54.275Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|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-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.276Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||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-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|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-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|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-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|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-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.277Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7c8223c6-454b 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-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.278Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.278Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|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-Vfw20210909111715-csar.csar 2021-09-09T11:20:54.278Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:20:54.284Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.285Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:54.289Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria 2021-09-09T11:20:54.289Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:20:54.291Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:20:54.293Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.293Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:54.293Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria 2021-09-09T11:20:54.294Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:20:54.294Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:20:54.294Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.294Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:54.298Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.298Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria 2021-09-09T11:20:54.298Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-09T11:20:54.298Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-09T11:20:54.299Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.300Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-09T11:20:54.301Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.301Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-09T11:20:54.302Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.302Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria 2021-09-09T11:20:54.302Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:20:54.302Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.303Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria 2021-09-09T11:20:54.303Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:20:54.303Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.304Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria 2021-09-09T11:20:54.304Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:20:54.304Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.305Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria 2021-09-09T11:20:54.305Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-09T11:20:54.305Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-09T11:20:54.305Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-09T11:20:54.306Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=06b06039-bae9-4831-9ba0-c5691aea77c6 2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria 2021-09-09T11:20:54.307Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-09T11:20:54.308Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf440566-30a4-46fa-bd06-ebc765713aa2 2021-09-09T11:20:54.309Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria 2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.310Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-09T11:20:54.311Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:54.312Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-09T11:20:54.312Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=10d06422-831f-4cc0-9a3f-27b23e6d59cc 2021-09-09T11:20:54.312Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.313Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:54.313Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.313Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:54.313Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.314Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:54.314Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:54.314Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:54.314Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-09 11-17-15 Description:catalog service description Model UUID:0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c Model Version:NULL Model InvariantUuid:23907b03-d9c6-4c0f-a284-42c35af1810b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7c8223c6-454b Model UUID:536f0a77-c1b6-48bd-848e-4c7f6a461b78 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f4c52b14-4849-4f74-9a9b-6acb20faa269 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e8c51849-7b44-4b66-87e7-e0856d91caaf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c44f16ee-3095-409c-a31e-987ec6b49699 ModelName:Vfw7c8223c6454b..base_vfw..module-0 ModelUuid:805dcb1d-7f07-42e9-89f7-e7f98ec17fd7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:06b06039-bae9-4831-9ba0-c5691aea77c6 ModelInvariantUuid:56daf293-34da-483d-9e34-debcf392c16f ModelName:vFW 7c8223c6-454b-nodes.vfwCvfc ModelUuid:002d33cf-ec3c-4de5-8e6d-487eafeec0dd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:80c22cf5-263f-4b65-8586-097c74089307 ModelInvariantUuid:b63107d2-2c44-47ea-9264-e7cec0d81885 ModelName:Vfw7c8223c6454b.compute.nodes.heat.vfw ModelUuid:00d9ead3-d853-41a9-a6b6-2a3a79891ae0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bf440566-30a4-46fa-bd06-ebc765713aa2 ModelInvariantUuid:3c09c619-8d15-4a4d-90e3-a9e7457731b0 ModelName:vFW 7c8223c6-454b-nodes.vsnCvfc ModelUuid:4417fd65-f2f2-4c11-a415-cbcaa1641f09 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d37e4219-3be9-4fba-ba1b-81549a598705 ModelInvariantUuid:3a3fc509-af0c-411e-8f4e-d9e7538edb9e ModelName:Vfw7c8223c6454b.compute.nodes.heat.vsn ModelUuid:78feef2e-2f32-4e41-956d-48b579de1b9b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:10d06422-831f-4cc0-9a3f-27b23e6d59cc ModelInvariantUuid:ff0a5a8e-38ab-437f-ac5d-35e58c192bdf ModelName:vFW 7c8223c6-454b-nodes.vpgCvfc ModelUuid:0ef941fc-668a-46f9-bba1-76222d16c781 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a60c9f9f-f5ce-42eb-8384-2872441205ed ModelInvariantUuid:b7639511-af33-49b0-bbf3-e5cb24c50c39 ModelName:Vfw7c8223c6454b.compute.nodes.heat.vpg ModelUuid:ff85fc33-8cc4-4ba0-b71f-642adccd3574 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-09T11:20:54.326Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7214885b-2e1d-4f34-b2ee-443939aeeeb5 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:20:54.418Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||vFW 7c8223c6-454b 0 2021-09-09T11:20:54.473Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7214885b-2e1d-4f34-b2ee-443939aeeeb5 2021-09-09T11:20:54.473Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4b614bc2-d4a2-489b-af91-2068106014e8 from URL: /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json 2021-09-09T11:20:54.474Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:20:54.474Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json 2021-09-09T11:20:54.801Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:20:54.802Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json 4b614bc2-d4a2-489b-af91-2068106014e8 785 2021-09-09T11:20:54.803Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json ASDC sendASDCNotification 2021-09-09T11:20:54.803Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json 2021-09-09T11:20:54.804Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:20:54.804Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:20:54.806Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:20:54.806Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186454803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:54.906Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:20:54.908Z||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. 2021-09-09T11:20:54.908Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:54.918Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:54.918Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:20:55.810Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7c8223c6454b..base_vfw..module-0", "vfModuleModelInvariantUUID": "c44f16ee-3095-409c-a31e-987ec6b49699", "vfModuleModelVersion": "1", "vfModuleModelUUID": "805dcb1d-7f07-42e9-89f7-e7f98ec17fd7", "vfModuleModelCustomizationUUID": "ac0605bd-bcfc-4792-9058-ba3d7bca8350", "isBase": true, "artifacts": [ "7a9affb0-00ec-4b39-94dd-a4b06e9f79ea", "4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48" ], "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": "" } } ] 2021-09-09T11:20:55.824Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7c8223c6454b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:805dcb1d-7f07-42e9-89f7-e7f98ec17fd7 VfModuleModelInvariantUUID:c44f16ee-3095-409c-a31e-987ec6b49699 VfModuleModelDescription:NULL Artifacts UUID List:{ 7a9affb0-00ec-4b39-94dd-a4b06e9f79ea , 4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48 } 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 } 2021-09-09T11:20:55.826Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7c8223c6454b..base_vfw..module-0", "vfModuleModelInvariantUUID": "c44f16ee-3095-409c-a31e-987ec6b49699", "vfModuleModelVersion": "1", "vfModuleModelUUID": "805dcb1d-7f07-42e9-89f7-e7f98ec17fd7", "vfModuleModelCustomizationUUID": "ac0605bd-bcfc-4792-9058-ba3d7bca8350", "isBase": true, "artifacts": [ "7a9affb0-00ec-4b39-94dd-a4b06e9f79ea", "4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48" ], "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": "" } } ] 2021-09-09T11:20:55.826Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7c8223c6454b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:805dcb1d-7f07-42e9-89f7-e7f98ec17fd7 VfModuleModelInvariantUUID:c44f16ee-3095-409c-a31e-987ec6b49699 VfModuleModelDescription:NULL Artifacts UUID List:{ 7a9affb0-00ec-4b39-94dd-a4b06e9f79ea , 4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48 } 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 } 2021-09-09T11:20:55.826Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7a9affb0-00ec-4b39-94dd-a4b06e9f79ea from URL: /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml 2021-09-09T11:20:55.827Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:20:55.827Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml 2021-09-09T11:20:56.895Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:20:56.896Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml 7a9affb0-00ec-4b39-94dd-a4b06e9f79ea 20368 2021-09-09T11:20:56.896Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-09T11:20:56.896Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml 2021-09-09T11:20:56.897Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:20:56.897Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:20:56.898Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:20:56.898Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186456896, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:56.999Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:20:56.999Z||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. 2021-09-09T11:20:57.000Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:57.009Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:57.009Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:20:57.899Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48 from URL: /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env 2021-09-09T11:20:57.900Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:20:57.900Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env 2021-09-09T11:20:58.674Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:20:58.674Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env 4a9d8df0-8f75-4c2c-a4d0-0cf31a7efa48 2098 2021-09-09T11:20:58.675Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-09T11:20:58.675Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env 2021-09-09T11:20:58.675Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:20:58.675Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:20:58.678Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:20:58.678Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186458675, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:20:58.778Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:20:58.779Z||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. 2021-09-09T11:20:58.779Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:20:58.787Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:20:58.788Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:20:59.679Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c 2021-09-09T11:20:59.679Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7c8223c6-454b 0 7214885b-2e1d-4f34-b2ee-443939aeeeb5 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:20:59.712Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76dda0b0, org.onap.sdc.toscaparser.api.parameters.Input@1d4f2010, org.onap.sdc.toscaparser.api.parameters.Input@65074d7a, org.onap.sdc.toscaparser.api.parameters.Input@30c5392d, org.onap.sdc.toscaparser.api.parameters.Input@2b06c7a5] 2021-09-09T11:20:59.715Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.715Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:59.715Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-09-09T11:20:59.716Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e8c51849-7b44-4b66-87e7-e0856d91caaf 2021-09-09T11:20:59.716Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8c51849-7b44-4b66-87e7-e0856d91caaf matches Tosca VF Customization UUID: e8c51849-7b44-4b66-87e7-e0856d91caaf 2021-09-09T11:20:59.716Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e8c51849-7b44-4b66-87e7-e0856d91caaf matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-09T11:20:59.721Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.721Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:59.722Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e8c51849-7b44-4b66-87e7-e0856d91caaf: {\"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\"} 2021-09-09T11:20:59.722Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@797ca94b 2021-09-09T11:20:59.722Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.722Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-09T11:20:59.723Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac0605bd-bcfc-4792-9058-ba3d7bca8350 2021-09-09T11:20:59.723Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac0605bd-bcfc-4792-9058-ba3d7bca8350 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-09T11:20:59.727Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.727Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria 2021-09-09T11:20:59.728Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:20:59.728Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.728Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria 2021-09-09T11:20:59.728Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria 2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-09T11:20:59.729Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-09T11:20:59.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=06b06039-bae9-4831-9ba0-c5691aea77c6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-09T11:20:59.736Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.736Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria 2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria 2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:59.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-09T11:20:59.738Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bf440566-30a4-46fa-bd06-ebc765713aa2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-09T11:20:59.740Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.740Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria 2021-09-09T11:20:59.740Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:20:59.742Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.742Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is not matching search criteria 2021-09-09T11:20:59.742Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-09T11:20:59.743Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-09T11:20:59.744Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-09T11:20:59.744Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-09T11:20:59.744Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=10d06422-831f-4cc0-9a3f-27b23e6d59cc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-09T11:20:59.745Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.745Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria 2021-09-09T11:20:59.745Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:20:59.746Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.746Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7c8223c6-454b 0 is matching search criteria 2021-09-09T11:20:59.746Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7c8223c6-454b 0] matching following query criteria: sdcType=VF, customizationUUID=e8c51849-7b44-4b66-87e7-e0856d91caaf Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:20:59.747Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.747Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c: vFW 7c8223c6-454b 2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:59.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-09 11-17-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:20:59.749Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-09-09 11-17-15 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-09T11:21:00.026Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7c8223c6-454b 7214885b-2e1d-4f34-b2ee-443939aeeeb5 1 ASDC deployResourceStructure 2021-09-09T11:21:00.027Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json ASDC sendASDCNotification 2021-09-09T11:21:00.027Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json 2021-09-09T11:21:00.027Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:21:00.027Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:00.029Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:00.029Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186460026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:21:00.129Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:00.130Z||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. 2021-09-09T11:21:00.130Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:00.139Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:00.139Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:21:01.030Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-09T11:21:01.030Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml 2021-09-09T11:21:01.030Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:21:01.030Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:01.032Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:01.032Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186461030, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:21:01.132Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:01.133Z||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. 2021-09-09T11:21:01.134Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:01.144Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:01.144Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:21:02.033Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-09T11:21:02.033Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env 2021-09-09T11:21:02.033Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:21:02.034Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:02.035Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:02.036Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186462033, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-09T11:21:02.136Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:02.136Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-09T11:21:02.137Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:02.146Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:02.146Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:21:03.036Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar ASDC sendASDCNotification 2021-09-09T11:21:03.037Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar 2021-09-09T11:21:03.037Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:21:03.037Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:03.039Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:03.039Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186463036, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:21:03.139Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:03.140Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-09T11:21:03.140Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:03.149Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:03.150Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:21:04.040Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:21:04.054Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:21:04.057Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:21:04.057Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-09T11:21:04.057Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:21:04.058Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|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=? 2021-09-09T11:21:04.062Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-09T11:21:34.062Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 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=? 2021-09-09T11:21:34.070Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 and serviceModelVersionId: 0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c 2021-09-09T11:21:34.071Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23907b03-d9c6-4c0f-a284-42c35af1810b 2021-09-09T11:21:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:21:41.022Z||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. 2021-09-09T11:21:41.022Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:41.146Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:41.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:21:41.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:21:41.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:21:45.877Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?depth=0 2021-09-09T11:21:45.992Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-09T11:21:46.504Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?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]} 2021-09-09T11:21:46.508Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?depth=0|INFO|500||Invoke 2021-09-09T11:21:46.645Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-09T11:21:47.077Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?depth=0|INFO|500||InvokeReturn 2021-09-09T11:21:47.078Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23907b03-d9c6-4c0f-a284-42c35af1810b/model-vers/model-ver/0ccaecaa-a6d2-4fcc-b03c-cf54c68ee08c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210909-11:21:46:655-15961], vertex-id=[143416], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:21:46 GMT], Content-Type=[application/json]} 2021-09-09T11:21:47.078Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-09-09T11:21:47.081Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-09T11:21:47.081Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:21:47.085Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|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) 2021-09-09T11:21:47.090Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 853656de-1e15-44cd-a0fc-dbad4dd0e8d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-09T11:21:47.091Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-09T11:21:47.091Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:47.092Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:47.093Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186507090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:21:47.193Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:47.194Z||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. 2021-09-09T11:21:47.194Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:47.203Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:47.203Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-09T11:21:48.106Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:21:48.107Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|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. 2021-09-09T11:21:48.107Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:48.726Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:48.727Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-09T11:21:48.727Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c9e0110e-74df-40bc-88cc-01f1b60c84c1","serviceName":"basic_onboard_krTgqO","serviceVersion":"1.0","serviceUUID":"50d39798-109d-4735-919b-d37fbbf53bd5","serviceDescription":"service","serviceInvariantUUID":"4937e521-4795-4fb8-8aac-7b64c8fdbb46","resources":[{"resourceInstanceName":"basic_onboard_krTgqO 0","resourceName":"basic_onboard_krTgqO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bee84168-95d8-42c9-b4b3-c5dc4e164479","resourceInvariantUUID":"bf75a2af-893f-4450-9c6f-7251212759cb","resourceCustomizationUUID":"a9b8484c-76ef-47bb-b3cf-1bf3f4252889","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml","artifactChecksum":"MzY0YmNhNmY2YjcwMGJiNGQ0NjllYjY1YTdhYzJjMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94a1d6e8-5ffc-45d5-8cfa-7edb0b0de425","artifactVersion":"1"},{"artifactName":"basic_onboard_krtgqo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json","artifactChecksum":"YjZhNTVkN2E5NThmMGE4NjczNjJhMWQ1MDgxOGJlYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b77dd037-2439-417d-8875-f161850be260","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"389c16c4-1496-4a5b-9e2f-db238c4a65e5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"549a8ea9-74f4-4700-98b8-75c354658cd1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d77506d-e745-4677-ae3e-c67b9dcdf079","artifactVersion":"2","generatedFromUUID":"389c16c4-1496-4a5b-9e2f-db238c4a65e5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKrtgqo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml","artifactChecksum":"MWE1YzE4YzNiMGFkODY4ODU2MWM4NTc3ZGVlNzc5YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9291659d-c919-4343-ad71-70f10f269ed5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKrtgqo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar","artifactChecksum":"YWRlNDljYzE4NzRiZmNhZGEzMWU3NDhmYmJmOGY3OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e25315cc-34c2-4214-9041-fab600124b5a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-09T11:21:48.730Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:21:48.731Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:48.732Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:48.733Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:21:48.833Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:48.834Z||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. 2021-09-09T11:21:48.834Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:48.843Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:48.843Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:21:49.733Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:21:49.734Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:49.736Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:49.736Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:21:49.836Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:49.837Z||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. 2021-09-09T11:21:49.837Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:49.847Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:49.848Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:21:50.736Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:21:50.737Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:50.739Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:50.740Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-09T11:21:50.840Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:50.840Z||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. 2021-09-09T11:21:50.841Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:50.849Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:50.849Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:21:51.740Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:21:51.742Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:51.744Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:51.744Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:21:51.845Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:51.845Z||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. 2021-09-09T11:21:51.846Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:51.855Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:51.856Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:21:52.745Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:21:52.745Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:52.747Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:52.747Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-09T11:21:52.847Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:52.848Z||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. 2021-09-09T11:21:52.848Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:52.857Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:52.858Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:21:53.747Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:21:53.748Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:53.750Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:53.750Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:21:53.850Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:53.852Z||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. 2021-09-09T11:21:53.852Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:53.861Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:53.862Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:21:54.750Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:21:54.751Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:54.754Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:54.754Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:21:54.854Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:54.855Z||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. 2021-09-09T11:21:54.855Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:54.864Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:54.865Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:21:55.755Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "serviceName": "basic_onboard_krTgqO", "serviceVersion": "1.0", "serviceUUID": "50d39798-109d-4735-919b-d37fbbf53bd5", "serviceDescription": "service", "serviceInvariantUUID": "4937e521-4795-4fb8-8aac-7b64c8fdbb46", "resources": [ { "resourceInstanceName": "basic_onboard_krTgqO 0", "resourceCustomizationUUID": "a9b8484c-76ef-47bb-b3cf-1bf3f4252889", "resourceName": "basic_onboard_krTgqO", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bee84168-95d8-42c9-b4b3-c5dc4e164479", "resourceInvariantUUID": "bf75a2af-893f-4450-9c6f-7251212759cb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_krtgqo0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "artifactChecksum": "YjZhNTVkN2E5NThmMGE4NjczNjJhMWQ1MDgxOGJlYjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b77dd037-2439-417d-8875-f161850be260", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "389c16c4-1496-4a5b-9e2f-db238c4a65e5", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7d77506d-e745-4677-ae3e-c67b9dcdf079", "generatedFromUUID": "389c16c4-1496-4a5b-9e2f-db238c4a65e5" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7d77506d-e745-4677-ae3e-c67b9dcdf079", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardKrtgqo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "artifactChecksum": "YWRlNDljYzE4NzRiZmNhZGEzMWU3NDhmYmJmOGY3OWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e25315cc-34c2-4214-9041-fab600124b5a" } ], "workloadContext": "Production" } 2021-09-09T11:21:55.755Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-09T11:21:55.756Z|853656de-1e15-44cd-a0fc-dbad4dd0e8d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50d39798-109d-4735-919b-d37fbbf53bd5 ASDC 2021-09-09T11:21:55.756Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:c9e0110e-74df-40bc-88cc-01f1b60c84c1 ServiceName:basic_onboard_krTgqO ServiceVersion:1.0 ServiceUUID:50d39798-109d-4735-919b-d37fbbf53bd5 ServiceInvariantUUID:4937e521-4795-4fb8-8aac-7b64c8fdbb46 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardKrtgqo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar ArtifactUUID:e25315cc-34c2-4214-9041-fab600124b5a ArtifactChecksum:YWRlNDljYzE4NzRiZmNhZGEzMWU3NDhmYmJmOGY3OWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_krTgqO 0 ResourceCustomizationUUID:a9b8484c-76ef-47bb-b3cf-1bf3f4252889 ResourceInvariantUUID:bf75a2af-893f-4450-9c6f-7251212759cb ResourceName:basic_onboard_krTgqO ResourceType:VF ResourceUUID:bee84168-95d8-42c9-b4b3-c5dc4e164479 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_krtgqo0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json ArtifactUUID:b77dd037-2439-417d-8875-f161850be260 ArtifactChecksum:YjZhNTVkN2E5NThmMGE4NjczNjJhMWQ1MDgxOGJlYjg= 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/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml ArtifactUUID:389c16c4-1496-4a5b-9e2f-db238c4a65e5 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/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env ArtifactUUID:7d77506d-e745-4677-ae3e-c67b9dcdf079 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/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env ArtifactUUID:7d77506d-e745-4677-ae3e-c67b9dcdf079 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-09T11:21:55.756Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50d39798-109d-4735-919b-d37fbbf53bd5 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 (?, ?, ?, ?, ?) 2021-09-09T11:21:55.784Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:21:55.784Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:21:55.785Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:21:55.785Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e25315cc-34c2-4214-9041-fab600124b5a from URL: /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:55.785Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:21:55.785Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:56.491Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:21:56.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar e25315cc-34c2-4214-9041-fab600124b5a 71387 2021-09-09T11:21:56.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar ASDC sendASDCNotification 2021-09-09T11:21:56.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:56.495Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:21:56.495Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:56.497Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:56.498Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186516494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:21:56.598Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:56.599Z||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. 2021-09-09T11:21:56.599Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:56.608Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:56.608Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:21:57.498Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:21:57.499Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:21:57.499Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e25315cc-34c2-4214-9041-fab600124b5a, URL: /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar to file: /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:57.500Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:57.500Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:57.500Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:57.680Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3108968755698371865/Definitions/service-BasicOnboardKrtgqo-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 2021-09-09T11:21:58.821Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||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-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_krTgqO 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-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:58.822Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria 2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:21:58.823Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria 2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.824Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is not matching search criteria 2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.825Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria 2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria 2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.826Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria 2021-09-09T11:21:58.834Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:21:58.834Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.834Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is not matching search criteria 2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b39adbe-c9d3-4652-a85b-72fda4dd8b90 2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.835Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:21:58.836Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:21:58.836Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:21:58.836Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_krTgqO Description:service Model UUID:50d39798-109d-4735-919b-d37fbbf53bd5 Model Version:NULL Model InvariantUuid:4937e521-4795-4fb8-8aac-7b64c8fdbb46 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_krTgqO Model UUID:50d63094-b060-4ece-a047-d523dc2ecf38 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bf75a2af-893f-4450-9c6f-7251212759cb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a9b8484c-76ef-47bb-b3cf-1bf3f4252889 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:03e6b72b-6ca6-43f2-995a-3c501662d8eb ModelName:BasicOnboardKrtgqo..base_ubuntu18..module-0 ModelUuid:4f21750f-bf8a-4410-8181-b3254ce9b420 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2b39adbe-c9d3-4652-a85b-72fda4dd8b90 ModelInvariantUuid:6d2b7cfa-c4cf-4b8c-accc-62f963fb0db0 ModelName:basic_onboard_krTgqO-nodes.ubuntu18Cvfc ModelUuid:48a79561-31bf-48ff-8168-60e3e8a556f1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:15c431ae-9116-469f-bb69-63e2e606fd70 ModelInvariantUuid:5c240905-9282-4039-a4e1-1148bcb2310e ModelName:BasicOnboardKrtgqo.compute.nodes.heat.ubuntu18 ModelUuid:78d6ad09-6870-4419-8a06-256f045b0489 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-09T11:21:58.841Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: bee84168-95d8-42c9-b4b3-c5dc4e164479 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:21:58.844Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||basic_onboard_krTgqO 0 2021-09-09T11:21:58.844Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bee84168-95d8-42c9-b4b3-c5dc4e164479 2021-09-09T11:21:58.844Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b77dd037-2439-417d-8875-f161850be260 from URL: /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json 2021-09-09T11:21:58.844Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:21:58.844Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json 2021-09-09T11:21:59.492Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:21:59.493Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json b77dd037-2439-417d-8875-f161850be260 798 2021-09-09T11:21:59.493Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json ASDC sendASDCNotification 2021-09-09T11:21:59.493Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json 2021-09-09T11:21:59.493Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:21:59.493Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:21:59.495Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:21:59.495Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186519493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:21:59.595Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:21:59.596Z||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. 2021-09-09T11:21:59.596Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:21:59.605Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:21:59.606Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:22:00.496Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKrtgqo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "03e6b72b-6ca6-43f2-995a-3c501662d8eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4f21750f-bf8a-4410-8181-b3254ce9b420", "vfModuleModelCustomizationUUID": "d2690e86-603b-414e-86df-4ea2d1959fb6", "isBase": true, "artifacts": [ "389c16c4-1496-4a5b-9e2f-db238c4a65e5", "7d77506d-e745-4677-ae3e-c67b9dcdf079" ], "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": "" } } ] 2021-09-09T11:22:00.500Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKrtgqo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4f21750f-bf8a-4410-8181-b3254ce9b420 VfModuleModelInvariantUUID:03e6b72b-6ca6-43f2-995a-3c501662d8eb VfModuleModelDescription:NULL Artifacts UUID List:{ 389c16c4-1496-4a5b-9e2f-db238c4a65e5 , 7d77506d-e745-4677-ae3e-c67b9dcdf079 } 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 } 2021-09-09T11:22:00.501Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKrtgqo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "03e6b72b-6ca6-43f2-995a-3c501662d8eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4f21750f-bf8a-4410-8181-b3254ce9b420", "vfModuleModelCustomizationUUID": "d2690e86-603b-414e-86df-4ea2d1959fb6", "isBase": true, "artifacts": [ "389c16c4-1496-4a5b-9e2f-db238c4a65e5", "7d77506d-e745-4677-ae3e-c67b9dcdf079" ], "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": "" } } ] 2021-09-09T11:22:00.502Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKrtgqo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4f21750f-bf8a-4410-8181-b3254ce9b420 VfModuleModelInvariantUUID:03e6b72b-6ca6-43f2-995a-3c501662d8eb VfModuleModelDescription:NULL Artifacts UUID List:{ 389c16c4-1496-4a5b-9e2f-db238c4a65e5 , 7d77506d-e745-4677-ae3e-c67b9dcdf079 } 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 } 2021-09-09T11:22:00.502Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 389c16c4-1496-4a5b-9e2f-db238c4a65e5 from URL: /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml 2021-09-09T11:22:00.502Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:22:00.502Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml 2021-09-09T11:22:01.108Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:22:01.109Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml 389c16c4-1496-4a5b-9e2f-db238c4a65e5 5033 2021-09-09T11:22:01.109Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-09T11:22:01.110Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml 2021-09-09T11:22:01.110Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:22:01.110Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:22:01.112Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:22:01.112Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186521109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:01.212Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:22:01.213Z||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. 2021-09-09T11:22:01.213Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:22:01.223Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:22:01.223Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:22:02.113Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7d77506d-e745-4677-ae3e-c67b9dcdf079 from URL: /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env 2021-09-09T11:22:02.113Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:22:02.114Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env 2021-09-09T11:22:02.375Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:22:02.375Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env 7d77506d-e745-4677-ae3e-c67b9dcdf079 909 2021-09-09T11:22:02.375Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-09T11:22:02.375Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env 2021-09-09T11:22:02.376Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:22:02.376Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:22:02.377Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:22:02.377Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186522375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:02.478Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-09T11:22:02.478Z||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. 2021-09-09T11:22:02.479Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:22:02.488Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:22:02.488Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:22:03.378Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 50d39798-109d-4735-919b-d37fbbf53bd5 2021-09-09T11:22:03.379Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_krTgqO 0 bee84168-95d8-42c9-b4b3-c5dc4e164479 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:22:03.389Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ac7b04b, org.onap.sdc.toscaparser.api.parameters.Input@5e96e072, org.onap.sdc.toscaparser.api.parameters.Input@29de2a56, org.onap.sdc.toscaparser.api.parameters.Input@708e76f, org.onap.sdc.toscaparser.api.parameters.Input@602a4a2d] 2021-09-09T11:22:03.390Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.391Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:22:03.391Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-09-09T11:22:03.391Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a9b8484c-76ef-47bb-b3cf-1bf3f4252889 2021-09-09T11:22:03.391Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a9b8484c-76ef-47bb-b3cf-1bf3f4252889 matches Tosca VF Customization UUID: a9b8484c-76ef-47bb-b3cf-1bf3f4252889 2021-09-09T11:22:03.391Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a9b8484c-76ef-47bb-b3cf-1bf3f4252889 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-09T11:22:03.393Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.393Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:22:03.393Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a9b8484c-76ef-47bb-b3cf-1bf3f4252889: {\"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\"} 2021-09-09T11:22:03.393Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1171021c 2021-09-09T11:22:03.394Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.394Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-09T11:22:03.394Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2690e86-603b-414e-86df-4ea2d1959fb6 2021-09-09T11:22:03.394Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2690e86-603b-414e-86df-4ea2d1959fb6 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-09T11:22:03.396Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.396Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria 2021-09-09T11:22:03.396Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:22:03.396Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.397Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria 2021-09-09T11:22:03.397Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:22:03.397Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.397Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is not matching search criteria 2021-09-09T11:22:03.397Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-09T11:22:03.398Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-09T11:22:03.398Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b39adbe-c9d3-4652-a85b-72fda4dd8b90 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-09T11:22:03.399Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.400Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria 2021-09-09T11:22:03.400Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:22:03.400Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.400Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_krTgqO 0 is matching search criteria 2021-09-09T11:22:03.400Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_krTgqO 0] matching following query criteria: sdcType=VF, customizationUUID=a9b8484c-76ef-47bb-b3cf-1bf3f4252889 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:22:03.402Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.402Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 50d39798-109d-4735-919b-d37fbbf53bd5: basic_onboard_krTgqO 2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:22:03.403Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.404Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:22:03.404Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.404Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:22:03.404Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:22:03.404Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_krTgqO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:22:03.405Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_krTgqO Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-09T11:22:03.469Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_krTgqO bee84168-95d8-42c9-b4b3-c5dc4e164479 1 ASDC deployResourceStructure 2021-09-09T11:22:03.469Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json ASDC sendASDCNotification 2021-09-09T11:22:03.469Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json 2021-09-09T11:22:03.469Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:22:03.470Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:22:03.472Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:22:03.472Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186523469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:22:03.572Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:22:03.573Z||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. 2021-09-09T11:22:03.573Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:22:03.584Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:22:03.585Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:22:04.473Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-09T11:22:04.473Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml 2021-09-09T11:22:04.473Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:22:04.474Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:22:04.476Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:22:04.476Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186524473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:22:04.576Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:22:04.577Z||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. 2021-09-09T11:22:04.577Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:22:04.586Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:22:04.586Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:22:05.477Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-09T11:22:05.477Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env 2021-09-09T11:22:05.477Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:22:05.478Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:22:05.479Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:22:05.480Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186525477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-09T11:22:05.580Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:22:05.580Z||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. 2021-09-09T11:22:05.581Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:22:05.590Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:22:05.591Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:22:06.480Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar ASDC sendASDCNotification 2021-09-09T11:22:06.481Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar 2021-09-09T11:22:06.481Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:22:06.481Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:22:06.483Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:22:06.483Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186526480, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:22:06.583Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:22:06.584Z||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. 2021-09-09T11:22:06.584Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:22:06.594Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:22:06.594Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:22:07.484Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:22:07.492Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:22:07.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:22:07.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:22:07.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:22:37.494Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:22:37.502Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:22:37.504Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:22:37.504Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:22:37.505Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:22:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:22:41.020Z||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. 2021-09-09T11:22:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:22:41.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:22:41.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:22:41.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-09T11:22:41.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186441018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186449766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186454803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186456896, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186458675, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186460026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/vfw7c8223c6454b0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186461030, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186462033, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/resourceInstances/vfw7c8223c6454b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-09T11:22:41.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186463036, "artifactURL": "/sdc/v1/catalog/services/Vfw20210909111715/1.0/artifacts/service-Vfw20210909111715-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:22:41.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "cds", "timestamp": 1631186476794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "ves-openapi-manager", "timestamp": 1631186473599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186474604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "dcae-sch", "timestamp": 1631186481622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "policy-id", "timestamp": 1631186476484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "cds", "timestamp": 1631186476794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "ves-openapi-manager", "timestamp": 1631186473599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186474604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "dcae-sch", "timestamp": 1631186481622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "policy-id", "timestamp": 1631186476484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "cds", "timestamp": 1631186476794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "ves-openapi-manager", "timestamp": 1631186473599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186474604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "dcae-sch", "timestamp": 1631186481622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "policy-id", "timestamp": 1631186476484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "cds", "timestamp": 1631186476794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "ves-openapi-manager", "timestamp": 1631186473599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186474604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "dcae-sch", "timestamp": 1631186481622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "policy-id", "timestamp": 1631186476484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "aai-ml", "timestamp": 1631186486615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186486910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "cds", "timestamp": 1631186476794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "ves-openapi-manager", "timestamp": 1631186473599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186474604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "dcae-sch", "timestamp": 1631186481622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "policy-id", "timestamp": 1631186476484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "aai-ml", "timestamp": 1631186486615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186486910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:22:41.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "cds", "timestamp": 1631186476794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "ves-openapi-manager", "timestamp": 1631186473599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186474604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "dcae-sch", "timestamp": 1631186481622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "policy-id", "timestamp": 1631186476484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "aai-ml", "timestamp": 1631186486615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186486910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "cds", "timestamp": 1631186476794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "ves-openapi-manager", "timestamp": 1631186473599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186474604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "dcae-sch", "timestamp": 1631186481622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "policy-id", "timestamp": 1631186476484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "aai-ml", "timestamp": 1631186486615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186486910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "aai-ml", "timestamp": 1631186486615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186486910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "cds", "timestamp": 1631186491644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186491737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "policy-id", "timestamp": 1631186491853, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "aai-ml", "timestamp": 1631186486615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186486910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:22:41.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "cds", "timestamp": 1631186492649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-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=? 2021-09-09T11:22:41.064Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1 2021-09-09T11:22:41.064Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 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 (?, ?, ?, ?, ?) 2021-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "policy-id", "timestamp": 1631186492857, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:22:41.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "aai-ml", "timestamp": 1631186486615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:22:41.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186486910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:22:41.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:22:41.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "policy-id", "timestamp": 1631186493860, "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=? 2021-09-09T11:22:41.075Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1 2021-09-09T11:22:41.075Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 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 (?, ?, ?, ?, ?) 2021-09-09T11:22:41.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186493939, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:22:41.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "aai-ml", "timestamp": 1631186494633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:41.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186494891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:41.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631186494942, "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=? 2021-09-09T11:22:41.086Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1 2021-09-09T11:22:41.086Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 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 (?, ?, ?, ?, ?) 2021-09-09T11:22:41.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186496483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:41.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186498404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:22:41.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:22:41.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186499424, "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=? 2021-09-09T11:22:41.098Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1 2021-09-09T11:22:41.098Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-09-09T11:22:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:22:41.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "multicloud-k8s-id", "timestamp": 1631186500427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:22:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:23:07.505Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:23:07.513Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:23:07.516Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:23:07.516Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:23:07.516Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:23:37.517Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:23:37.527Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:23:37.529Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:23:37.529Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:23:37.529Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:23:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:23:41.020Z||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. 2021-09-09T11:23:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:23:41.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:23:41.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:23:41.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "aai-ml", "timestamp": 1631186500991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:23:41.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:24:07.530Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:24:07.539Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:24:07.542Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:24:07.542Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:24:07.542Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:24:37.543Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:24:37.550Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:24:37.552Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:24:37.553Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:24:37.553Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:24:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:24:41.021Z||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. 2021-09-09T11:24:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:24:41.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:24:41.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "aai-ml", "timestamp": 1631186501995, "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=? 2021-09-09T11:24:41.551Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1 2021-09-09T11:24:41.551Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 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 (?, ?, ?, ?, ?) 2021-09-09T11:24:41.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "clamp", "timestamp": 1631186501847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:24:41.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "clamp", "timestamp": 1631186501847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:24:41.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "clamp", "timestamp": 1631186501847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:24:41.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "clamp", "timestamp": 1631186501847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:24:41.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "clamp", "timestamp": 1631186501847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:24:41.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "853656de-1e15-44cd-a0fc-dbad4dd0e8d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186507090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:24:41.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:24:41.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "clamp", "timestamp": 1631186501847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:24:41.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "clamp", "timestamp": 1631186501847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:24:41.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:24:41.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:24:41.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-09T11:24:41.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:24:41.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-09T11:24:41.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:24:41.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186508106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:24:41.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:24:41.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186516494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:24:41.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:24:41.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186519493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:24:41.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:24:41.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "clamp", "timestamp": 1631186520341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:24:41.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:24:41.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186521109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:24:41.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:24:41.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "clamp", "timestamp": 1631186522348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:24:41.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:24:41.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186522375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:24:41.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:24:41.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "clamp", "timestamp": 1631186523351, "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=? 2021-09-09T11:24:41.577Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c9e0110e-74df-40bc-88cc-01f1b60c84c1 2021-09-09T11:24:41.578Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e0110e-74df-40bc-88cc-01f1b60c84c1 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 (?, ?, ?, ?, ?) 2021-09-09T11:24:41.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186523469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/basic_onboard_krtgqo0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:24:41.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:24:41.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186524473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:24:41.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:24:41.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186525477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/resourceInstances/basic_onboard_krtgqo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-09T11:24:41.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:24:41.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:24:41.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186526480, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrtgqo/1.0/artifacts/service-BasicOnboardKrtgqo-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:24:41.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:25:07.553Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:25:07.562Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:25:07.564Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:25:07.564Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-09T11:25:07.564Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:25:07.565Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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=? 2021-09-09T11:25:07.569Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-09T11:25:37.569Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 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=? 2021-09-09T11:25:37.574Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c9e0110e-74df-40bc-88cc-01f1b60c84c1 and serviceModelVersionId: 50d39798-109d-4735-919b-d37fbbf53bd5 2021-09-09T11:25:37.574Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4937e521-4795-4fb8-8aac-7b64c8fdbb46 2021-09-09T11:25:37.575Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?depth=0 2021-09-09T11:25:37.579Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-09T11:25:37.660Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?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]} 2021-09-09T11:25:37.661Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?depth=0|INFO|500||Invoke 2021-09-09T11:25:37.683Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-09T11:25:37.920Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?depth=0|INFO|500||InvokeReturn 2021-09-09T11:25:37.921Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4937e521-4795-4fb8-8aac-7b64c8fdbb46/model-vers/model-ver/50d39798-109d-4735-919b-d37fbbf53bd5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210909-11:25:37:693-80341], vertex-id=[192576], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:25:37 GMT], Content-Type=[application/json]} 2021-09-09T11:25:37.921Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-09-09T11:25:37.921Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-09T11:25:37.921Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:25:37.926Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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) 2021-09-09T11:25:37.926Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c9e0110e-74df-40bc-88cc-01f1b60c84c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-09T11:25:37.927Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-09T11:25:37.927Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:25:37.929Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:25:37.929Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186737927, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:25:38.029Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:25:38.030Z||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. 2021-09-09T11:25:38.030Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:25:38.043Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:25:38.043Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-09T11:25:38.940Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:25:38.941Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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. 2021-09-09T11:25:38.941Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:25:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:25:41.020Z||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. 2021-09-09T11:25:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:25:41.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:25:41.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:25:41.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c9e0110e-74df-40bc-88cc-01f1b60c84c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631186737927, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:25:41.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:25:49.123Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:25:49.124Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:25:49.124Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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. 2021-09-09T11:25:49.124Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:25:58.659Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:25:58.660Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:25:58.660Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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. 2021-09-09T11:25:58.661Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:26:08.193Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:26:08.193Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:26:08.194Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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. 2021-09-09T11:26:08.194Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:26:17.727Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:26:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:26:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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. 2021-09-09T11:26:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:26:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:26:41.020Z||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. 2021-09-09T11:26:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:26:50.553Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:26:50.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:27:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:27:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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. 2021-09-09T11:27:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:27:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:27:41.021Z||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. 2021-09-09T11:27:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:27:50.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:27:50.557Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:28:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:28:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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. 2021-09-09T11:28:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:28:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:28:41.020Z||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. 2021-09-09T11:28:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:28:50.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:28:50.556Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:29:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:29:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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. 2021-09-09T11:29:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:29:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:29:41.020Z||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. 2021-09-09T11:29:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:29:50.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:29:50.556Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:30:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:30:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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. 2021-09-09T11:30:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:30:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:30:41.020Z||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. 2021-09-09T11:30:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:30:50.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:30:50.557Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:31:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:31:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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. 2021-09-09T11:31:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:31:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:31:41.020Z||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. 2021-09-09T11:31:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:31:50.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:31:50.558Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:32:41.018Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:32:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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. 2021-09-09T11:32:41.019Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:32:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:32:41.020Z||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. 2021-09-09T11:32:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:32:41.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:32:41.642Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:32:41.643Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.643Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"06d1cb90-1f9a-4a08-9007-4d91cf67110d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cb32fc4e-219e-4014-8529-afc9b00cc3c1","serviceDescription":"service","serviceInvariantUUID":"72e5d118-68b6-404c-a0fb-48dd011ffb1a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"79b524b5-babb-4de4-a90c-38bbb68e2d6c","resourceInvariantUUID":"a138b8da-b47d-470c-94c5-6441db5a823f","resourceCustomizationUUID":"9bb91d5a-6cde-4db0-b625-1538af00ae63","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":"NDFhZWQzMjZjOTdiZmRjOGFjZjczMDlkZjlkMjk5YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69e7b38f-a45b-41c9-893d-5fab37c6c28e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODUxZDE2YWMzYzg4ZjE4YTAzMTdmZGIxYmFjYzUwYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4b78378-fa4f-411f-9879-8eb700bdfc42","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-09T11:32:41.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "ves-openapi-manager", "timestamp": 1631187153599, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:32:41.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:32:41.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "aai-ml", "timestamp": 1631187146615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:32:41.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "multicloud-k8s-id", "timestamp": 1631187146910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "cds", "timestamp": 1631187151794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "cds", "timestamp": 1631187151794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "aai-ml", "timestamp": 1631187146615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:32:41.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "multicloud-k8s-id", "timestamp": 1631187146910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:32:41.646Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:32:41.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:32:41.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.646Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:32:41.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "ves-openapi-manager", "timestamp": 1631187153599, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:32:41.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:32:41.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "aai-ml", "timestamp": 1631187156811, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:32:41.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "cds", "timestamp": 1631187156877, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:32:41.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "policy-id", "timestamp": 1631187156484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:32:41.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "cds", "timestamp": 1631187157882, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-09-09T11:32:41.647Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:32:41.648Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187161018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-09T11:32:41.659Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06d1cb90-1f9a-4a08-9007-4d91cf67110d 2021-09-09T11:32:41.659Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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 (?, ?, ?, ?, ?) 2021-09-09T11:32:41.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "policy-id", "timestamp": 1631187156484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:32:41.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:32:41.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "policy-id", "timestamp": 1631187159698, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:32:41.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:32:41.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "aai-ml", "timestamp": 1631187160700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:32:41.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:32:41.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:32:41.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "policy-id", "timestamp": 1631187160701, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:32:41.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:32:41.748Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:32:41.749Z||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. 2021-09-09T11:32:41.749Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:32:41.757Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:32:41.757Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:32:42.648Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:32:42.649Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:32:42.650Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:32:42.651Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187161018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:32:42.751Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:32:42.751Z||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. 2021-09-09T11:32:42.752Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:32:42.759Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:32:42.760Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:32:43.652Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "cb32fc4e-219e-4014-8529-afc9b00cc3c1", "serviceDescription": "service", "serviceInvariantUUID": "72e5d118-68b6-404c-a0fb-48dd011ffb1a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9bb91d5a-6cde-4db0-b625-1538af00ae63", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "79b524b5-babb-4de4-a90c-38bbb68e2d6c", "resourceInvariantUUID": "a138b8da-b47d-470c-94c5-6441db5a823f", "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": "ODUxZDE2YWMzYzg4ZjE4YTAzMTdmZGIxYmFjYzUwYTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f4b78378-fa4f-411f-9879-8eb700bdfc42" } ], "workloadContext": "Production" } 2021-09-09T11:32:43.652Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-09T11:32:43.652Z|c9e0110e-74df-40bc-88cc-01f1b60c84c1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cb32fc4e-219e-4014-8529-afc9b00cc3c1 ASDC 2021-09-09T11:32:43.652Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:06d1cb90-1f9a-4a08-9007-4d91cf67110d ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:cb32fc4e-219e-4014-8529-afc9b00cc3c1 ServiceInvariantUUID:72e5d118-68b6-404c-a0fb-48dd011ffb1a 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:f4b78378-fa4f-411f-9879-8eb700bdfc42 ArtifactChecksum:ODUxZDE2YWMzYzg4ZjE4YTAzMTdmZGIxYmFjYzUwYTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9bb91d5a-6cde-4db0-b625-1538af00ae63 ResourceInvariantUUID:a138b8da-b47d-470c-94c5-6441db5a823f ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:79b524b5-babb-4de4-a90c-38bbb68e2d6c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-09-09T11:32:43.653Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb32fc4e-219e-4014-8529-afc9b00cc3c1 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=? 2021-09-09T11:32:43.672Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:32:43.673Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:32:43.673Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:32:43.673Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f4b78378-fa4f-411f-9879-8eb700bdfc42 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-09T11:32:43.673Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:32:43.673Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-09T11:32:44.492Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:32:44.494Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f4b78378-fa4f-411f-9879-8eb700bdfc42 52177 2021-09-09T11:32:44.494Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-09T11:32:44.494Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-09T11:32:44.494Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:32:44.495Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:32:44.496Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:32:44.496Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187164494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:32:44.597Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-09T11:32:44.598Z||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. 2021-09-09T11:32:44.598Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:32:44.607Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:32:44.607Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:32:45.497Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:32:45.498Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:32:45.498Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f4b78378-fa4f-411f-9879-8eb700bdfc42, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-09T11:32:45.498Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-09-09T11:32:45.499Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-09T11:32:45.499Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-09T11:32:45.577Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12593148054999314101/Definitions/service-BasicNetwork-template.yml 2021-09-09T11:32:45.881Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-09T11:32:45.881Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:32:45.881Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|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-BasicNetwork-csar.csar 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.882Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.883Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.884Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:cb32fc4e-219e-4014-8529-afc9b00cc3c1 Model Version:NULL Model InvariantUuid:72e5d118-68b6-404c-a0fb-48dd011ffb1a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a138b8da-b47d-470c-94c5-6441db5a823f Model UUID:6551d811-a5fc-4060-81c1-c0435bd554ea Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9bb91d5a-6cde-4db0-b625-1538af00ae63 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-09T11:32:45.889Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 79b524b5-babb-4de4-a90c-38bbb68e2d6c 2021-09-09T11:32:45.890Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||No resources found for Service: cb32fc4e-219e-4014-8529-afc9b00cc3c1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:32:45.892Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500|| 2021-09-09T11:32:45.892Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-09-09T11:32:45.893Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||No resources found for Service: cb32fc4e-219e-4014-8529-afc9b00cc3c1 2021-09-09T11:32:45.893Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cb32fc4e-219e-4014-8529-afc9b00cc3c1 2021-09-09T11:32:45.893Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-09-09T11:32:45.893Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:32:45.896Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46d59e00, org.onap.sdc.toscaparser.api.parameters.Input@efed03a, org.onap.sdc.toscaparser.api.parameters.Input@3278facc, org.onap.sdc.toscaparser.api.parameters.Input@5822b79a, org.onap.sdc.toscaparser.api.parameters.Input@326d0700] 2021-09-09T11:32:45.897Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cb32fc4e-219e-4014-8529-afc9b00cc3c1: Generic NeutronNet 2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.898Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-09-09T11:32:45.923Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.923Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.923Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.923Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.923Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:32:45.924Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:32:45.924Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?) 2021-09-09T11:32:45.975Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-09-09T11:32:45.975Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-09T11:32:45.975Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-09T11:32:45.976Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:32:45.976Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:32:45.977Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:32:45.977Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187165975, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:32:46.078Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-09T11:32:46.078Z||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. 2021-09-09T11:32:46.078Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:32:46.087Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:32:46.088Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:32:46.978Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:32:46.986Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:32:46.988Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:32:46.988Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:32:46.988Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:33:16.989Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:33:16.997Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:33:16.998Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:33:16.998Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:33:16.999Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:33:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:33:41.021Z||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. 2021-09-09T11:33:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:33:41.140Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:33:41.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:33:41.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187161018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:33:41.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:33:46.999Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:33:47.006Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:33:47.009Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:33:47.010Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:33:47.010Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:34:17.010Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:34:17.017Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:34:17.019Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:34:17.019Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:34:17.019Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:34:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:34:41.020Z||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. 2021-09-09T11:34:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:34:41.039Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:34:41.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "aai-ml", "timestamp": 1631187161704, "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=? 2021-09-09T11:34:41.048Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06d1cb90-1f9a-4a08-9007-4d91cf67110d 2021-09-09T11:34:41.048Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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 (?, ?, ?, ?, ?) 2021-09-09T11:34:41.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "policy-id", "timestamp": 1631187161704, "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=? 2021-09-09T11:34:41.058Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06d1cb90-1f9a-4a08-9007-4d91cf67110d 2021-09-09T11:34:41.058Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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 (?, ?, ?, ?, ?) 2021-09-09T11:34:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "dcae-sch", "timestamp": 1631187161622, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:34:41.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "clamp", "timestamp": 1631187161847, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187161018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "dcae-sch", "timestamp": 1631187161622, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "clamp", "timestamp": 1631187161847, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187164494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187164604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187165975, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187164604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187168643, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187170076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187171079, "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=? 2021-09-09T11:34:41.069Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06d1cb90-1f9a-4a08-9007-4d91cf67110d 2021-09-09T11:34:41.069Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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 (?, ?, ?, ?, ?) 2021-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "clamp", "timestamp": 1631187173458, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:34:41.075Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "clamp", "timestamp": 1631187175466, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:34:41.075Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:34:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "clamp", "timestamp": 1631187176469, "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=? 2021-09-09T11:34:41.079Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 06d1cb90-1f9a-4a08-9007-4d91cf67110d 2021-09-09T11:34:41.079Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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 (?, ?, ?, ?, ?) 2021-09-09T11:34:47.019Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:34:47.026Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:34:47.028Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:34:47.029Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|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=? 2021-09-09T11:34:47.033Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-09T11:35:17.033Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d 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=? 2021-09-09T11:35:17.037Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06d1cb90-1f9a-4a08-9007-4d91cf67110d and serviceModelVersionId: cb32fc4e-219e-4014-8529-afc9b00cc3c1 2021-09-09T11:35:17.037Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72e5d118-68b6-404c-a0fb-48dd011ffb1a 2021-09-09T11:35:17.038Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?depth=0 2021-09-09T11:35:17.043Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-09T11:35:17.083Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?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]} 2021-09-09T11:35:17.084Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?depth=0|INFO|500||Invoke 2021-09-09T11:35:17.103Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-09T11:35:17.377Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?depth=0|INFO|500||InvokeReturn 2021-09-09T11:35:17.378Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/72e5d118-68b6-404c-a0fb-48dd011ffb1a/model-vers/model-ver/cb32fc4e-219e-4014-8529-afc9b00cc3c1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210909-11:35:17:110-15520], vertex-id=[159800], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:35:17 GMT], Content-Type=[application/json]} 2021-09-09T11:35:17.378Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-09-09T11:35:17.378Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-09T11:35:17.378Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:35:17.381Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|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) 2021-09-09T11:35:17.382Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06d1cb90-1f9a-4a08-9007-4d91cf67110d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-09T11:35:17.382Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-09T11:35:17.382Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:35:17.384Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:35:17.384Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187317382, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:35:17.484Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:35:17.485Z||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. 2021-09-09T11:35:17.486Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:17.498Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:17.498Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-09T11:35:18.393Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:35:18.394Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|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. 2021-09-09T11:35:18.394Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:22.693Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:22.694Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-09T11:35:22.694Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac","serviceName":"Demo_pNF_VR7vyUC00Y8YhAPlAor6","serviceVersion":"1.0","serviceUUID":"fbd3e2c3-1ca4-4ecb-911e-266269637894","serviceDescription":"catalog service description","serviceInvariantUUID":"97abcd1f-2df7-46db-bc25-947508c305be","resources":[{"resourceInstanceName":"pNF 9837ccc1-3891 0","resourceName":"pNF 9837ccc1-3891","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"67c50bf5-2e6a-4c90-8c16-4b45a1f14dac","resourceInvariantUUID":"2d77be65-2cd9-4ba1-9134-ffa64ffcd26d","resourceCustomizationUUID":"2a6b2721-2cb7-4c17-a6c3-133e7c471c80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml","artifactChecksum":"MjE1YjkzZjM3OWZhYzQ5NzMzZWVmYzQwYTMzYzU3ODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"259a96a0-ef7d-40e4-8f44-932d0e73bd41","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar","artifactChecksum":"YTc5MzliMTQ0NDY2YjBkM2IzZGU3OWFiNzY4ZGVkYTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"555e8518-b865-41cc-8df6-ca94b0670d2b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3346464-6e09-4b49-831d-aa323f8bb003","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml","artifactChecksum":"YzViYWY3YjUxMTBhZWYzZWNkNWI4OGQzMWRjMzg3MmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f20bf1fe-e75b-4aab-8b85-d757c41220ff","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80952f5c-25d1-4af5-9a25-d6a754ffe11e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"522938e2-1464-410c-9e23-e8fcc8caad30","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml","artifactChecksum":"YWQ0MWFlYjZhYjk5ZWU3OTgxZjdiYmJhZDEyYWQwNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff62de61-8f3c-489d-b759-6b5253121082","artifactVersion":"1"},{"artifactName":"service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar","artifactChecksum":"M2NlOTM0YTViYjhhOTI0YWNjZWI5ZTc1ZDlmN2ViOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f150888e-e9f6-494f-af58-736c1cde036b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-09T11:35:22.696Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:35:22.696Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:35:22.698Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:35:22.698Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:22.798Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:35:22.799Z||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. 2021-09-09T11:35:22.799Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:22.808Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:22.808Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:35:23.699Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:35:23.699Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:35:23.701Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:35:23.701Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:23.802Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:35:23.803Z||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. 2021-09-09T11:35:23.803Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:23.811Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:23.811Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:35:24.702Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:35:24.703Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:35:24.704Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:35:24.704Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:24.805Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:35:24.805Z||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. 2021-09-09T11:35:24.806Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:24.814Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:24.814Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:35:25.705Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:35:25.706Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:35:25.707Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:35:25.708Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:25.808Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:35:25.808Z||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. 2021-09-09T11:35:25.809Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:25.817Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:25.817Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:35:26.708Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:35:26.709Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:35:26.711Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:35:26.711Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:26.811Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:35:26.812Z||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. 2021-09-09T11:35:26.812Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:26.821Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:26.821Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:35:27.712Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:35:27.712Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:35:27.714Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:35:27.714Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:27.814Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:35:27.815Z||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. 2021-09-09T11:35:27.815Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:27.823Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:27.823Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:35:28.715Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:35:28.716Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:35:28.717Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:35:28.717Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:28.818Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:35:28.818Z||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. 2021-09-09T11:35:28.818Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:28.825Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:28.826Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:35:29.718Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:35:29.719Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:35:29.720Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:35:29.721Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:35:29.821Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:35:29.822Z||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. 2021-09-09T11:35:29.822Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:29.831Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:29.831Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:35:30.722Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "serviceName": "Demo_pNF_VR7vyUC00Y8YhAPlAor6", "serviceVersion": "1.0", "serviceUUID": "fbd3e2c3-1ca4-4ecb-911e-266269637894", "serviceDescription": "catalog service description", "serviceInvariantUUID": "97abcd1f-2df7-46db-bc25-947508c305be", "resources": [ { "resourceInstanceName": "pNF 9837ccc1-3891 0", "resourceCustomizationUUID": "2a6b2721-2cb7-4c17-a6c3-133e7c471c80", "resourceName": "pNF 9837ccc1-3891", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "67c50bf5-2e6a-4c90-8c16-4b45a1f14dac", "resourceInvariantUUID": "2d77be65-2cd9-4ba1-9134-ffa64ffcd26d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "artifactChecksum": "M2NlOTM0YTViYjhhOTI0YWNjZWI5ZTc1ZDlmN2ViOTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f150888e-e9f6-494f-af58-736c1cde036b" } ], "workloadContext": "Production" } 2021-09-09T11:35:30.722Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-09T11:35:30.722Z|06d1cb90-1f9a-4a08-9007-4d91cf67110d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbd3e2c3-1ca4-4ecb-911e-266269637894 ASDC 2021-09-09T11:35:30.722Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac ServiceName:Demo_pNF_VR7vyUC00Y8YhAPlAor6 ServiceVersion:1.0 ServiceUUID:fbd3e2c3-1ca4-4ecb-911e-266269637894 ServiceInvariantUUID:97abcd1f-2df7-46db-bc25-947508c305be ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar ArtifactUUID:f150888e-e9f6-494f-af58-736c1cde036b ArtifactChecksum:M2NlOTM0YTViYjhhOTI0YWNjZWI5ZTc1ZDlmN2ViOTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 9837ccc1-3891 0 ResourceCustomizationUUID:2a6b2721-2cb7-4c17-a6c3-133e7c471c80 ResourceInvariantUUID:2d77be65-2cd9-4ba1-9134-ffa64ffcd26d ResourceName:pNF 9837ccc1-3891 ResourceType:PNF ResourceUUID:67c50bf5-2e6a-4c90-8c16-4b45a1f14dac ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-09T11:35:30.723Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbd3e2c3-1ca4-4ecb-911e-266269637894 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 (?, ?, ?, ?, ?) 2021-09-09T11:35:30.740Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:35:30.741Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:35:30.741Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:35:30.741Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f150888e-e9f6-494f-af58-736c1cde036b from URL: /sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:30.741Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:35:30.742Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:31.634Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:35:31.640Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar f150888e-e9f6-494f-af58-736c1cde036b 82532 2021-09-09T11:35:31.640Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar ASDC sendASDCNotification 2021-09-09T11:35:31.640Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:31.640Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:35:31.641Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:35:31.643Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:35:31.643Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187331640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:35:31.743Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:35:31.744Z||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. 2021-09-09T11:35:31.744Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:31.752Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:31.753Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:35:32.643Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:35:32.644Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:35:32.645Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f150888e-e9f6-494f-af58-736c1cde036b, URL: /sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar to file: /app/ASDC/1/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:32.645Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:32.645Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:32.645Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:32.735Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18125188792150704437/Definitions/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml 2021-09-09T11:35:33.276Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9837ccc1-3891 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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:33.277Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|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-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Node template pNF 9837ccc1-3891 0 is matching search criteria 2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9837ccc1-3891 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:35:33.278Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Node template pNF 9837ccc1-3891 0 is matching search criteria 2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9837ccc1-3891 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:35:33.279Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:35:33.280Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:35:33.280Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:35:33.280Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:35:33.280Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:35:33.280Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_VR7vyUC00Y8YhAPlAor6 Description:catalog service description Model UUID:fbd3e2c3-1ca4-4ecb-911e-266269637894 Model Version:NULL Model InvariantUuid:97abcd1f-2df7-46db-bc25-947508c305be 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-09T11:35:33.285Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 67c50bf5-2e6a-4c90-8c16-4b45a1f14dac Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:35:33.287Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||pNF 9837ccc1-3891 0 2021-09-09T11:35:33.287Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 67c50bf5-2e6a-4c90-8c16-4b45a1f14dac 2021-09-09T11:35:33.287Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||No resources found for Service: fbd3e2c3-1ca4-4ecb-911e-266269637894 2021-09-09T11:35:33.287Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fbd3e2c3-1ca4-4ecb-911e-266269637894 2021-09-09T11:35:33.287Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9837ccc1-3891 0 67c50bf5-2e6a-4c90-8c16-4b45a1f14dac ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:35:33.290Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d8be8e6, org.onap.sdc.toscaparser.api.parameters.Input@7250dd7c, org.onap.sdc.toscaparser.api.parameters.Input@7984eb46, org.onap.sdc.toscaparser.api.parameters.Input@1c88be34, org.onap.sdc.toscaparser.api.parameters.Input@6eb6b99b] 2021-09-09T11:35:33.290Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:35:33.291Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:35:33.291Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fbd3e2c3-1ca4-4ecb-911e-266269637894: pNF 9837ccc1-3891 2021-09-09T11:35:33.291Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Processing PNF resource: 67c50bf5-2e6a-4c90-8c16-4b45a1f14dac 2021-09-09T11:35:33.291Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:35:33.291Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_VR7vyUC00Y8YhAPlAor6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:35:33.291Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2a6b2721-2cb7-4c17-a6c3-133e7c471c80 is the same as notified resource customizationUUID: 2a6b2721-2cb7-4c17-a6c3-133e7c471c80 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-09T11:35:33.330Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9837ccc1-3891 67c50bf5-2e6a-4c90-8c16-4b45a1f14dac 0 ASDC deployResourceStructure 2021-09-09T11:35:33.330Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar ASDC sendASDCNotification 2021-09-09T11:35:33.330Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar 2021-09-09T11:35:33.330Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:35:33.331Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:35:33.332Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:35:33.332Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187333330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:35:33.433Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:35:33.433Z||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. 2021-09-09T11:35:33.433Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:33.442Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:33.443Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:35:34.333Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:35:34.341Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:35:34.343Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:35:34.343Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:35:34.343Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:35:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:35:41.020Z||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. 2021-09-09T11:35:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:35:41.039Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:35:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "multicloud-k8s-id", "timestamp": 1631187246910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "dcae-sch", "timestamp": 1631187241622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "cds", "timestamp": 1631187241794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "multicloud-k8s-id", "timestamp": 1631187246910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "dcae-sch", "timestamp": 1631187241622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "cds", "timestamp": 1631187241794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "multicloud-k8s-id", "timestamp": 1631187246910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "dcae-sch", "timestamp": 1631187241622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "cds", "timestamp": 1631187241794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "multicloud-k8s-id", "timestamp": 1631187246910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "dcae-sch", "timestamp": 1631187241622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "cds", "timestamp": 1631187241794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "multicloud-k8s-id", "timestamp": 1631187246910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "dcae-sch", "timestamp": 1631187241622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "cds", "timestamp": 1631187241794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "clamp", "timestamp": 1631187251847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "multicloud-k8s-id", "timestamp": 1631187246910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "dcae-sch", "timestamp": 1631187241622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "cds", "timestamp": 1631187241794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "clamp", "timestamp": 1631187251847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "multicloud-k8s-id", "timestamp": 1631187246910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "dcae-sch", "timestamp": 1631187241622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "cds", "timestamp": 1631187241794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "ves-openapi-manager", "timestamp": 1631187253599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "clamp", "timestamp": 1631187251847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "dcae-sch", "timestamp": 1631187241622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "multicloud-k8s-id", "timestamp": 1631187246910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "cds", "timestamp": 1631187241794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "ves-openapi-manager", "timestamp": 1631187253599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187254604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "clamp", "timestamp": 1631187251847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "ves-openapi-manager", "timestamp": 1631187253599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187254604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "clamp", "timestamp": 1631187251847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "cds", "timestamp": 1631187256580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "policy-id", "timestamp": 1631187256484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "ves-openapi-manager", "timestamp": 1631187253599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187254604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "clamp", "timestamp": 1631187251847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "cds", "timestamp": 1631187257585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-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=? 2021-09-09T11:35:41.055Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 2021-09-09T11:35:41.055Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 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 (?, ?, ?, ?, ?) 2021-09-09T11:35:41.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "policy-id", "timestamp": 1631187256484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "ves-openapi-manager", "timestamp": 1631187253599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187254604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "clamp", "timestamp": 1631187251847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "policy-id", "timestamp": 1631187256484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "ves-openapi-manager", "timestamp": 1631187253599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187254604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "clamp", "timestamp": 1631187251847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "policy-id", "timestamp": 1631187256484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "ves-openapi-manager", "timestamp": 1631187253599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187254604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "policy-id", "timestamp": 1631187256484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "ves-openapi-manager", "timestamp": 1631187253599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187254604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "policy-id", "timestamp": 1631187256484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187254604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "ves-openapi-manager", "timestamp": 1631187262920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "policy-id", "timestamp": 1631187256484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187263798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:35:41.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:35:41.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "policy-id", "timestamp": 1631187256484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:35:41.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "ves-openapi-manager", "timestamp": 1631187264166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:35:41.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:35:41.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "ves-openapi-manager", "timestamp": 1631187265176, "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=? 2021-09-09T11:35:41.070Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 2021-09-09T11:35:41.070Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 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 (?, ?, ?, ?, ?) 2021-09-09T11:35:41.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187265472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:35:41.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:35:41.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "policy-id", "timestamp": 1631187266280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:35:41.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:35:41.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187266475, "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=? 2021-09-09T11:35:41.079Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 2021-09-09T11:35:41.080Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 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 (?, ?, ?, ?, ?) 2021-09-09T11:35:41.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "clamp", "timestamp": 1631187266474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:35:41.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:35:41.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "aai-ml", "timestamp": 1631187266615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "policy-id", "timestamp": 1631187267284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:35:41.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:35:41.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "aai-ml", "timestamp": 1631187266615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "policy-id", "timestamp": 1631187268286, "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=? 2021-09-09T11:35:41.091Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 2021-09-09T11:35:41.091Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 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 (?, ?, ?, ?, ?) 2021-09-09T11:35:41.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "clamp", "timestamp": 1631187268482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:35:41.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:35:41.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "aai-ml", "timestamp": 1631187266615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "clamp", "timestamp": 1631187269485, "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=? 2021-09-09T11:35:41.102Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 2021-09-09T11:35:41.102Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 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 (?, ?, ?, ?, ?) 2021-09-09T11:35:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "aai-ml", "timestamp": 1631187266615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "aai-ml", "timestamp": 1631187266615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "aai-ml", "timestamp": 1631187266615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "aai-ml", "timestamp": 1631187266615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "aai-ml", "timestamp": 1631187266615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "aai-ml", "timestamp": 1631187276181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "aai-ml", "timestamp": 1631187280392, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:35:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:36:04.343Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:36:04.354Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:36:04.356Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:36:04.356Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:36:04.357Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:36:34.357Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:36:34.366Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:36:34.368Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:36:34.368Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:36:34.368Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:36:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:36:41.021Z||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. 2021-09-09T11:36:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:36:41.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:36:41.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:36:41.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "aai-ml", "timestamp": 1631187281397, "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=? 2021-09-09T11:36:41.043Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 2021-09-09T11:36:41.043Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 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 (?, ?, ?, ?, ?) 2021-09-09T11:37:04.368Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:37:04.379Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:37:04.381Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|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=? 2021-09-09T11:37:04.384Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-09T11:37:34.385Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac 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=? 2021-09-09T11:37:34.389Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac and serviceModelVersionId: fbd3e2c3-1ca4-4ecb-911e-266269637894 2021-09-09T11:37:34.389Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97abcd1f-2df7-46db-bc25-947508c305be 2021-09-09T11:37:34.389Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97abcd1f-2df7-46db-bc25-947508c305be/model-vers/model-ver/fbd3e2c3-1ca4-4ecb-911e-266269637894?depth=0 2021-09-09T11:37:34.393Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-09T11:37:34.426Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97abcd1f-2df7-46db-bc25-947508c305be/model-vers/model-ver/fbd3e2c3-1ca4-4ecb-911e-266269637894?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]} 2021-09-09T11:37:34.426Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97abcd1f-2df7-46db-bc25-947508c305be/model-vers/model-ver/fbd3e2c3-1ca4-4ecb-911e-266269637894?depth=0|INFO|500||Invoke 2021-09-09T11:37:34.441Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97abcd1f-2df7-46db-bc25-947508c305be/model-vers/model-ver/fbd3e2c3-1ca4-4ecb-911e-266269637894?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-09T11:37:34.930Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97abcd1f-2df7-46db-bc25-947508c305be/model-vers/model-ver/fbd3e2c3-1ca4-4ecb-911e-266269637894?depth=0|INFO|500||InvokeReturn 2021-09-09T11:37:34.930Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/97abcd1f-2df7-46db-bc25-947508c305be/model-vers/model-ver/fbd3e2c3-1ca4-4ecb-911e-266269637894?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210909-11:37:34:449-40729], vertex-id=[233584], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:37:34 GMT], Content-Type=[application/json]} 2021-09-09T11:37:34.930Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-09-09T11:37:34.930Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-09T11:37:34.930Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:37:34.934Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|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) 2021-09-09T11:37:34.934Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-09T11:37:34.934Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-09T11:37:34.935Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:34.936Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:34.936Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187454934, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:37:35.037Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-09T11:37:35.037Z||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. 2021-09-09T11:37:35.037Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:35.048Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:35.049Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 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=? 2021-09-09T11:37:35.948Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:37:35.948Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|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. 2021-09-09T11:37:35.948Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:40.225Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:40.226Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-09T11:37:40.226Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b36abc31-5dbc-4fbe-969d-5ddea644b2b7","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"332480c6-366d-431c-ad31-61239084e962","serviceDescription":"service","serviceInvariantUUID":"1a641b9f-39d4-46bb-909e-6b0df373ac69","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e5478ac-b167-4445-8b51-3ae516491874","resourceInvariantUUID":"339f0d15-7321-420e-aa39-488e6850ad43","resourceCustomizationUUID":"dc6e7b88-61d5-4bf1-a86e-b4b52c5ed447","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ca3ba5d2-d52c-427a-a14f-b2897fb6c194","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NDgyOGY1ZWY1OTA2Mjg3YTNlYjQ2ZjNhYTMzYzJhNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c20ffd3a-c2dc-4cbb-a65e-7c091217f048","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YzQ5NjA1MzQ4NjQxYzJjOWZlZTNjOTM2ZGE4NDE5YWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a08abe50-2652-4d98-b787-fc6c8f7b8ad9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"acb6887e-8eb1-421d-879b-4d73b545ed23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8198e281-a076-41ce-87d3-aab793664545","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"182a1782-8086-440b-8327-0fdea418c199","artifactVersion":"2","generatedFromUUID":"acb6887e-8eb1-421d-879b-4d73b545ed23"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTM5ZTVkMmIzYzlmMGU4ODE1OTJkZDEwMWJiZWViNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c7c8cf2-e624-4bad-ac38-35fbc67e4872","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTViZmEzYTY5ZGEzOGVlN2FkZmEzZmRkYWRhMDA3MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfb680fa-3c61-4361-b6d3-736bae5dfca4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-09T11:37:40.228Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:37:40.229Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:40.230Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:40.231Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:37:40.331Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:40.331Z||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. 2021-09-09T11:37:40.332Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:40.340Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:40.341Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:37:41.020Z||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. 2021-09-09T11:37:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:41.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:41.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:37:41.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "06d1cb90-1f9a-4a08-9007-4d91cf67110d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187317382, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:37:41.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:37:41.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:37:41.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:37:41.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:37:41.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:37:41.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:37:41.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:37:41.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:37:41.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:37:41.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:37:41.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:37:41.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:37:41.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:37:41.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:37:41.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:37:41.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:37:41.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:37:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/resourceInstances/pnf9837ccc138910/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:37:41.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:37:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:37:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:37:41.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:37:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:37:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187318393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:37:41.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:37:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:37:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187331640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:37:41.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:37:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:37:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187333330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVr7vyuc00y8yhaplaor6/1.0/artifacts/service-DemoPnfVr7vyuc00y8yhaplaor6-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:37:41.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:37:41.231Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:37:41.232Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:41.234Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:41.234Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:37:41.334Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:41.335Z||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. 2021-09-09T11:37:41.335Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:41.343Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:41.344Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:42.235Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:37:42.235Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:42.242Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:42.242Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:37:42.338Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-09-09T11:37:42.339Z||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. 2021-09-09T11:37:42.339Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:42.349Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:42.349Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:43.243Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:37:43.243Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:43.245Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:43.245Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-09T11:37:43.345Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:43.346Z||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. 2021-09-09T11:37:43.346Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:43.355Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:43.355Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:44.246Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:37:44.246Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:44.248Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:44.248Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:37:44.349Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:44.350Z||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. 2021-09-09T11:37:44.350Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:44.358Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:44.359Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:45.249Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:37:45.250Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:45.252Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:45.252Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-09T11:37:45.352Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:45.353Z||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. 2021-09-09T11:37:45.353Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:45.361Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:45.362Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:46.252Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:37:46.253Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:46.255Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:46.255Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:37:46.355Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:46.356Z||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. 2021-09-09T11:37:46.356Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:46.365Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:46.365Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:47.255Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:37:47.256Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:47.257Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:47.257Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:37:47.358Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-09T11:37:47.358Z||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. 2021-09-09T11:37:47.359Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:47.368Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:47.368Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:48.259Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "332480c6-366d-431c-ad31-61239084e962", "serviceDescription": "service", "serviceInvariantUUID": "1a641b9f-39d4-46bb-909e-6b0df373ac69", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "dc6e7b88-61d5-4bf1-a86e-b4b52c5ed447", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4e5478ac-b167-4445-8b51-3ae516491874", "resourceInvariantUUID": "339f0d15-7321-420e-aa39-488e6850ad43", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "YzQ5NjA1MzQ4NjQxYzJjOWZlZTNjOTM2ZGE4NDE5YWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a08abe50-2652-4d98-b787-fc6c8f7b8ad9", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "acb6887e-8eb1-421d-879b-4d73b545ed23", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "182a1782-8086-440b-8327-0fdea418c199", "generatedFromUUID": "acb6887e-8eb1-421d-879b-4d73b545ed23" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "182a1782-8086-440b-8327-0fdea418c199", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NTViZmEzYTY5ZGEzOGVlN2FkZmEzZmRkYWRhMDA3MzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cfb680fa-3c61-4361-b6d3-736bae5dfca4" } ], "workloadContext": "Production" } 2021-09-09T11:37:48.259Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-09T11:37:48.259Z|8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 332480c6-366d-431c-ad31-61239084e962 ASDC 2021-09-09T11:37:48.259Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:b36abc31-5dbc-4fbe-969d-5ddea644b2b7 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:332480c6-366d-431c-ad31-61239084e962 ServiceInvariantUUID:1a641b9f-39d4-46bb-909e-6b0df373ac69 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:cfb680fa-3c61-4361-b6d3-736bae5dfca4 ArtifactChecksum:NTViZmEzYTY5ZGEzOGVlN2FkZmEzZmRkYWRhMDA3MzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:dc6e7b88-61d5-4bf1-a86e-b4b52c5ed447 ResourceInvariantUUID:339f0d15-7321-420e-aa39-488e6850ad43 ResourceName:basicclamp ResourceType:VF ResourceUUID:4e5478ac-b167-4445-8b51-3ae516491874 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:a08abe50-2652-4d98-b787-fc6c8f7b8ad9 ArtifactChecksum:YzQ5NjA1MzQ4NjQxYzJjOWZlZTNjOTM2ZGE4NDE5YWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:acb6887e-8eb1-421d-879b-4d73b545ed23 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:182a1782-8086-440b-8327-0fdea418c199 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:182a1782-8086-440b-8327-0fdea418c199 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-09T11:37:48.259Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 332480c6-366d-431c-ad31-61239084e962 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 (?, ?, ?, ?, ?) 2021-09-09T11:37:48.286Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:37:48.286Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:37:48.286Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:37:48.287Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cfb680fa-3c61-4361-b6d3-736bae5dfca4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-09T11:37:48.287Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:37:48.287Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-09T11:37:49.233Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:37:49.236Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar cfb680fa-3c61-4361-b6d3-736bae5dfca4 73379 2021-09-09T11:37:49.237Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-09T11:37:49.237Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-09T11:37:49.237Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:37:49.237Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:49.239Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:49.239Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187469237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:37:49.339Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:49.340Z||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. 2021-09-09T11:37:49.340Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:49.349Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:49.349Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:50.239Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:37:50.240Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:37:50.241Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cfb680fa-3c61-4361-b6d3-736bae5dfca4, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-09T11:37:50.242Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-09-09T11:37:50.242Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-09T11:37:50.242Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-09T11:37:50.330Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10908468658776147454/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-09-09T11:37:51.227Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-09T11:37:51.227Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:37:51.227Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-09T11:37:51.227Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-09T11:37:51.227Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-09T11:37:51.227Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-09T11:37:51.227Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|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-Basicclamp-csar.csar 2021-09-09T11:37:51.227Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|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-Basicclamp-csar.csar 2021-09-09T11:37:51.227Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|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-Basicclamp-csar.csar 2021-09-09T11:37:51.227Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-09T11:37:51.227Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-09T11:37:51.228Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|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-Basicclamp-csar.csar 2021-09-09T11:37:51.228Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|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-Basicclamp-csar.csar 2021-09-09T11:37:51.228Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:37:51.228Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.228Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:51.228Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-09T11:37:51.228Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:37:51.228Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:37:51.228Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.228Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:51.228Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-09T11:37:51.229Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:37:51.229Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:37:51.229Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.229Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:51.229Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.229Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-09T11:37:51.229Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-09T11:37:51.229Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-09T11:37:51.229Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-09T11:37:51.229Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-09T11:37:51.229Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-09T11:37:51.230Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.230Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-09T11:37:51.230Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.230Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-09T11:37:51.230Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:37:51.230Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.230Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-09T11:37:51.230Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:37:51.230Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-09T11:37:51.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:37:51.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-09T11:37:51.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-09T11:37:51.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-09T11:37:51.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=208ce876-914d-46bf-a8d9-079437f23c7b 2021-09-09T11:37:51.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:51.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:51.232Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.232Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:51.232Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:51.232Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:51.232Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:332480c6-366d-431c-ad31-61239084e962 Model Version:NULL Model InvariantUuid:1a641b9f-39d4-46bb-909e-6b0df373ac69 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:0faad650-8eb0-4aaa-8a0b-dad7827b962c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:339f0d15-7321-420e-aa39-488e6850ad43 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dc6e7b88-61d5-4bf1-a86e-b4b52c5ed447 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9d93525f-e546-4cd8-8099-db35722bada7 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:bf0fb0ed-ed3d-48f5-952b-3e4f850eb991 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:208ce876-914d-46bf-a8d9-079437f23c7b ModelInvariantUuid:a0aa7f5a-7cae-418c-80d1-9323f50082e2 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:3694e8c9-45ec-4cea-99bf-336e367c75f3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:1d205d98-4377-45ef-8e5d-730414496bda ModelInvariantUuid:0d37910a-5891-4e54-8de2-09aabea0b65c ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:53014648-6bdf-4f75-be98-906651b35afe 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-09T11:37:51.236Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e5478ac-b167-4445-8b51-3ae516491874 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:37:51.238Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||basicclamp 0 2021-09-09T11:37:51.238Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e5478ac-b167-4445-8b51-3ae516491874 2021-09-09T11:37:51.238Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a08abe50-2652-4d98-b787-fc6c8f7b8ad9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-09T11:37:51.238Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:37:51.238Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-09T11:37:52.242Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:37:52.242Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a08abe50-2652-4d98-b787-fc6c8f7b8ad9 790 2021-09-09T11:37:52.243Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-09T11:37:52.243Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-09T11:37:52.243Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:37:52.243Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:52.245Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:52.245Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187472243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:37:52.345Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:52.346Z||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. 2021-09-09T11:37:52.346Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:52.355Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:52.355Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:37:53.245Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9d93525f-e546-4cd8-8099-db35722bada7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bf0fb0ed-ed3d-48f5-952b-3e4f850eb991", "vfModuleModelCustomizationUUID": "51455275-0479-474e-ab7c-5515c25ed775", "isBase": true, "artifacts": [ "acb6887e-8eb1-421d-879b-4d73b545ed23", "182a1782-8086-440b-8327-0fdea418c199" ], "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": "" } } ] 2021-09-09T11:37:53.249Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bf0fb0ed-ed3d-48f5-952b-3e4f850eb991 VfModuleModelInvariantUUID:9d93525f-e546-4cd8-8099-db35722bada7 VfModuleModelDescription:NULL Artifacts UUID List:{ acb6887e-8eb1-421d-879b-4d73b545ed23 , 182a1782-8086-440b-8327-0fdea418c199 } 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 } 2021-09-09T11:37:53.251Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9d93525f-e546-4cd8-8099-db35722bada7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bf0fb0ed-ed3d-48f5-952b-3e4f850eb991", "vfModuleModelCustomizationUUID": "51455275-0479-474e-ab7c-5515c25ed775", "isBase": true, "artifacts": [ "acb6887e-8eb1-421d-879b-4d73b545ed23", "182a1782-8086-440b-8327-0fdea418c199" ], "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": "" } } ] 2021-09-09T11:37:53.251Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bf0fb0ed-ed3d-48f5-952b-3e4f850eb991 VfModuleModelInvariantUUID:9d93525f-e546-4cd8-8099-db35722bada7 VfModuleModelDescription:NULL Artifacts UUID List:{ acb6887e-8eb1-421d-879b-4d73b545ed23 , 182a1782-8086-440b-8327-0fdea418c199 } 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 } 2021-09-09T11:37:53.251Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: acb6887e-8eb1-421d-879b-4d73b545ed23 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-09T11:37:53.251Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:37:53.251Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-09T11:37:53.835Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:37:53.836Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml acb6887e-8eb1-421d-879b-4d73b545ed23 5033 2021-09-09T11:37:53.836Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-09T11:37:53.836Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-09T11:37:53.836Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:37:53.836Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:53.838Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:53.838Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187473836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:37:53.938Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:53.962Z||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. 2021-09-09T11:37:53.962Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:53.971Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:53.971Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:54.839Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 182a1782-8086-440b-8327-0fdea418c199 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-09T11:37:54.840Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:37:54.840Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-09T11:37:55.388Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:37:55.388Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 182a1782-8086-440b-8327-0fdea418c199 909 2021-09-09T11:37:55.389Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-09T11:37:55.389Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-09T11:37:55.389Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:37:55.389Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:55.392Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:55.392Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187475389, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:37:55.492Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:55.493Z||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. 2021-09-09T11:37:55.493Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:55.515Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:55.515Z||pool-62-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:56.393Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 332480c6-366d-431c-ad31-61239084e962 2021-09-09T11:37:56.393Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 4e5478ac-b167-4445-8b51-3ae516491874 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:37:56.402Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@423d5bb5, org.onap.sdc.toscaparser.api.parameters.Input@389bfc92, org.onap.sdc.toscaparser.api.parameters.Input@7731b039, org.onap.sdc.toscaparser.api.parameters.Input@14820b66, org.onap.sdc.toscaparser.api.parameters.Input@3c4a0ab0] 2021-09-09T11:37:56.404Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.404Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:56.404Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-09-09T11:37:56.404Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= dc6e7b88-61d5-4bf1-a86e-b4b52c5ed447 2021-09-09T11:37:56.404Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc6e7b88-61d5-4bf1-a86e-b4b52c5ed447 matches Tosca VF Customization UUID: dc6e7b88-61d5-4bf1-a86e-b4b52c5ed447 2021-09-09T11:37:56.404Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: dc6e7b88-61d5-4bf1-a86e-b4b52c5ed447 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-09T11:37:56.406Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.406Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:56.406Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id dc6e7b88-61d5-4bf1-a86e-b4b52c5ed447: {\"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\"} 2021-09-09T11:37:56.406Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25c53b92 2021-09-09T11:37:56.407Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.407Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-09T11:37:56.407Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51455275-0479-474e-ab7c-5515c25ed775 2021-09-09T11:37:56.407Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51455275-0479-474e-ab7c-5515c25ed775 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-09T11:37:56.409Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.409Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-09T11:37:56.409Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:37:56.409Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.409Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-09T11:37:56.409Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:37:56.409Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.410Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-09T11:37:56.410Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-09T11:37:56.410Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-09T11:37:56.410Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=208ce876-914d-46bf-a8d9-079437f23c7b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-09T11:37:56.411Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.412Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-09T11:37:56.412Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:37:56.412Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.412Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-09T11:37:56.412Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=dc6e7b88-61d5-4bf1-a86e-b4b52c5ed447 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:37:56.413Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.414Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:56.414Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 332480c6-366d-431c-ad31-61239084e962: basicclamp 2021-09-09T11:37:56.414Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.414Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:56.414Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.414Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:56.414Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.414Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:56.414Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.414Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:56.415Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:37:56.415Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:37:56.415Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-09T11:37:56.467Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 4e5478ac-b167-4445-8b51-3ae516491874 1 ASDC deployResourceStructure 2021-09-09T11:37:56.467Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-09T11:37:56.467Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-09T11:37:56.468Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:37:56.468Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:56.469Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:56.469Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187476467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:37:56.570Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:56.570Z||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. 2021-09-09T11:37:56.570Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:56.579Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:56.579Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:57.470Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-09T11:37:57.471Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-09T11:37:57.471Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:37:57.471Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:57.473Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:57.473Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187477470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:37:57.573Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:57.574Z||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. 2021-09-09T11:37:57.574Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:57.583Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:57.583Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:58.474Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-09T11:37:58.474Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-09T11:37:58.474Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:37:58.474Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:58.476Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:58.476Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187478474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-09T11:37:58.576Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:58.577Z||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. 2021-09-09T11:37:58.577Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:58.586Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:58.586Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:37:59.477Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-09T11:37:59.478Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-09T11:37:59.478Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:37:59.478Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:37:59.479Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:37:59.479Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187479477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:37:59.580Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:37:59.580Z||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. 2021-09-09T11:37:59.581Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:37:59.590Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:37:59.591Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:38:00.480Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b36abc31-5dbc-4fbe-969d-5ddea644b2b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:38:00.489Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b36abc31-5dbc-4fbe-969d-5ddea644b2b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:38:00.491Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:38:00.491Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:38:00.491Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:38:30.491Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b36abc31-5dbc-4fbe-969d-5ddea644b2b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:38:30.498Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b36abc31-5dbc-4fbe-969d-5ddea644b2b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:38:30.500Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:38:30.500Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:38:30.500Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:38:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:38:41.021Z||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. 2021-09-09T11:38:41.022Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:38:41.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:38:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187401847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187404604, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "dcae-sch", "timestamp": 1631187401622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-09-09T11:38:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "policy-id", "timestamp": 1631187396484, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187404604, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187401847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "dcae-sch", "timestamp": 1631187401622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "policy-id", "timestamp": 1631187396484, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "cds", "timestamp": 1631187406794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187406910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187401847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187404604, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "dcae-sch", "timestamp": 1631187401622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "policy-id", "timestamp": 1631187396484, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "cds", "timestamp": 1631187406794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187406910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187404604, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187401847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "dcae-sch", "timestamp": 1631187401622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "policy-id", "timestamp": 1631187396484, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "cds", "timestamp": 1631187406794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187406910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187401847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187404604, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "dcae-sch", "timestamp": 1631187401622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "policy-id", "timestamp": 1631187396484, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "cds", "timestamp": 1631187406794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187406910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187404604, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187401847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "dcae-sch", "timestamp": 1631187401622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "policy-id", "timestamp": 1631187396484, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "cds", "timestamp": 1631187406794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187406910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187401847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187404604, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "dcae-sch", "timestamp": 1631187401622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "policy-id", "timestamp": 1631187396484, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "cds", "timestamp": 1631187406794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187406910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187401847, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187404604, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "dcae-sch", "timestamp": 1631187401622, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "policy-id", "timestamp": 1631187396484, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "cds", "timestamp": 1631187406794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187406910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "cds", "timestamp": 1631187406794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187406910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187414810, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "policy-id", "timestamp": 1631187414810, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "policy-id", "timestamp": 1631187415813, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "cds", "timestamp": 1631187416291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "dcae-sch", "timestamp": 1631187416396, "artifactURL": "/sdc/v1/catalog/services/332480c6-366d-431c-ad31-61239084e962/resourceInstances/basicclamp0/artifacts/ca3ba5d2-d52c-427a-a14f-b2897fb6c194", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187416579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187416762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "policy-id", "timestamp": 1631187416816, "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=? 2021-09-09T11:38:41.072Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b36abc31-5dbc-4fbe-969d-5ddea644b2b7 2021-09-09T11:38:41.072Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36abc31-5dbc-4fbe-969d-5ddea644b2b7 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "cds", "timestamp": 1631187417295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-09T11:38:41.101Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b36abc31-5dbc-4fbe-969d-5ddea644b2b7 2021-09-09T11:38:41.101Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36abc31-5dbc-4fbe-969d-5ddea644b2b7 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "dcae-sch", "timestamp": 1631187417595, "artifactURL": "/sdc/v1/catalog/services/332480c6-366d-431c-ad31-61239084e962/resourceInstances/basicclamp0/artifacts/ca3ba5d2-d52c-427a-a14f-b2897fb6c194", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187417765, "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=? 2021-09-09T11:38:41.112Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b36abc31-5dbc-4fbe-969d-5ddea644b2b7 2021-09-09T11:38:41.112Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36abc31-5dbc-4fbe-969d-5ddea644b2b7 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187418402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "policy-id", "timestamp": 1631187417819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "dcae-sch", "timestamp": 1631187418599, "artifactURL": "/sdc/v1/catalog/services/332480c6-366d-431c-ad31-61239084e962/resourceInstances/basicclamp0/artifacts/ca3ba5d2-d52c-427a-a14f-b2897fb6c194", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-09T11:38:41.125Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of b36abc31-5dbc-4fbe-969d-5ddea644b2b7 2021-09-09T11:38:41.125Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36abc31-5dbc-4fbe-969d-5ddea644b2b7 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-09T11:38:41.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "policy-id", "timestamp": 1631187417819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187420386, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "policy-id", "timestamp": 1631187417819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-09T11:38:41.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187421407, "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=? 2021-09-09T11:38:41.139Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b36abc31-5dbc-4fbe-969d-5ddea644b2b7 2021-09-09T11:38:41.139Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36abc31-5dbc-4fbe-969d-5ddea644b2b7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-09-09T11:38:41.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "policy-id", "timestamp": 1631187417819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "dcae-sch", "timestamp": 1631187421622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "multicloud-k8s-id", "timestamp": 1631187422411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.145Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "cds", "timestamp": 1631187421794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "policy-id", "timestamp": 1631187417819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "dcae-sch", "timestamp": 1631187421622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "cds", "timestamp": 1631187421794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "policy-id", "timestamp": 1631187417819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187423505, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "dcae-sch", "timestamp": 1631187421622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "cds", "timestamp": 1631187421794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "policy-id", "timestamp": 1631187417819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187424508, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "dcae-sch", "timestamp": 1631187421622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "cds", "timestamp": 1631187421794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187425798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "dcae-sch", "timestamp": 1631187421622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "cds", "timestamp": 1631187421794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187426800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.154Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "dcae-sch", "timestamp": 1631187421622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "cds", "timestamp": 1631187421794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187426910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "aai-ml", "timestamp": 1631187427680, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.155Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "clamp", "timestamp": 1631187427803, "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=? 2021-09-09T11:38:41.159Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b36abc31-5dbc-4fbe-969d-5ddea644b2b7 2021-09-09T11:38:41.159Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36abc31-5dbc-4fbe-969d-5ddea644b2b7 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "policy-id", "timestamp": 1631187427845, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "dcae-sch", "timestamp": 1631187421622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "ves-openapi-manager", "timestamp": 1631187413599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "cds", "timestamp": 1631187421794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187426910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:38:41.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "policy-id", "timestamp": 1631187428849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187426910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-09T11:38:41.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "policy-id", "timestamp": 1631187429852, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.181Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5608e3a-2512-4865-b332-547b2d5f7d93 2021-09-09T11:38:41.181Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5608e3a-2512-4865-b332-547b2d5f7d93 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "cds", "timestamp": 1631187430341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187426910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "cds", "timestamp": 1631187431345, "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=? 2021-09-09T11:38:41.193Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5608e3a-2512-4865-b332-547b2d5f7d93 2021-09-09T11:38:41.193Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5608e3a-2512-4865-b332-547b2d5f7d93 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187426910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-09T11:38:41.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "clamp", "timestamp": 1631187431847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187426910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "clamp", "timestamp": 1631187431847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187426910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "ves-openapi-manager", "timestamp": 1631187433599, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "clamp", "timestamp": 1631187431847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "aai-ml", "timestamp": 1631187434830, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "ves-openapi-manager", "timestamp": 1631187433599, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "clamp", "timestamp": 1631187431847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187435699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "aai-ml", "timestamp": 1631187435833, "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=? 2021-09-09T11:38:41.205Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b36abc31-5dbc-4fbe-969d-5ddea644b2b7 2021-09-09T11:38:41.205Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36abc31-5dbc-4fbe-969d-5ddea644b2b7 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "ves-openapi-manager", "timestamp": 1631187433599, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "clamp", "timestamp": 1631187431847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "policy-id", "timestamp": 1631187436484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "ves-openapi-manager", "timestamp": 1631187433599, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187437287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "cds", "timestamp": 1631187436794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "clamp", "timestamp": 1631187431847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "policy-id", "timestamp": 1631187436484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "ves-openapi-manager", "timestamp": 1631187433599, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "cds", "timestamp": 1631187436794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "clamp", "timestamp": 1631187431847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187439099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "policy-id", "timestamp": 1631187436484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "ves-openapi-manager", "timestamp": 1631187433599, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "cds", "timestamp": 1631187436794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187440119, "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=? 2021-09-09T11:38:41.218Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5608e3a-2512-4865-b332-547b2d5f7d93 2021-09-09T11:38:41.219Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5608e3a-2512-4865-b332-547b2d5f7d93 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-09-09T11:38:41.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "policy-id", "timestamp": 1631187436484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "ves-openapi-manager", "timestamp": 1631187433599, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "cds", "timestamp": 1631187436794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "multicloud-k8s-id", "timestamp": 1631187441122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "policy-id", "timestamp": 1631187436484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "ves-openapi-manager", "timestamp": 1631187433599, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "cds", "timestamp": 1631187436794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "policy-id", "timestamp": 1631187436484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "dcae-sch", "timestamp": 1631187441622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "cds", "timestamp": 1631187436794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187442689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "aai-ml", "timestamp": 1631187416615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "policy-id", "timestamp": 1631187436484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "dcae-sch", "timestamp": 1631187441622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "cds", "timestamp": 1631187436794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "policy-id", "timestamp": 1631187436484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "dcae-sch", "timestamp": 1631187441622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "cds", "timestamp": 1631187436794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "aai-ml", "timestamp": 1631187444601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187444675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "dcae-sch", "timestamp": 1631187441622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187445678, "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=? 2021-09-09T11:38:41.230Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5608e3a-2512-4865-b332-547b2d5f7d93 2021-09-09T11:38:41.230Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5608e3a-2512-4865-b332-547b2d5f7d93 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "policy-id", "timestamp": 1631187446132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "dcae-sch", "timestamp": 1631187441622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "policy-id", "timestamp": 1631187447135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "dcae-sch", "timestamp": 1631187441622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187446910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "cds", "timestamp": 1631187447689, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "policy-id", "timestamp": 1631187448138, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.244Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 2021-09-09T11:38:41.245Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "dcae-sch", "timestamp": 1631187441622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187446910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "dcae-sch", "timestamp": 1631187441622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187446910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "cds", "timestamp": 1631187449939, "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=? 2021-09-09T11:38:41.255Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 2021-09-09T11:38:41.255Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "clamp", "timestamp": 1631187450509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187446910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187446910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "clamp", "timestamp": 1631187452518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187446910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "aai-ml", "timestamp": 1631187452832, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "clamp", "timestamp": 1631187453521, "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=? 2021-09-09T11:38:41.265Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5608e3a-2512-4865-b332-547b2d5f7d93 2021-09-09T11:38:41.265Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5608e3a-2512-4865-b332-547b2d5f7d93 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187446910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187434604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "aai-ml", "timestamp": 1631187453836, "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=? 2021-09-09T11:38:41.275Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5608e3a-2512-4865-b332-547b2d5f7d93 2021-09-09T11:38:41.275Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5608e3a-2512-4865-b332-547b2d5f7d93 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187446910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a2bfa2e-3e4d-4dad-9437-c5ef8f27cbac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187454934, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "aai-ml", "timestamp": 1631187454839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187455894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187456289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "aai-ml", "timestamp": 1631187454839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "aai-ml", "timestamp": 1631187454839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187457838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187457997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "aai-ml", "timestamp": 1631187454839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187458841, "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=? 2021-09-09T11:38:41.289Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 2021-09-09T11:38:41.289Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 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 (?, ?, ?, ?, ?) 2021-09-09T11:38:41.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "aai-ml", "timestamp": 1631187454839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187459793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:38:41.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:38:41.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "aai-ml", "timestamp": 1631187454839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:38:41.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:38:41.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:38:41.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187460811, "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=? 2021-09-09T11:38:41.299Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 2021-09-09T11:38:41.299Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-09-09T11:39:00.501Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b36abc31-5dbc-4fbe-969d-5ddea644b2b7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:39:00.509Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b36abc31-5dbc-4fbe-969d-5ddea644b2b7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:00.511Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|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=? 2021-09-09T11:39:00.515Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-09T11:39:30.515Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b36abc31-5dbc-4fbe-969d-5ddea644b2b7 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=? 2021-09-09T11:39:30.521Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b36abc31-5dbc-4fbe-969d-5ddea644b2b7 and serviceModelVersionId: 332480c6-366d-431c-ad31-61239084e962 2021-09-09T11:39:30.521Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a641b9f-39d4-46bb-909e-6b0df373ac69 2021-09-09T11:39:30.522Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a641b9f-39d4-46bb-909e-6b0df373ac69/model-vers/model-ver/332480c6-366d-431c-ad31-61239084e962?depth=0 2021-09-09T11:39:30.526Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-09T11:39:30.560Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a641b9f-39d4-46bb-909e-6b0df373ac69/model-vers/model-ver/332480c6-366d-431c-ad31-61239084e962?depth=0|INFO|500||Invoke 2021-09-09T11:39:30.561Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a641b9f-39d4-46bb-909e-6b0df373ac69/model-vers/model-ver/332480c6-366d-431c-ad31-61239084e962?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a641b9f-39d4-46bb-909e-6b0df373ac69/model-vers/model-ver/332480c6-366d-431c-ad31-61239084e962?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b36abc31-5dbc-4fbe-969d-5ddea644b2b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43b25a18-95ba-4ff4-8602-60f39f47119f], X-ECOMP-RequestID=[b36abc31-5dbc-4fbe-969d-5ddea644b2b7], X-TransactionId=[], X-ONAP-RequestID=[b36abc31-5dbc-4fbe-969d-5ddea644b2b7], Content-Type=[application/merge-patch+json]} 2021-09-09T11:39:30.576Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a641b9f-39d4-46bb-909e-6b0df373ac69/model-vers/model-ver/332480c6-366d-431c-ad31-61239084e962?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-09T11:39:31.230Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a641b9f-39d4-46bb-909e-6b0df373ac69/model-vers/model-ver/332480c6-366d-431c-ad31-61239084e962?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a641b9f-39d4-46bb-909e-6b0df373ac69/model-vers/model-ver/332480c6-366d-431c-ad31-61239084e962?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210909-11:39:30:583-33379], vertex-id=[204864], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:39:30 GMT], Content-Type=[application/json]} 2021-09-09T11:39:31.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a641b9f-39d4-46bb-909e-6b0df373ac69/model-vers/model-ver/332480c6-366d-431c-ad31-61239084e962?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-09T11:39:31.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a641b9f-39d4-46bb-909e-6b0df373ac69/model-vers/model-ver/332480c6-366d-431c-ad31-61239084e962?depth=0|INFO|500||InvokeReturn 2021-09-09T11:39:31.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-09T11:39:31.231Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:39:31.235Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|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) 2021-09-09T11:39:31.235Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b36abc31-5dbc-4fbe-969d-5ddea644b2b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-09T11:39:31.235Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-09T11:39:31.236Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:31.237Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:31.237Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187571235, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:39:31.337Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:31.338Z||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. 2021-09-09T11:39:31.338Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:31.352Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:31.352Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-09T11:39:32.247Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-09T11:39:32.247Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5608e3a-2512-4865-b332-547b2d5f7d93","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c090ecae-e073-4ae6-8c02-87d9913efcd6","serviceDescription":"service","serviceInvariantUUID":"06111f25-6fc1-4c17-9c2c-6cd2aeb6b6a8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c622f0ff-ca9f-46fa-9c07-350de5c559c7","resourceInvariantUUID":"eb31e49d-2961-43e2-998d-9e5dc566ea7d","resourceCustomizationUUID":"98c9ee06-61e6-4fa6-9227-c127401819af","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":"NjdkMGY3YzkyYWEyNTM3ZTFiMGZhZTk0MmE5NGM3MDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a8cb2e2-a9c9-47ec-b9ea-19305db7bc74","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":"ZDhmZTIzNDRkZThmYzI1YTZhODc0MzM4MGI5ODM1NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f36ba8eb-b43c-4f4e-ba30-431868d76678","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":"d3f06475-4524-4d62-87af-5b412431f542","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":"95b7467b-59b5-46c7-b76e-a6afd4581c85","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":"359d24f2-6f53-4a68-90fd-494b6f77a133","artifactVersion":"2","generatedFromUUID":"d3f06475-4524-4d62-87af-5b412431f542"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTIwMDg3ZWNiMTMyMjRkZGM0M2EzZmI1ZWU3ZDc3ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af961d72-91c3-49b2-bf71-42418cf37d25","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWVhYmZkN2JmZjJlM2Y2ZDI3NTNlM2E5OGFkZmE3MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18e1c52f-0676-41a7-b76f-31fcca8e1110","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-09T11:39:32.247Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:39:32.247Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:32.249Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:32.249Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:39:32.349Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:32.350Z||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. 2021-09-09T11:39:32.350Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:32.359Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:32.359Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:33.249Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:39:33.250Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:33.251Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:33.251Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:39:33.352Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:33.352Z||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. 2021-09-09T11:39:33.353Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:33.361Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:33.362Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:34.252Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:39:34.253Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:34.254Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:34.254Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-09T11:39:34.354Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:34.355Z||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. 2021-09-09T11:39:34.355Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:34.364Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:34.364Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:35.255Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:39:35.256Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:35.258Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:35.258Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:39:35.358Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:35.359Z||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. 2021-09-09T11:39:35.359Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:35.368Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:35.369Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:36.259Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:39:36.259Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:36.261Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:36.261Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-09T11:39:36.361Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:36.362Z||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. 2021-09-09T11:39:36.362Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:36.371Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:36.371Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:37.261Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:39:37.262Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:37.264Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:37.264Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:39:37.364Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:37.365Z||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. 2021-09-09T11:39:37.365Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:37.374Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:37.375Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:39:38.264Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:39:38.265Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:38.267Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:38.267Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:39:38.367Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:38.368Z||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. 2021-09-09T11:39:38.368Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:38.378Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:38.378Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:39.268Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "c090ecae-e073-4ae6-8c02-87d9913efcd6", "serviceDescription": "service", "serviceInvariantUUID": "06111f25-6fc1-4c17-9c2c-6cd2aeb6b6a8", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "98c9ee06-61e6-4fa6-9227-c127401819af", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c622f0ff-ca9f-46fa-9c07-350de5c559c7", "resourceInvariantUUID": "eb31e49d-2961-43e2-998d-9e5dc566ea7d", "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": "ZDhmZTIzNDRkZThmYzI1YTZhODc0MzM4MGI5ODM1NzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f36ba8eb-b43c-4f4e-ba30-431868d76678", "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": "d3f06475-4524-4d62-87af-5b412431f542", "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": "359d24f2-6f53-4a68-90fd-494b6f77a133", "generatedFromUUID": "d3f06475-4524-4d62-87af-5b412431f542" }, "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": "359d24f2-6f53-4a68-90fd-494b6f77a133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YWVhYmZkN2JmZjJlM2Y2ZDI3NTNlM2E5OGFkZmE3MmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "18e1c52f-0676-41a7-b76f-31fcca8e1110" } ], "workloadContext": "Production" } 2021-09-09T11:39:39.269Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-09T11:39:39.269Z|b36abc31-5dbc-4fbe-969d-5ddea644b2b7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c090ecae-e073-4ae6-8c02-87d9913efcd6 ASDC 2021-09-09T11:39:39.270Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:b5608e3a-2512-4865-b332-547b2d5f7d93 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:c090ecae-e073-4ae6-8c02-87d9913efcd6 ServiceInvariantUUID:06111f25-6fc1-4c17-9c2c-6cd2aeb6b6a8 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:18e1c52f-0676-41a7-b76f-31fcca8e1110 ArtifactChecksum:YWVhYmZkN2JmZjJlM2Y2ZDI3NTNlM2E5OGFkZmE3MmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:98c9ee06-61e6-4fa6-9227-c127401819af ResourceInvariantUUID:eb31e49d-2961-43e2-998d-9e5dc566ea7d ResourceName:basic_vm ResourceType:VF ResourceUUID:c622f0ff-ca9f-46fa-9c07-350de5c559c7 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:f36ba8eb-b43c-4f4e-ba30-431868d76678 ArtifactChecksum:ZDhmZTIzNDRkZThmYzI1YTZhODc0MzM4MGI5ODM1NzY= 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:d3f06475-4524-4d62-87af-5b412431f542 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:359d24f2-6f53-4a68-90fd-494b6f77a133 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:359d24f2-6f53-4a68-90fd-494b6f77a133 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-09T11:39:39.270Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c090ecae-e073-4ae6-8c02-87d9913efcd6 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=? 2021-09-09T11:39:39.296Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:39:39.297Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:39:39.297Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:39:39.297Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 18e1c52f-0676-41a7-b76f-31fcca8e1110 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-09T11:39:39.297Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:39:39.297Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-09T11:39:39.806Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:39:39.809Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 18e1c52f-0676-41a7-b76f-31fcca8e1110 70877 2021-09-09T11:39:39.809Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-09T11:39:39.809Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-09T11:39:39.809Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:39:39.809Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:39.811Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:39.811Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187579809, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:39:39.911Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:39.912Z||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. 2021-09-09T11:39:39.912Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:39.922Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:39.922Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:40.812Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:39:40.814Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:39:40.814Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 18e1c52f-0676-41a7-b76f-31fcca8e1110, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-09T11:39:40.814Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-09T11:39:40.815Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-09T11:39:40.815Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-09T11:39:40.947Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8430994917274915412/Definitions/service-BasicVm-template.yml 2021-09-09T11:39:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:39:41.020Z||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. 2021-09-09T11:39:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:41.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:41.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:39:41.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:39:41.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 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 2021-09-09T11:39:41.834Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-09T11:39:41.834Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:39:41.834Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-09T11:39:41.834Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-09T11:39:41.834Z|b5608e3a-2512-4865-b332-547b2d5f7d93|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-BasicVm-csar.csar 2021-09-09T11:39:41.834Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:41.834Z|b5608e3a-2512-4865-b332-547b2d5f7d93|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-BasicVm-csar.csar 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|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-BasicVm-csar.csar 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|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-BasicVm-csar.csar 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|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-BasicVm-csar.csar 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|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-BasicVm-csar.csar 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|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-BasicVm-csar.csar 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|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-BasicVm-csar.csar 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:39:41.835Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:39:41.836Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.836Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:41.836Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-09T11:39:41.836Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:39:41.836Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:39:41.836Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.836Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:41.836Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.836Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-09T11:39:41.836Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-09T11:39:41.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-09T11:39:41.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-09T11:39:41.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-09T11:39:41.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-09T11:39:41.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-09T11:39:41.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-09T11:39:41.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:39:41.838Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.838Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-09T11:39:41.838Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:39:41.838Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.838Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-09T11:39:41.838Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:39:41.838Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.838Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-09T11:39:41.838Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-09T11:39:41.838Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-09T11:39:41.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=60fa8606-8472-4788-aba2-1a71c2658016 2021-09-09T11:39:41.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:41.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:41.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:41.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:41.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:41.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:c090ecae-e073-4ae6-8c02-87d9913efcd6 Model Version:NULL Model InvariantUuid:06111f25-6fc1-4c17-9c2c-6cd2aeb6b6a8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:dfc339d3-f91d-4ef5-991c-8bae23f74129 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:eb31e49d-2961-43e2-998d-9e5dc566ea7d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:98c9ee06-61e6-4fa6-9227-c127401819af NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0c8d3175-69b1-435e-933a-72bc61aa3ee9 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:9d15e073-8885-40c9-b481-f0bd914b8352 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:60fa8606-8472-4788-aba2-1a71c2658016 ModelInvariantUuid:04a137fe-d5e8-43d8-8fab-2c1811338258 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:328b6058-fd47-4ec7-88c1-d2591f87b965 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:b3d81da5-5877-4223-bef8-85c27bcef15a ModelInvariantUuid:6fbe410c-088a-40d4-991c-350ccb690601 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1ef7fceb-09f5-44c5-949b-a2b62649ad48 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-09T11:39:41.847Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c622f0ff-ca9f-46fa-9c07-350de5c559c7 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:39:41.850Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||basic_vm 0 2021-09-09T11:39:41.851Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c622f0ff-ca9f-46fa-9c07-350de5c559c7 2021-09-09T11:39:41.851Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f36ba8eb-b43c-4f4e-ba30-431868d76678 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-09T11:39:41.851Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:39:41.851Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:42.008Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:39:42.009Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f36ba8eb-b43c-4f4e-ba30-431868d76678 787 2021-09-09T11:39:42.009Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:42.009Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:42.009Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:39:42.010Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:42.012Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:42.012Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187582009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:39:42.112Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:42.112Z||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. 2021-09-09T11:39:42.113Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:42.125Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:42.126Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:43.012Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0c8d3175-69b1-435e-933a-72bc61aa3ee9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9d15e073-8885-40c9-b481-f0bd914b8352", "vfModuleModelCustomizationUUID": "2c875d2b-5413-481d-91d2-83a17d01fd26", "isBase": true, "artifacts": [ "d3f06475-4524-4d62-87af-5b412431f542", "359d24f2-6f53-4a68-90fd-494b6f77a133" ], "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": "" } } ] 2021-09-09T11:39:43.016Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9d15e073-8885-40c9-b481-f0bd914b8352 VfModuleModelInvariantUUID:0c8d3175-69b1-435e-933a-72bc61aa3ee9 VfModuleModelDescription:NULL Artifacts UUID List:{ d3f06475-4524-4d62-87af-5b412431f542 , 359d24f2-6f53-4a68-90fd-494b6f77a133 } 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 } 2021-09-09T11:39:43.017Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0c8d3175-69b1-435e-933a-72bc61aa3ee9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9d15e073-8885-40c9-b481-f0bd914b8352", "vfModuleModelCustomizationUUID": "2c875d2b-5413-481d-91d2-83a17d01fd26", "isBase": true, "artifacts": [ "d3f06475-4524-4d62-87af-5b412431f542", "359d24f2-6f53-4a68-90fd-494b6f77a133" ], "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": "" } } ] 2021-09-09T11:39:43.017Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9d15e073-8885-40c9-b481-f0bd914b8352 VfModuleModelInvariantUUID:0c8d3175-69b1-435e-933a-72bc61aa3ee9 VfModuleModelDescription:NULL Artifacts UUID List:{ d3f06475-4524-4d62-87af-5b412431f542 , 359d24f2-6f53-4a68-90fd-494b6f77a133 } 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 } 2021-09-09T11:39:43.017Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3f06475-4524-4d62-87af-5b412431f542 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-09T11:39:43.017Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:39:43.017Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-09T11:39:43.298Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:39:43.299Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d3f06475-4524-4d62-87af-5b412431f542 5033 2021-09-09T11:39:43.299Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:43.299Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:43.299Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:39:43.299Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:43.300Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:43.301Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187583299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:39:43.401Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:43.405Z||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. 2021-09-09T11:39:43.405Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:43.414Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:43.415Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:44.301Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 359d24f2-6f53-4a68-90fd-494b6f77a133 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-09T11:39:44.302Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:39:44.302Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-09T11:39:45.397Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:39:45.397Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 359d24f2-6f53-4a68-90fd-494b6f77a133 903 2021-09-09T11:39:45.397Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:45.397Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:45.397Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:39:45.398Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:45.399Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:45.399Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187585397, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:39:45.499Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:45.500Z||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. 2021-09-09T11:39:45.500Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:45.510Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:45.510Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:46.399Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c090ecae-e073-4ae6-8c02-87d9913efcd6 2021-09-09T11:39:46.400Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c622f0ff-ca9f-46fa-9c07-350de5c559c7 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:39:46.414Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c2f3e75, org.onap.sdc.toscaparser.api.parameters.Input@2e8c1829, org.onap.sdc.toscaparser.api.parameters.Input@40a37179, org.onap.sdc.toscaparser.api.parameters.Input@36e4e158, org.onap.sdc.toscaparser.api.parameters.Input@30dbd67] 2021-09-09T11:39:46.415Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.415Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:46.415Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-09-09T11:39:46.416Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 98c9ee06-61e6-4fa6-9227-c127401819af 2021-09-09T11:39:46.416Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98c9ee06-61e6-4fa6-9227-c127401819af matches Tosca VF Customization UUID: 98c9ee06-61e6-4fa6-9227-c127401819af 2021-09-09T11:39:46.416Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 98c9ee06-61e6-4fa6-9227-c127401819af matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-09T11:39:46.417Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.418Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:46.418Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 98c9ee06-61e6-4fa6-9227-c127401819af: {\"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\"} 2021-09-09T11:39:46.418Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@782e5a8 2021-09-09T11:39:46.418Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.418Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-09T11:39:46.419Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c875d2b-5413-481d-91d2-83a17d01fd26 2021-09-09T11:39:46.419Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c875d2b-5413-481d-91d2-83a17d01fd26 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-09T11:39:46.421Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.421Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-09T11:39:46.421Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:39:46.421Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.421Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-09T11:39:46.421Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:39:46.422Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.422Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-09T11:39:46.422Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-09T11:39:46.422Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-09T11:39:46.422Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=60fa8606-8472-4788-aba2-1a71c2658016 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-09T11:39:46.424Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.424Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-09T11:39:46.424Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:39:46.424Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.424Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-09T11:39:46.425Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=98c9ee06-61e6-4fa6-9227-c127401819af Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:39:46.426Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.426Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:46.427Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c090ecae-e073-4ae6-8c02-87d9913efcd6: basic_vm 2021-09-09T11:39:46.427Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.427Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:46.427Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.427Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:46.427Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.427Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:46.427Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.427Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:46.428Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:39:46.428Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:39:46.428Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-09T11:39:46.512Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c622f0ff-ca9f-46fa-9c07-350de5c559c7 1 ASDC deployResourceStructure 2021-09-09T11:39:46.512Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:46.512Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:46.512Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:39:46.512Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:46.514Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:46.514Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187586512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:39:46.615Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:46.615Z||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. 2021-09-09T11:39:46.615Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:46.624Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:46.624Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:47.515Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:47.516Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:47.516Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:39:47.516Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:47.518Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:47.518Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187587515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:39:47.618Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:47.619Z||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. 2021-09-09T11:39:47.619Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:47.628Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:47.628Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:48.519Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:48.519Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||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 2021-09-09T11:39:48.519Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:39:48.520Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:48.521Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:48.521Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187588519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-09T11:39:48.622Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:48.622Z||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. 2021-09-09T11:39:48.623Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:48.632Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:48.632Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:49.522Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-09T11:39:49.523Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-09T11:39:49.523Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:39:49.523Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:39:49.524Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:39:49.524Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187589522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:39:49.625Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:39:49.625Z||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. 2021-09-09T11:39:49.625Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:39:49.636Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:39:49.637Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:39:50.525Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5608e3a-2512-4865-b332-547b2d5f7d93 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:39:50.534Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5608e3a-2512-4865-b332-547b2d5f7d93 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:39:50.536Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:39:50.536Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-09T11:39:50.536Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-09T11:39:50.536Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-09T11:39:50.536Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:50.536Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:50.536Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:50.536Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:50.536Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:50.537Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:39:50.537Z|b5608e3a-2512-4865-b332-547b2d5f7d93|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=? 2021-09-09T11:39:50.540Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-09T11:40:20.540Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5608e3a-2512-4865-b332-547b2d5f7d93 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=? 2021-09-09T11:40:20.545Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5608e3a-2512-4865-b332-547b2d5f7d93 and serviceModelVersionId: c090ecae-e073-4ae6-8c02-87d9913efcd6 2021-09-09T11:40:20.545Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06111f25-6fc1-4c17-9c2c-6cd2aeb6b6a8 2021-09-09T11:40:20.546Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06111f25-6fc1-4c17-9c2c-6cd2aeb6b6a8/model-vers/model-ver/c090ecae-e073-4ae6-8c02-87d9913efcd6?depth=0 2021-09-09T11:40:20.550Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-09T11:40:20.582Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06111f25-6fc1-4c17-9c2c-6cd2aeb6b6a8/model-vers/model-ver/c090ecae-e073-4ae6-8c02-87d9913efcd6?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]} 2021-09-09T11:40:20.583Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06111f25-6fc1-4c17-9c2c-6cd2aeb6b6a8/model-vers/model-ver/c090ecae-e073-4ae6-8c02-87d9913efcd6?depth=0|INFO|500||Invoke 2021-09-09T11:40:20.601Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06111f25-6fc1-4c17-9c2c-6cd2aeb6b6a8/model-vers/model-ver/c090ecae-e073-4ae6-8c02-87d9913efcd6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-09T11:40:20.821Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06111f25-6fc1-4c17-9c2c-6cd2aeb6b6a8/model-vers/model-ver/c090ecae-e073-4ae6-8c02-87d9913efcd6?depth=0|INFO|500||InvokeReturn 2021-09-09T11:40:20.821Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06111f25-6fc1-4c17-9c2c-6cd2aeb6b6a8/model-vers/model-ver/c090ecae-e073-4ae6-8c02-87d9913efcd6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210909-11:40:20:609-84408], vertex-id=[225320], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:40:20 GMT], Content-Type=[application/json]} 2021-09-09T11:40:20.821Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-09-09T11:40:20.822Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-09T11:40:20.822Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:40:20.826Z|b5608e3a-2512-4865-b332-547b2d5f7d93|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) 2021-09-09T11:40:20.826Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5608e3a-2512-4865-b332-547b2d5f7d93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-09T11:40:20.826Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-09T11:40:20.826Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:20.828Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:20.828Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187620826, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:40:20.928Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:20.929Z||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. 2021-09-09T11:40:20.929Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:20.941Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:20.942Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-09T11:40:21.836Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-09T11:40:21.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4d96bfba-81fc-4edd-b76e-e3fc8a098e24","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2d88da0b-d952-485d-8eea-8bd1569ce24e","serviceDescription":"service","serviceInvariantUUID":"27c64982-6586-40ea-b76a-4510e34de016","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c2c5c8f4-381c-47ae-a537-4afaf19219e3","resourceInvariantUUID":"d4d04c34-a6cd-4430-8a31-6ca80144f4dc","resourceCustomizationUUID":"eae7b741-c7d9-4934-9611-abe82f9338c2","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":"ZjkyNDVlYTIwYzMxODljY2UwMjFiNWNiODlmN2FlMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec41d930-33cb-4c6d-8fb7-b527ed625fd4","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":"NGIzYmQ3ODk4NmZmNDRmMTQ4YmJhODQ1YjcxNDU5NGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a790ffb0-374f-4ea0-9d75-9dd233042277","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":"4f7d7193-9f2e-4f13-b69a-e8aa00a418d0","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":"3f2331ae-6e96-461d-bb24-8ffbef13f453","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":"16f930fc-cda4-4441-b0da-20a0a16d2c0c","artifactVersion":"2","generatedFromUUID":"4f7d7193-9f2e-4f13-b69a-e8aa00a418d0"},{"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":"YTQzMTM0OTYzYWNlMTU3MzM1ZWE2ZDc1ZGQzMWNjNTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"acd8f4ba-6ec0-474e-b4d6-f219ac8cafb1","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":"ZjFkZWQzZWU4NThkYjk5ZDljZWYxOGExNWIxYjU1NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ba5d039-2521-49f3-bc94-744eccabba6f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTAzODczMTU5YTdkN2ZmNDFlZmJhODljNDc3MWUzNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ecbbf315-4797-40e0-8c21-fa84a506e787","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-09T11:40:21.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:40:21.837Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:21.838Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:21.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:21.939Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:21.940Z||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. 2021-09-09T11:40:21.940Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:21.949Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:21.949Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:22.839Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:40:22.840Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:22.841Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:22.842Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:40:22.942Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:22.943Z||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. 2021-09-09T11:40:22.943Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:22.954Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:22.954Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:23.842Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:40:23.843Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:23.844Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:23.844Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-09T11:40:23.945Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:23.946Z||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. 2021-09-09T11:40:23.946Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:23.955Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:23.956Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:24.846Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:40:24.846Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:24.848Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:24.849Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:24.949Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:24.950Z||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. 2021-09-09T11:40:24.950Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:24.960Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:24.960Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:25.849Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:40:25.850Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:25.852Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:25.852Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-09T11:40:25.952Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:25.953Z||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. 2021-09-09T11:40:25.953Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:25.962Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:25.963Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:26.852Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:40:26.853Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:26.855Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:26.855Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:26.955Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:26.956Z||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. 2021-09-09T11:40:26.956Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:26.964Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:26.964Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:27.855Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:40:27.856Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:27.858Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:27.858Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:27.958Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:27.959Z||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. 2021-09-09T11:40:27.959Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:27.968Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:27.968Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:28.858Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:40:28.859Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:28.861Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:28.861Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:40:28.961Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:28.962Z||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. 2021-09-09T11:40:28.962Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:28.970Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:28.971Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:29.862Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "2d88da0b-d952-485d-8eea-8bd1569ce24e", "serviceDescription": "service", "serviceInvariantUUID": "27c64982-6586-40ea-b76a-4510e34de016", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "eae7b741-c7d9-4934-9611-abe82f9338c2", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c2c5c8f4-381c-47ae-a537-4afaf19219e3", "resourceInvariantUUID": "d4d04c34-a6cd-4430-8a31-6ca80144f4dc", "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": "NGIzYmQ3ODk4NmZmNDRmMTQ4YmJhODQ1YjcxNDU5NGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a790ffb0-374f-4ea0-9d75-9dd233042277", "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": "4f7d7193-9f2e-4f13-b69a-e8aa00a418d0", "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": "16f930fc-cda4-4441-b0da-20a0a16d2c0c", "generatedFromUUID": "4f7d7193-9f2e-4f13-b69a-e8aa00a418d0" }, "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": "16f930fc-cda4-4441-b0da-20a0a16d2c0c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YTAzODczMTU5YTdkN2ZmNDFlZmJhODljNDc3MWUzNDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ecbbf315-4797-40e0-8c21-fa84a506e787" } ], "workloadContext": "Production" } 2021-09-09T11:40:29.862Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-09T11:40:29.863Z|b5608e3a-2512-4865-b332-547b2d5f7d93|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2d88da0b-d952-485d-8eea-8bd1569ce24e ASDC 2021-09-09T11:40:29.863Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:4d96bfba-81fc-4edd-b76e-e3fc8a098e24 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:2d88da0b-d952-485d-8eea-8bd1569ce24e ServiceInvariantUUID:27c64982-6586-40ea-b76a-4510e34de016 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:ecbbf315-4797-40e0-8c21-fa84a506e787 ArtifactChecksum:YTAzODczMTU5YTdkN2ZmNDFlZmJhODljNDc3MWUzNDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:eae7b741-c7d9-4934-9611-abe82f9338c2 ResourceInvariantUUID:d4d04c34-a6cd-4430-8a31-6ca80144f4dc ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:c2c5c8f4-381c-47ae-a537-4afaf19219e3 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:a790ffb0-374f-4ea0-9d75-9dd233042277 ArtifactChecksum:NGIzYmQ3ODk4NmZmNDRmMTQ4YmJhODQ1YjcxNDU5NGM= 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:4f7d7193-9f2e-4f13-b69a-e8aa00a418d0 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:16f930fc-cda4-4441-b0da-20a0a16d2c0c 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:16f930fc-cda4-4441-b0da-20a0a16d2c0c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-09T11:40:29.863Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d88da0b-d952-485d-8eea-8bd1569ce24e 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=? 2021-09-09T11:40:29.885Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:40:29.886Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:40:29.886Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:40:29.886Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ecbbf315-4797-40e0-8c21-fa84a506e787 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-09T11:40:29.886Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:40:29.886Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:30.944Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:40:30.947Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ecbbf315-4797-40e0-8c21-fa84a506e787 78608 2021-09-09T11:40:30.947Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:30.948Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:30.948Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:40:30.948Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:30.949Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:30.950Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187630947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:40:31.050Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:31.050Z||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. 2021-09-09T11:40:31.051Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:31.059Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:31.059Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:31.950Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:40:31.952Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:40:31.952Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ecbbf315-4797-40e0-8c21-fa84a506e787, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-09T11:40:31.952Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-09-09T11:40:31.953Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-09T11:40:31.953Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-09T11:40:32.044Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14765731832475465357/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 2021-09-09T11:40:32.990Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-09T11:40:32.991Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:40:32.991Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-09T11:40:32.991Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-09T11:40:32.991Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:32.991Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:32.991Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:32.991Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:32.992Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:32.992Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:32.992Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:32.992Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:32.992Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:32.992Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:40:32.992Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:32.993Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:32.993Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-09T11:40:32.993Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:40:32.993Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:40:32.993Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:32.994Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:32.994Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-09T11:40:32.994Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:40:32.994Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:40:32.994Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:32.994Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:32.995Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:32.995Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-09T11:40:32.995Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-09T11:40:32.995Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-09T11:40:32.995Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-09T11:40:32.996Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-09T11:40:32.996Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-09T11:40:32.996Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:32.996Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:32.996Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:32.997Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-09T11:40:32.997Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:40:32.997Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:32.997Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-09T11:40:32.997Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:40:32.998Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:32.998Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-09T11:40:32.998Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:40:32.998Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:32.998Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-09T11:40:32.999Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-09T11:40:32.999Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-09T11:40:32.999Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9fcbad73-3f74-4a94-a697-9229e1ea5e4b 2021-09-09T11:40:32.999Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:32.999Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:32.999Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:33.000Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:33.000Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:33.000Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:33.000Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:33.000Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:33.000Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:2d88da0b-d952-485d-8eea-8bd1569ce24e Model Version:NULL Model InvariantUuid:27c64982-6586-40ea-b76a-4510e34de016 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:806bb391-6e1a-469b-b6d0-6e26a343a987 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d4d04c34-a6cd-4430-8a31-6ca80144f4dc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:eae7b741-c7d9-4934-9611-abe82f9338c2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1b5e1e68-62a2-423b-9ec1-e7fd02e809ac ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:f0ffae00-2c7c-4921-a15b-953cf6d0c5f9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9fcbad73-3f74-4a94-a697-9229e1ea5e4b ModelInvariantUuid:91fcae13-84ea-4dc9-b902-4e03a99f8a38 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:ac6cd7a2-7123-4044-9e39-25f4650625b0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:acbae844-5d8a-4476-a489-61d1e164cf9e ModelInvariantUuid:eed62a02-dfe8-4ffa-b627-a3c4a3ce6602 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:6548740b-5b4c-4c77-955b-f74a1ce082c7 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-09T11:40:33.006Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c2c5c8f4-381c-47ae-a537-4afaf19219e3 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:40:33.008Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2021-09-09T11:40:33.008Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c2c5c8f4-381c-47ae-a537-4afaf19219e3 2021-09-09T11:40:33.008Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a790ffb0-374f-4ea0-9d75-9dd233042277 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-09T11:40:33.008Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:40:33.009Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:33.526Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:40:33.526Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 a790ffb0-374f-4ea0-9d75-9dd233042277 792 2021-09-09T11:40:33.527Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:33.527Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:33.527Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:40:33.527Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:33.529Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:33.529Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187633527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:40:33.629Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:33.630Z||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. 2021-09-09T11:40:33.630Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:33.639Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:33.639Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:34.530Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1b5e1e68-62a2-423b-9ec1-e7fd02e809ac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f0ffae00-2c7c-4921-a15b-953cf6d0c5f9", "vfModuleModelCustomizationUUID": "ef6453f3-2c7b-451f-ade3-16cc94995833", "isBase": true, "artifacts": [ "4f7d7193-9f2e-4f13-b69a-e8aa00a418d0", "16f930fc-cda4-4441-b0da-20a0a16d2c0c" ], "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": "" } } ] 2021-09-09T11:40:34.533Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f0ffae00-2c7c-4921-a15b-953cf6d0c5f9 VfModuleModelInvariantUUID:1b5e1e68-62a2-423b-9ec1-e7fd02e809ac VfModuleModelDescription:NULL Artifacts UUID List:{ 4f7d7193-9f2e-4f13-b69a-e8aa00a418d0 , 16f930fc-cda4-4441-b0da-20a0a16d2c0c } 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 } 2021-09-09T11:40:34.534Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "1b5e1e68-62a2-423b-9ec1-e7fd02e809ac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f0ffae00-2c7c-4921-a15b-953cf6d0c5f9", "vfModuleModelCustomizationUUID": "ef6453f3-2c7b-451f-ade3-16cc94995833", "isBase": true, "artifacts": [ "4f7d7193-9f2e-4f13-b69a-e8aa00a418d0", "16f930fc-cda4-4441-b0da-20a0a16d2c0c" ], "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": "" } } ] 2021-09-09T11:40:34.534Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f0ffae00-2c7c-4921-a15b-953cf6d0c5f9 VfModuleModelInvariantUUID:1b5e1e68-62a2-423b-9ec1-e7fd02e809ac VfModuleModelDescription:NULL Artifacts UUID List:{ 4f7d7193-9f2e-4f13-b69a-e8aa00a418d0 , 16f930fc-cda4-4441-b0da-20a0a16d2c0c } 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 } 2021-09-09T11:40:34.535Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4f7d7193-9f2e-4f13-b69a-e8aa00a418d0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-09T11:40:34.535Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:40:34.535Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:34.790Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:40:34.790Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 4f7d7193-9f2e-4f13-b69a-e8aa00a418d0 5033 2021-09-09T11:40:34.791Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:34.791Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:34.791Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:40:34.791Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:34.793Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:34.793Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187634791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:40:34.893Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:34.893Z||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. 2021-09-09T11:40:34.894Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:34.903Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:34.903Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:35.793Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 16f930fc-cda4-4441-b0da-20a0a16d2c0c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-09T11:40:35.794Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:40:35.794Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:36.479Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:40:36.479Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 16f930fc-cda4-4441-b0da-20a0a16d2c0c 903 2021-09-09T11:40:36.480Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:36.480Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:36.480Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:40:36.480Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:36.482Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:36.482Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187636480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:40:36.582Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:36.583Z||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. 2021-09-09T11:40:36.583Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:36.592Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:36.592Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:37.482Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2d88da0b-d952-485d-8eea-8bd1569ce24e 2021-09-09T11:40:37.483Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c2c5c8f4-381c-47ae-a537-4afaf19219e3 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:40:37.496Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b3bee23, org.onap.sdc.toscaparser.api.parameters.Input@7ded40c1, org.onap.sdc.toscaparser.api.parameters.Input@4663553e, org.onap.sdc.toscaparser.api.parameters.Input@72bb866d, org.onap.sdc.toscaparser.api.parameters.Input@464534ef] 2021-09-09T11:40:37.498Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.498Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:37.498Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-09-09T11:40:37.498Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= eae7b741-c7d9-4934-9611-abe82f9338c2 2021-09-09T11:40:37.499Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eae7b741-c7d9-4934-9611-abe82f9338c2 matches Tosca VF Customization UUID: eae7b741-c7d9-4934-9611-abe82f9338c2 2021-09-09T11:40:37.499Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: eae7b741-c7d9-4934-9611-abe82f9338c2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-09T11:40:37.501Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.501Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:37.502Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id eae7b741-c7d9-4934-9611-abe82f9338c2: {\"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\"} 2021-09-09T11:40:37.502Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23099d34 2021-09-09T11:40:37.502Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.502Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:37.503Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ef6453f3-2c7b-451f-ade3-16cc94995833 2021-09-09T11:40:37.503Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ef6453f3-2c7b-451f-ade3-16cc94995833 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-09T11:40:37.505Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.505Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-09T11:40:37.505Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:40:37.506Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.506Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-09T11:40:37.506Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:40:37.506Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.507Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-09T11:40:37.507Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-09T11:40:37.507Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-09T11:40:37.507Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9fcbad73-3f74-4a94-a697-9229e1ea5e4b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-09T11:40:37.509Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.509Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-09T11:40:37.509Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:40:37.509Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.509Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-09T11:40:37.510Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=eae7b741-c7d9-4934-9611-abe82f9338c2 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:40:37.511Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.511Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:37.511Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2d88da0b-d952-485d-8eea-8bd1569ce24e: basic_vm_macro 2021-09-09T11:40:37.511Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.512Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:37.512Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.512Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:37.512Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.512Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:37.512Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.512Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:37.512Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:40:37.513Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:40:37.513Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-09T11:40:37.579Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c2c5c8f4-381c-47ae-a537-4afaf19219e3 1 ASDC deployResourceStructure 2021-09-09T11:40:37.579Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:37.579Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:37.579Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:40:37.580Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:37.581Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:37.581Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187637579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:40:37.682Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:37.682Z||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. 2021-09-09T11:40:37.682Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:37.691Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:37.691Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:38.582Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:38.582Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:38.583Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:40:38.583Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:38.586Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:38.586Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187638582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:40:38.686Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:38.687Z||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. 2021-09-09T11:40:38.687Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:38.695Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:38.696Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:39.587Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:39.588Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:39.588Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:40:39.588Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:39.589Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:39.590Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187639586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-09T11:40:39.690Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:39.690Z||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. 2021-09-09T11:40:39.691Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:39.698Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:39.699Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:40.590Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:40.591Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 2021-09-09T11:40:40.591Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:40:40.591Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:40:40.592Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:40:40.592Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187640590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:40:40.693Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:40:40.693Z||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. 2021-09-09T11:40:40.694Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:40.701Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:40.702Z||pool-99-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:40:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:40:41.020Z||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. 2021-09-09T11:40:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:40:41.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:40:41.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "aai-ml", "timestamp": 1631187454839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:41.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "multicloud-k8s-id", "timestamp": 1631187461815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "clamp", "timestamp": 1631187461847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "aai-ml", "timestamp": 1631187454839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-09T11:40:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "clamp", "timestamp": 1631187461847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "aai-ml", "timestamp": 1631187464194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "clamp", "timestamp": 1631187461847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "clamp", "timestamp": 1631187461847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "clamp", "timestamp": 1631187461847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "clamp", "timestamp": 1631187461847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "clamp", "timestamp": 1631187461847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:40:41.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187469237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:40:41.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "clamp", "timestamp": 1631187461847, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:40:41.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:40:41.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "aai-ml", "timestamp": 1631187471532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:40:41.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187472243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:40:41.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "aai-ml", "timestamp": 1631187472536, "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=? 2021-09-09T11:40:41.046Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 2021-09-09T11:40:41.046Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 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 (?, ?, ?, ?, ?) 2021-09-09T11:40:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187473836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:40:41.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187475389, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:40:41.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187476467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:40:41.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187477470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:40:41.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187478474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-09T11:40:41.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187479477, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:40:41.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "clamp", "timestamp": 1631187482515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:40:41.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "clamp", "timestamp": 1631187485520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:40:41.055Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:40:41.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:40:41.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "clamp", "timestamp": 1631187486523, "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=? 2021-09-09T11:40:41.058Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 2021-09-09T11:40:41.058Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 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 (?, ?, ?, ?, ?) 2021-09-09T11:40:41.594Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:40:41.602Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:40:41.604Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:40:41.604Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-09T11:40:41.604Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-09T11:40:41.604Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-09T11:40:41.604Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:40:41.605Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:40:41.605Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:40:41.605Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:40:41.605Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:40:41.605Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:40:41.605Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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=? 2021-09-09T11:40:41.608Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-09T11:41:11.609Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 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=? 2021-09-09T11:41:11.613Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 and serviceModelVersionId: 2d88da0b-d952-485d-8eea-8bd1569ce24e 2021-09-09T11:41:11.614Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 27c64982-6586-40ea-b76a-4510e34de016 2021-09-09T11:41:11.615Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/27c64982-6586-40ea-b76a-4510e34de016/model-vers/model-ver/2d88da0b-d952-485d-8eea-8bd1569ce24e?depth=0 2021-09-09T11:41:11.620Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-09T11:41:11.665Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27c64982-6586-40ea-b76a-4510e34de016/model-vers/model-ver/2d88da0b-d952-485d-8eea-8bd1569ce24e?depth=0|INFO|500||Invoke 2021-09-09T11:41:11.665Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27c64982-6586-40ea-b76a-4510e34de016/model-vers/model-ver/2d88da0b-d952-485d-8eea-8bd1569ce24e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27c64982-6586-40ea-b76a-4510e34de016/model-vers/model-ver/2d88da0b-d952-485d-8eea-8bd1569ce24e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d96bfba-81fc-4edd-b76e-e3fc8a098e24], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d024eee9-e6dd-4082-886c-bdb5f8cb3573], X-ECOMP-RequestID=[4d96bfba-81fc-4edd-b76e-e3fc8a098e24], X-TransactionId=[], X-ONAP-RequestID=[4d96bfba-81fc-4edd-b76e-e3fc8a098e24], Content-Type=[application/merge-patch+json]} 2021-09-09T11:41:11.681Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27c64982-6586-40ea-b76a-4510e34de016/model-vers/model-ver/2d88da0b-d952-485d-8eea-8bd1569ce24e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-09T11:41:12.030Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27c64982-6586-40ea-b76a-4510e34de016/model-vers/model-ver/2d88da0b-d952-485d-8eea-8bd1569ce24e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27c64982-6586-40ea-b76a-4510e34de016/model-vers/model-ver/2d88da0b-d952-485d-8eea-8bd1569ce24e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210909-11:41:11:689-29050], vertex-id=[204936], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:41:11 GMT], Content-Type=[application/json]} 2021-09-09T11:41:12.030Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27c64982-6586-40ea-b76a-4510e34de016/model-vers/model-ver/2d88da0b-d952-485d-8eea-8bd1569ce24e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-09T11:41:12.031Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27c64982-6586-40ea-b76a-4510e34de016/model-vers/model-ver/2d88da0b-d952-485d-8eea-8bd1569ce24e?depth=0|INFO|500||InvokeReturn 2021-09-09T11:41:12.031Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-09T11:41:12.031Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:41:12.035Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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) 2021-09-09T11:41:12.035Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d96bfba-81fc-4edd-b76e-e3fc8a098e24 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-09T11:41:12.035Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-09T11:41:12.036Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:12.037Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:12.038Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187672035, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:41:12.138Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:41:12.139Z||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. 2021-09-09T11:41:12.139Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:12.151Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:12.151Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-09T11:41:13.045Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:41:13.046Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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. 2021-09-09T11:41:13.046Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:17.317Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:17.318Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-09T11:41:17.318Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"67fb08e7-5462-4e4e-be13-bfd095e8844a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"aa761c8e-3e9f-494a-a367-bb7a84284bf7","serviceDescription":"service","serviceInvariantUUID":"212d04bf-33f5-4e19-9856-258ca47bfb1e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"57dca029-8844-4016-aab8-408630343d2e","resourceInvariantUUID":"46231783-1a17-4021-893a-c80afcf10c61","resourceCustomizationUUID":"3385996a-ee4f-4a7e-be03-9036f9ced8cc","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":"OWNmMzcxNmM2YjY0ZDZiODYzZDE0YjBlMzJkNTFmM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a665c3f8-ee86-4cf1-b01e-5ddc9f1d9e90","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":"37f659b8-4b26-4822-accd-cddb83c49b16","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":"a327fa0a-305e-4766-90ca-8551da210afd","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":"NTYxZTM5NzVhMzRjMDk3MzA5MjgyZDFiZTY2YmRjNWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"237b483f-24d4-4451-8add-24022a17d46e","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":"51de4817-6ff1-4e1c-a220-be2b54d2d4ec","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":"fe9d6e75-7fa1-4f54-94c9-157bceb6e87a","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":"0689aee4-ec21-43ae-9251-c224a9614fcb","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":"MDE2MGY2MzlhODcwZWEwYTUzNzk5YTE4Mzg5MjUxYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2822253-7e0d-4f3a-82b9-72ec551b33e2","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTY2MWUxZDgxMjViNjRlOTViYTEyOGY4ZWYyOTJjZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ccbb465-7fee-4663-885d-a785efbba680","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-09T11:41:17.319Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:41:17.319Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:17.320Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:17.320Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:41:17.421Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-09T11:41:17.421Z||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. 2021-09-09T11:41:17.421Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:17.430Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:17.431Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:41:18.321Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:41:18.322Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:18.323Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:18.324Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:41:18.424Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:41:18.424Z||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. 2021-09-09T11:41:18.424Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:18.433Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:18.433Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:41:19.324Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:41:19.325Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:19.326Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:19.326Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:41:19.427Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:41:19.427Z||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. 2021-09-09T11:41:19.427Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:19.436Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:19.437Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:41:20.327Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:41:20.328Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:20.329Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:20.329Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:41:20.429Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:41:20.430Z||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. 2021-09-09T11:41:20.430Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:20.439Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:20.439Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:41:21.330Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:41:21.330Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:21.332Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:21.332Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:41:21.432Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:41:21.433Z||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. 2021-09-09T11:41:21.433Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:21.441Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:21.441Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:41:22.333Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:41:22.333Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:22.335Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:22.335Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:41:22.435Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:41:22.436Z||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. 2021-09-09T11:41:22.436Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:22.444Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:22.445Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:41:23.335Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:41:23.336Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:23.338Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:23.338Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:41:23.438Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:41:23.439Z||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. 2021-09-09T11:41:23.439Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:23.448Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:23.448Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:41:24.339Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:41:24.339Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:24.341Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:24.341Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:41:24.441Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:41:24.442Z||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. 2021-09-09T11:41:24.442Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:24.451Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:24.451Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:41:25.342Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:41:25.343Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:25.345Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:25.345Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:41:25.445Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:41:25.446Z||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. 2021-09-09T11:41:25.446Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:25.454Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:25.454Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:41:26.346Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "aa761c8e-3e9f-494a-a367-bb7a84284bf7", "serviceDescription": "service", "serviceInvariantUUID": "212d04bf-33f5-4e19-9856-258ca47bfb1e", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "3385996a-ee4f-4a7e-be03-9036f9ced8cc", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "57dca029-8844-4016-aab8-408630343d2e", "resourceInvariantUUID": "46231783-1a17-4021-893a-c80afcf10c61", "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": "MTY2MWUxZDgxMjViNjRlOTViYTEyOGY4ZWYyOTJjZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3ccbb465-7fee-4663-885d-a785efbba680" } ], "workloadContext": "Production" } 2021-09-09T11:41:26.346Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-09T11:41:26.346Z|4d96bfba-81fc-4edd-b76e-e3fc8a098e24|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aa761c8e-3e9f-494a-a367-bb7a84284bf7 ASDC 2021-09-09T11:41:26.346Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:67fb08e7-5462-4e4e-be13-bfd095e8844a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:aa761c8e-3e9f-494a-a367-bb7a84284bf7 ServiceInvariantUUID:212d04bf-33f5-4e19-9856-258ca47bfb1e 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:3ccbb465-7fee-4663-885d-a785efbba680 ArtifactChecksum:MTY2MWUxZDgxMjViNjRlOTViYTEyOGY4ZWYyOTJjZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:3385996a-ee4f-4a7e-be03-9036f9ced8cc ResourceInvariantUUID:46231783-1a17-4021-893a-c80afcf10c61 ResourceName:test-pnf ResourceType:PNF ResourceUUID:57dca029-8844-4016-aab8-408630343d2e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-09T11:41:26.347Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa761c8e-3e9f-494a-a367-bb7a84284bf7 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 (?, ?, ?, ?, ?) 2021-09-09T11:41:26.365Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:41:26.365Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:41:26.365Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:41:26.365Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3ccbb465-7fee-4663-885d-a785efbba680 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-09T11:41:26.365Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:41:26.366Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:28.929Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:41:28.934Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3ccbb465-7fee-4663-885d-a785efbba680 105556 2021-09-09T11:41:28.935Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:28.935Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:28.935Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:41:28.935Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:28.937Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:28.937Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187688935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:41:29.037Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:41:29.038Z||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. 2021-09-09T11:41:29.038Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:29.046Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:29.046Z||pool-110-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:41:29.938Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:41:29.939Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:41:29.939Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3ccbb465-7fee-4663-885d-a785efbba680, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-09T11:41:29.939Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-09-09T11:41:29.940Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-09T11:41:29.940Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-09T11:41:30.078Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14552074048783927423/Definitions/service-TestPnfMacro-template.yml 2021-09-09T11:41:30.618Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-09T11:41:30.618Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:41:30.618Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-09T11:41:30.618Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-09T11:41:30.618Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:30.619Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:30.619Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:30.619Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:30.619Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:30.619Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:30.619Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:30.619Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:41:30.619Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:41:30.619Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:30.620Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-09T11:41:30.620Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:41:30.620Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:41:30.620Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:41:30.620Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:41:30.620Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-09T11:41:30.620Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:41:30.621Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:41:30.621Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:41:30.621Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:41:30.621Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:41:30.621Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:41:30.621Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:41:30.621Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:41:30.621Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:41:30.621Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:41:30.622Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:41:30.622Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:41:30.622Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:aa761c8e-3e9f-494a-a367-bb7a84284bf7 Model Version:NULL Model InvariantUuid:212d04bf-33f5-4e19-9856-258ca47bfb1e 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-09T11:41:30.628Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 57dca029-8844-4016-aab8-408630343d2e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:41:30.630Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||test-pnf 0 2021-09-09T11:41:30.630Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 57dca029-8844-4016-aab8-408630343d2e 2021-09-09T11:41:30.630Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: aa761c8e-3e9f-494a-a367-bb7a84284bf7 2021-09-09T11:41:30.630Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: aa761c8e-3e9f-494a-a367-bb7a84284bf7 2021-09-09T11:41:30.630Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 57dca029-8844-4016-aab8-408630343d2e ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:41:30.634Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c0f091, org.onap.sdc.toscaparser.api.parameters.Input@481f64a2, org.onap.sdc.toscaparser.api.parameters.Input@60f3bf3f, org.onap.sdc.toscaparser.api.parameters.Input@5cd766c5, org.onap.sdc.toscaparser.api.parameters.Input@5e9151b6] 2021-09-09T11:41:30.634Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:41:30.634Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:41:30.635Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid aa761c8e-3e9f-494a-a367-bb7a84284bf7: test-pnf 2021-09-09T11:41:30.635Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||Processing PNF resource: 57dca029-8844-4016-aab8-408630343d2e 2021-09-09T11:41:30.635Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:41:30.635Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:41:30.635Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||Resource customization UUID: 3385996a-ee4f-4a7e-be03-9036f9ced8cc is the same as notified resource customizationUUID: 3385996a-ee4f-4a7e-be03-9036f9ced8cc Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-09T11:41:30.659Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 57dca029-8844-4016-aab8-408630343d2e 0 ASDC deployResourceStructure 2021-09-09T11:41:30.659Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:30.659Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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 2021-09-09T11:41:30.659Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:41:30.660Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:41:30.662Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:41:30.662Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187690659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:41:30.762Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:41:30.762Z||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. 2021-09-09T11:41:30.762Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:30.771Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:30.772Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:41:31.662Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67fb08e7-5462-4e4e-be13-bfd095e8844a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:41:31.670Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67fb08e7-5462-4e4e-be13-bfd095e8844a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:41:31.671Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:41:31.672Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:41:31.672Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:41:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:41:41.020Z||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. 2021-09-09T11:41:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:41:41.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:41:41.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:41:41.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b36abc31-5dbc-4fbe-969d-5ddea644b2b7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187571235, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:41:41.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:41:41.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:41:41.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:41:41.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:41:41.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:41:41.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:41:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187579809, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:41:41.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:01.672Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67fb08e7-5462-4e4e-be13-bfd095e8844a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:42:01.680Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67fb08e7-5462-4e4e-be13-bfd095e8844a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:42:01.682Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:42:01.682Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:42:01.682Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:42:31.682Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67fb08e7-5462-4e4e-be13-bfd095e8844a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:42:31.690Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67fb08e7-5462-4e4e-be13-bfd095e8844a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:42:31.691Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:42:31.691Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:42:31.692Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:42:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:42:41.020Z||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. 2021-09-09T11:42:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:42:41.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:42:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187582009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187583299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187585397, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187586512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187587515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187588519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187589522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "cds", "timestamp": 1631187586794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187584604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "multicloud-k8s-id", "timestamp": 1631187586910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "dcae-sch", "timestamp": 1631187581622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187581847, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "cds", "timestamp": 1631187586794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187584604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "multicloud-k8s-id", "timestamp": 1631187586910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "dcae-sch", "timestamp": 1631187581622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187581847, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "cds", "timestamp": 1631187586794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187584604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "multicloud-k8s-id", "timestamp": 1631187586910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "dcae-sch", "timestamp": 1631187581622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187581847, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "cds", "timestamp": 1631187586794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187584604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "multicloud-k8s-id", "timestamp": 1631187586910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "dcae-sch", "timestamp": 1631187581622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187581847, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "cds", "timestamp": 1631187586794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187584604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "multicloud-k8s-id", "timestamp": 1631187586910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "dcae-sch", "timestamp": 1631187581622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187581847, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187593599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187584604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "multicloud-k8s-id", "timestamp": 1631187586910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "dcae-sch", "timestamp": 1631187581622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187581847, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "cds", "timestamp": 1631187586794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187593599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "cds", "timestamp": 1631187586794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187584604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "multicloud-k8s-id", "timestamp": 1631187586910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "dcae-sch", "timestamp": 1631187581622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187581847, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187593599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "cds", "timestamp": 1631187586794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187584604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "multicloud-k8s-id", "timestamp": 1631187586910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "dcae-sch", "timestamp": 1631187581622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187581847, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187596484, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187593599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187596615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "cds", "timestamp": 1631187586794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187584604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "dcae-sch", "timestamp": 1631187581622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "multicloud-k8s-id", "timestamp": 1631187586910, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187581847, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187596484, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187593599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187596615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187596484, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187593599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187596615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "cds", "timestamp": 1631187599981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187600004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187596484, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187593599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187596615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187596484, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "cds", "timestamp": 1631187601180, "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=? 2021-09-09T11:42:41.059Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67fb08e7-5462-4e4e-be13-bfd095e8844a 2021-09-09T11:42:41.059Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67fb08e7-5462-4e4e-be13-bfd095e8844a 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 (?, ?, ?, ?, ?) 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187593599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187596615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187601654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187596484, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187593599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187596615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187602657, "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=? 2021-09-09T11:42:41.069Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67fb08e7-5462-4e4e-be13-bfd095e8844a 2021-09-09T11:42:41.069Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67fb08e7-5462-4e4e-be13-bfd095e8844a 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 (?, ?, ?, ?, ?) 2021-09-09T11:42:41.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187596484, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187596615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187603623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.074Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187596484, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187596615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187604653, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187596484, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187596615, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "ves-openapi-manager", "timestamp": 1631187605655, "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=? 2021-09-09T11:42:41.078Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 67fb08e7-5462-4e4e-be13-bfd095e8844a 2021-09-09T11:42:41.078Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67fb08e7-5462-4e4e-be13-bfd095e8844a 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 (?, ?, ?, ?, ?) 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187608346, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187608346, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187609349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187609536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "policy-id", "timestamp": 1631187610351, "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=? 2021-09-09T11:42:41.087Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67fb08e7-5462-4e4e-be13-bfd095e8844a 2021-09-09T11:42:41.087Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67fb08e7-5462-4e4e-be13-bfd095e8844a 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 (?, ?, ?, ?, ?) 2021-09-09T11:42:41.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187612537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187612833, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "clamp", "timestamp": 1631187613541, "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=? 2021-09-09T11:42:41.096Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67fb08e7-5462-4e4e-be13-bfd095e8844a 2021-09-09T11:42:41.096Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67fb08e7-5462-4e4e-be13-bfd095e8844a 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 (?, ?, ?, ?, ?) 2021-09-09T11:42:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "aai-ml", "timestamp": 1631187613837, "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=? 2021-09-09T11:42:41.105Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67fb08e7-5462-4e4e-be13-bfd095e8844a 2021-09-09T11:42:41.106Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67fb08e7-5462-4e4e-be13-bfd095e8844a 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 (?, ?, ?, ?, ?) 2021-09-09T11:42:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5608e3a-2512-4865-b332-547b2d5f7d93", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187620826, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:42:41.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:42:41.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187455948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187630947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187633527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187634791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187636480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187637579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187638582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187639586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:42:41.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:42:41.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187640590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:42:41.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:01.692Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67fb08e7-5462-4e4e-be13-bfd095e8844a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:43:01.700Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67fb08e7-5462-4e4e-be13-bfd095e8844a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:43:01.702Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:43:01.702Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-09T11:43:01.703Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-09T11:43:01.703Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-09T11:43:01.703Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:43:01.703Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:43:01.703Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:43:01.703Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:43:01.704Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:43:01.704Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:43:01.704Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:43:01.704Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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=? 2021-09-09T11:43:01.708Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-09T11:43:31.708Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67fb08e7-5462-4e4e-be13-bfd095e8844a 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=? 2021-09-09T11:43:31.714Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67fb08e7-5462-4e4e-be13-bfd095e8844a and serviceModelVersionId: aa761c8e-3e9f-494a-a367-bb7a84284bf7 2021-09-09T11:43:31.714Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 212d04bf-33f5-4e19-9856-258ca47bfb1e 2021-09-09T11:43:31.715Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/212d04bf-33f5-4e19-9856-258ca47bfb1e/model-vers/model-ver/aa761c8e-3e9f-494a-a367-bb7a84284bf7?depth=0 2021-09-09T11:43:31.718Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-09T11:43:31.746Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/212d04bf-33f5-4e19-9856-258ca47bfb1e/model-vers/model-ver/aa761c8e-3e9f-494a-a367-bb7a84284bf7?depth=0|INFO|500||Invoke 2021-09-09T11:43:31.746Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/212d04bf-33f5-4e19-9856-258ca47bfb1e/model-vers/model-ver/aa761c8e-3e9f-494a-a367-bb7a84284bf7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/212d04bf-33f5-4e19-9856-258ca47bfb1e/model-vers/model-ver/aa761c8e-3e9f-494a-a367-bb7a84284bf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67fb08e7-5462-4e4e-be13-bfd095e8844a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a8a75b7-916c-4594-81ea-be61b9b133ec], X-ECOMP-RequestID=[67fb08e7-5462-4e4e-be13-bfd095e8844a], X-TransactionId=[], X-ONAP-RequestID=[67fb08e7-5462-4e4e-be13-bfd095e8844a], Content-Type=[application/merge-patch+json]} 2021-09-09T11:43:31.761Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/212d04bf-33f5-4e19-9856-258ca47bfb1e/model-vers/model-ver/aa761c8e-3e9f-494a-a367-bb7a84284bf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-09T11:43:31.942Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/212d04bf-33f5-4e19-9856-258ca47bfb1e/model-vers/model-ver/aa761c8e-3e9f-494a-a367-bb7a84284bf7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/212d04bf-33f5-4e19-9856-258ca47bfb1e/model-vers/model-ver/aa761c8e-3e9f-494a-a367-bb7a84284bf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210909-11:43:31:769-26155], vertex-id=[237744], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:43:31 GMT], Content-Type=[application/json]} 2021-09-09T11:43:31.942Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/212d04bf-33f5-4e19-9856-258ca47bfb1e/model-vers/model-ver/aa761c8e-3e9f-494a-a367-bb7a84284bf7?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-09T11:43:31.943Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/212d04bf-33f5-4e19-9856-258ca47bfb1e/model-vers/model-ver/aa761c8e-3e9f-494a-a367-bb7a84284bf7?depth=0|INFO|500||InvokeReturn 2021-09-09T11:43:31.943Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-09T11:43:31.943Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:43:31.947Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|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) 2021-09-09T11:43:31.947Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67fb08e7-5462-4e4e-be13-bfd095e8844a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-09T11:43:31.947Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-09T11:43:31.947Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:31.949Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:31.949Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187811947, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:43:32.049Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:32.050Z||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. 2021-09-09T11:43:32.050Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:32.061Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:32.061Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-09T11:43:32.957Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-09T11:43:32.957Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6af73de6-4007-461b-a132-38f1805ddb63","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f096348b-f438-4029-8938-10735e8c3c98","serviceDescription":"service","serviceInvariantUUID":"0ff34dcf-4de2-44c4-b7df-bd4cea988006","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d2cf810f-db9f-47bf-810d-82e03c38de17","resourceInvariantUUID":"bdd89211-b21a-48da-b18a-2d7e74f5e526","resourceCustomizationUUID":"cc471136-8d7d-45ac-bc74-6dd3ec20985a","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":"YmRmMTQ2OGUwYzc5OTRjMzY5YWI0YWVlNTRlM2EzMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16b132a3-a275-4595-a77a-3cf938678e55","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":"25722bd4-266a-4fb5-b464-4c1e5f9cc6e9","artifactVersion":"2","generatedFromUUID":"7bf34562-47c8-441a-8cb1-a41206674492"},{"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":"7bf34562-47c8-441a-8cb1-a41206674492","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":"MjY1NjExZmRjYjRiMGRhYWNlZmQ0OTAwYTMxYzZiYmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81154a80-b8d9-46e9-bc76-5f94b2a6fc22","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":"97e0e5fc-94ec-4832-abd6-f0549aac8216","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":"803c0056-d7d3-43f8-934b-8aafc65f8ce1","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":"baf30dc3-b543-41a6-b050-11f92451cc58","artifactVersion":"2","generatedFromUUID":"97e0e5fc-94ec-4832-abd6-f0549aac8216"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTQyOWQzM2MzM2I0NDA3YTg3ZDI1YjJlMDhmMzdhYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c93c8c3a-1426-4dfc-baf1-3382407ad69f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NmRiMjE5MzllNWYxMmQ2OGU1Y2Y0YjRmNWU1ZWNkODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c817e80-386a-4628-ba34-9a1bfe4bfad9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-09T11:43:32.958Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:43:32.958Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:32.959Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:32.959Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:33.059Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:33.060Z||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. 2021-09-09T11:43:33.060Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:33.069Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:33.069Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:43:33.960Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:43:33.961Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:33.963Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:33.963Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-09T11:43:34.063Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:34.064Z||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. 2021-09-09T11:43:34.064Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:34.074Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:34.074Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:34.964Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:43:34.964Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:34.966Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:34.966Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-09T11:43:35.067Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:35.067Z||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. 2021-09-09T11:43:35.067Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:35.078Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:35.078Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:35.972Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:43:35.972Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:35.975Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:35.975Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:43:36.076Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-09T11:43:36.076Z||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. 2021-09-09T11:43:36.076Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:36.086Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:36.086Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:36.976Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:43:36.976Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:36.978Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:36.978Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-09T11:43:37.078Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:37.079Z||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. 2021-09-09T11:43:37.079Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:37.088Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:37.089Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:37.979Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:43:37.980Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:37.982Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:37.982Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:38.082Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:38.083Z||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. 2021-09-09T11:43:38.083Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:38.092Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:38.092Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:38.983Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:43:38.983Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:38.985Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:38.985Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-09T11:43:39.086Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-09T11:43:39.087Z||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. 2021-09-09T11:43:39.087Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:39.098Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:39.098Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:43:39.986Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:43:39.987Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:39.989Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:39.990Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:40.090Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:40.090Z||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. 2021-09-09T11:43:40.090Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:40.099Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:40.099Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:40.990Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:43:40.991Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:40.992Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:40.993Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:43:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:43:41.020Z||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. 2021-09-09T11:43:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:41.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:41.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d96bfba-81fc-4edd-b76e-e3fc8a098e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187672035, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:43:41.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187671847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187666910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "ves-openapi-manager", "timestamp": 1631187673599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187671847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187666910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "ves-openapi-manager", "timestamp": 1631187673599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187674604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187671847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187666910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187674604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "ves-openapi-manager", "timestamp": 1631187673599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187671847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187666910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187676484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "ves-openapi-manager", "timestamp": 1631187673599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187674604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "cds", "timestamp": 1631187676794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187671847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187666910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-09T11:43:41.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187676484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187674604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "ves-openapi-manager", "timestamp": 1631187673599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "cds", "timestamp": 1631187676794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187671847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187666910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187676484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187674604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "ves-openapi-manager", "timestamp": 1631187673599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "cds", "timestamp": 1631187676794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187671847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187666910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-09T11:43:41.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187676484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "ves-openapi-manager", "timestamp": 1631187673599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187674604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "cds", "timestamp": 1631187676794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187671847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187666910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187676484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187674604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "ves-openapi-manager", "timestamp": 1631187673599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "cds", "timestamp": 1631187676794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187671847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187666910, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187676484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "ves-openapi-manager", "timestamp": 1631187673599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187674604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "dcae-sch", "timestamp": 1631187681622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "cds", "timestamp": 1631187676794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187682753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187676484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187674604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "dcae-sch", "timestamp": 1631187681622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "cds", "timestamp": 1631187676794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187676484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "dcae-sch", "timestamp": 1631187681622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "cds", "timestamp": 1631187676794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187684789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187676484, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "dcae-sch", "timestamp": 1631187681622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187685305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "cds", "timestamp": 1631187676794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "dcae-sch", "timestamp": 1631187681622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187686899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187687234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187686615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "dcae-sch", "timestamp": 1631187681622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187687916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631187688237, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-09T11:43:41.063Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6af73de6-4007-461b-a132-38f1805ddb63 2021-09-09T11:43:41.064Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af73de6-4007-461b-a132-38f1805ddb63 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 (?, ?, ?, ?, ?) 2021-09-09T11:43:41.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187686615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "dcae-sch", "timestamp": 1631187681622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "clamp", "timestamp": 1631187688919, "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=? 2021-09-09T11:43:41.073Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6af73de6-4007-461b-a132-38f1805ddb63 2021-09-09T11:43:41.073Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af73de6-4007-461b-a132-38f1805ddb63 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 (?, ?, ?, ?, ?) 2021-09-09T11:43:41.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187688929, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:41.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187688935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:41.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187689034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:41.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "cds", "timestamp": 1631187689232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:41.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187686615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "dcae-sch", "timestamp": 1631187681622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187690037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:43:41.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "cds", "timestamp": 1631187690237, "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=? 2021-09-09T11:43:41.083Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6af73de6-4007-461b-a132-38f1805ddb63 2021-09-09T11:43:41.083Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af73de6-4007-461b-a132-38f1805ddb63 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 (?, ?, ?, ?, ?) 2021-09-09T11:43:41.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187686615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "dcae-sch", "timestamp": 1631187681622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187690541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:41.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187690659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:43:41.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "policy-id", "timestamp": 1631187691039, "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=? 2021-09-09T11:43:41.093Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:41.093Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6af73de6-4007-461b-a132-38f1805ddb63 2021-09-09T11:43:41.093Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af73de6-4007-461b-a132-38f1805ddb63 and ComponentName POLICY 2021-09-09T11:43:41.093Z||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. 2021-09-09T11:43:41.093Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-09T11:43:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187686615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.102Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187691579, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2021-09-09T11:43:41.103Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-09T11:43:41.106Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6af73de6-4007-461b-a132-38f1805ddb63 2021-09-09T11:43:41.106Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af73de6-4007-461b-a132-38f1805ddb63 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187686615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "multicloud-k8s-id", "timestamp": 1631187692581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187686615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187686615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187686615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187696904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:41.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:43:41.994Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "f096348b-f438-4029-8938-10735e8c3c98", "serviceDescription": "service", "serviceInvariantUUID": "0ff34dcf-4de2-44c4-b7df-bd4cea988006", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "cc471136-8d7d-45ac-bc74-6dd3ec20985a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d2cf810f-db9f-47bf-810d-82e03c38de17", "resourceInvariantUUID": "bdd89211-b21a-48da-b18a-2d7e74f5e526", "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": "25722bd4-266a-4fb5-b464-4c1e5f9cc6e9", "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": "7bf34562-47c8-441a-8cb1-a41206674492", "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": "MjY1NjExZmRjYjRiMGRhYWNlZmQ0OTAwYTMxYzZiYmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "81154a80-b8d9-46e9-bc76-5f94b2a6fc22", "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": "97e0e5fc-94ec-4832-abd6-f0549aac8216", "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": "baf30dc3-b543-41a6-b050-11f92451cc58", "generatedFromUUID": "97e0e5fc-94ec-4832-abd6-f0549aac8216" }, "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": "baf30dc3-b543-41a6-b050-11f92451cc58", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NmRiMjE5MzllNWYxMmQ2OGU1Y2Y0YjRmNWU1ZWNkODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4c817e80-386a-4628-ba34-9a1bfe4bfad9" } ], "workloadContext": "Production" } 2021-09-09T11:43:41.994Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-09T11:43:41.994Z|67fb08e7-5462-4e4e-be13-bfd095e8844a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f096348b-f438-4029-8938-10735e8c3c98 ASDC 2021-09-09T11:43:41.994Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:6af73de6-4007-461b-a132-38f1805ddb63 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:f096348b-f438-4029-8938-10735e8c3c98 ServiceInvariantUUID:0ff34dcf-4de2-44c4-b7df-bd4cea988006 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:4c817e80-386a-4628-ba34-9a1bfe4bfad9 ArtifactChecksum:NmRiMjE5MzllNWYxMmQ2OGU1Y2Y0YjRmNWU1ZWNkODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:cc471136-8d7d-45ac-bc74-6dd3ec20985a ResourceInvariantUUID:bdd89211-b21a-48da-b18a-2d7e74f5e526 ResourceName:basic_cnf ResourceType:VF ResourceUUID:d2cf810f-db9f-47bf-810d-82e03c38de17 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:25722bd4-266a-4fb5-b464-4c1e5f9cc6e9 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:7bf34562-47c8-441a-8cb1-a41206674492 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:81154a80-b8d9-46e9-bc76-5f94b2a6fc22 ArtifactChecksum:MjY1NjExZmRjYjRiMGRhYWNlZmQ0OTAwYTMxYzZiYmI= 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:97e0e5fc-94ec-4832-abd6-f0549aac8216 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:baf30dc3-b543-41a6-b050-11f92451cc58 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:baf30dc3-b543-41a6-b050-11f92451cc58 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-09T11:43:41.995Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f096348b-f438-4029-8938-10735e8c3c98 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=? 2021-09-09T11:43:42.019Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:43:42.019Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:43:42.019Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:43:42.019Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4c817e80-386a-4628-ba34-9a1bfe4bfad9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-09T11:43:42.019Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:43:42.020Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-09T11:43:42.190Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:43:42.192Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4c817e80-386a-4628-ba34-9a1bfe4bfad9 68761 2021-09-09T11:43:42.193Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-09T11:43:42.193Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-09T11:43:42.193Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:43:42.193Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:42.195Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:42.195Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187822193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:42.295Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:42.296Z||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. 2021-09-09T11:43:42.296Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:42.305Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:42.306Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:43.196Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:43:43.197Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-09-09T11:43:43.197Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4c817e80-386a-4628-ba34-9a1bfe4bfad9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-09T11:43:43.197Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-09-09T11:43:43.197Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-09T11:43:43.197Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-09T11:43:43.282Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10828762611942934867/Definitions/service-BasicCnf-template.yml 2021-09-09T11:43:44.179Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-09T11:43:44.180Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:43:44.180Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-09T11:43:44.180Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-09-09T11:43:44.180Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:44.180Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:44.180Z|6af73de6-4007-461b-a132-38f1805ddb63|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-BasicCnf-csar.csar 2021-09-09T11:43:44.180Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:44.180Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-09-09T11:43:44.180Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.180Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:44.181Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-09T11:43:44.181Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:43:44.181Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:43:44.181Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.181Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:44.181Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-09T11:43:44.181Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-09-09T11:43:44.181Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:43:44.182Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.182Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:44.182Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.182Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-09T11:43:44.182Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-09-09T11:43:44.182Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2021-09-09T11:43:44.182Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-09T11:43:44.182Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.182Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-09T11:43:44.183Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.183Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-09T11:43:44.183Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:43:44.183Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.183Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-09T11:43:44.183Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:43:44.183Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.183Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-09T11:43:44.183Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:43:44.184Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.184Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-09T11:43:44.184Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-09T11:43:44.184Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=75c81ad3-7507-4536-883d-c27cd5c5476c 2021-09-09T11:43:44.184Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.184Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:44.185Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.185Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:44.185Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.185Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:44.185Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:44.185Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:44.185Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:f096348b-f438-4029-8938-10735e8c3c98 Model Version:NULL Model InvariantUuid:0ff34dcf-4de2-44c4-b7df-bd4cea988006 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:4f737c9e-a490-4eac-8f2d-429adb29e0ab Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bdd89211-b21a-48da-b18a-2d7e74f5e526 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cc471136-8d7d-45ac-bc74-6dd3ec20985a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b4f35a4e-df20-4e58-9aba-47feef2566bd ModelName:BasicCnf..base_dummy..module-0 ModelUuid:2d022476-4777-4ab9-869f-c8d742be38e1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:75c81ad3-7507-4536-883d-c27cd5c5476c ModelInvariantUuid:e195081f-592f-44b0-b02d-36a45d2f20cd ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:e6803323-59bb-4d8a-b88d-d0f1b6c2aa33 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:8cb30c9e-b903-4145-bc5d-545163fa4ad5 ModelInvariantUuid:a7f94565-17d1-49f3-a741-58c4879267a0 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:eff77731-3500-465e-a327-7f29ef4f3637 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-09T11:43:44.191Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d2cf810f-db9f-47bf-810d-82e03c38de17 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:43:44.193Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||basic_cnf 0 2021-09-09T11:43:44.193Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d2cf810f-db9f-47bf-810d-82e03c38de17 2021-09-09T11:43:44.194Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 25722bd4-266a-4fb5-b464-4c1e5f9cc6e9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-09T11:43:44.194Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:43:44.194Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:45.189Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:43:45.189Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 25722bd4-266a-4fb5-b464-4c1e5f9cc6e9 12 2021-09-09T11:43:45.190Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:45.190Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:45.190Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:43:45.190Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:45.192Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:45.192Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187825189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:45.292Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:45.293Z||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. 2021-09-09T11:43:45.293Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:45.304Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:45.304Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:46.192Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7bf34562-47c8-441a-8cb1-a41206674492 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-09T11:43:46.193Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:43:46.193Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:48.034Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:43:48.035Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7bf34562-47c8-441a-8cb1-a41206674492 2688 2021-09-09T11:43:48.035Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:48.035Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:48.035Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:43:48.035Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:48.037Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:48.037Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187828035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:48.137Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:48.138Z||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. 2021-09-09T11:43:48.138Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:48.147Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:48.147Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:49.038Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 81154a80-b8d9-46e9-bc76-5f94b2a6fc22 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-09T11:43:49.038Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:43:49.039Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:49.743Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:43:49.743Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 81154a80-b8d9-46e9-bc76-5f94b2a6fc22 828 2021-09-09T11:43:49.743Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:49.743Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:49.743Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:43:49.744Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:49.745Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:49.745Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187829743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:49.845Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:49.846Z||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. 2021-09-09T11:43:49.846Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:49.858Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:49.858Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:50.746Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b4f35a4e-df20-4e58-9aba-47feef2566bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d022476-4777-4ab9-869f-c8d742be38e1", "vfModuleModelCustomizationUUID": "0ea69142-7a1d-4446-afe8-2f4bbbaeade2", "isBase": true, "artifacts": [ "7bf34562-47c8-441a-8cb1-a41206674492", "97e0e5fc-94ec-4832-abd6-f0549aac8216", "baf30dc3-b543-41a6-b050-11f92451cc58" ], "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": "" } } ] 2021-09-09T11:43:50.749Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d022476-4777-4ab9-869f-c8d742be38e1 VfModuleModelInvariantUUID:b4f35a4e-df20-4e58-9aba-47feef2566bd VfModuleModelDescription:NULL Artifacts UUID List:{ 7bf34562-47c8-441a-8cb1-a41206674492 , 97e0e5fc-94ec-4832-abd6-f0549aac8216 , baf30dc3-b543-41a6-b050-11f92451cc58 } 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 } 2021-09-09T11:43:50.750Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b4f35a4e-df20-4e58-9aba-47feef2566bd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d022476-4777-4ab9-869f-c8d742be38e1", "vfModuleModelCustomizationUUID": "0ea69142-7a1d-4446-afe8-2f4bbbaeade2", "isBase": true, "artifacts": [ "7bf34562-47c8-441a-8cb1-a41206674492", "97e0e5fc-94ec-4832-abd6-f0549aac8216", "baf30dc3-b543-41a6-b050-11f92451cc58" ], "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": "" } } ] 2021-09-09T11:43:50.750Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d022476-4777-4ab9-869f-c8d742be38e1 VfModuleModelInvariantUUID:b4f35a4e-df20-4e58-9aba-47feef2566bd VfModuleModelDescription:NULL Artifacts UUID List:{ 7bf34562-47c8-441a-8cb1-a41206674492 , 97e0e5fc-94ec-4832-abd6-f0549aac8216 , baf30dc3-b543-41a6-b050-11f92451cc58 } 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 } 2021-09-09T11:43:50.751Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 97e0e5fc-94ec-4832-abd6-f0549aac8216 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-09T11:43:50.751Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:43:50.751Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-09T11:43:51.849Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:43:51.850Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 97e0e5fc-94ec-4832-abd6-f0549aac8216 1164 2021-09-09T11:43:51.850Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:51.850Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:51.850Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:43:51.850Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:51.852Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:51.852Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187831850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:51.953Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:51.954Z||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. 2021-09-09T11:43:51.954Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:51.963Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:51.963Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:52.853Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: baf30dc3-b543-41a6-b050-11f92451cc58 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-09T11:43:52.854Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-09-09T11:43:52.854Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-09T11:43:53.628Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-09-09T11:43:53.629Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env baf30dc3-b543-41a6-b050-11f92451cc58 200 2021-09-09T11:43:53.629Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:53.629Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:53.629Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:43:53.629Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:53.631Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:53.631Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187833629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:43:53.731Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:53.732Z||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. 2021-09-09T11:43:53.732Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:53.740Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:53.741Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:54.631Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f096348b-f438-4029-8938-10735e8c3c98 2021-09-09T11:43:54.632Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d2cf810f-db9f-47bf-810d-82e03c38de17 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-09-09T11:43:54.645Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:43:54.649Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6372fbac, org.onap.sdc.toscaparser.api.parameters.Input@2809f635, org.onap.sdc.toscaparser.api.parameters.Input@71980356, org.onap.sdc.toscaparser.api.parameters.Input@24eb3e6e, org.onap.sdc.toscaparser.api.parameters.Input@50300ec4] 2021-09-09T11:43:54.650Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.650Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:54.650Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-09-09T11:43:54.650Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= cc471136-8d7d-45ac-bc74-6dd3ec20985a 2021-09-09T11:43:54.650Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cc471136-8d7d-45ac-bc74-6dd3ec20985a matches Tosca VF Customization UUID: cc471136-8d7d-45ac-bc74-6dd3ec20985a 2021-09-09T11:43:54.650Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: cc471136-8d7d-45ac-bc74-6dd3ec20985a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-09T11:43:54.652Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.653Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:54.653Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id cc471136-8d7d-45ac-bc74-6dd3ec20985a: {\"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\"} 2021-09-09T11:43:54.653Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b39934a 2021-09-09T11:43:54.653Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.653Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-09T11:43:54.653Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ea69142-7a1d-4446-afe8-2f4bbbaeade2 2021-09-09T11:43:54.654Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ea69142-7a1d-4446-afe8-2f4bbbaeade2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-09T11:43:54.655Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.655Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-09T11:43:54.656Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:43:54.656Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.656Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-09T11:43:54.656Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:43:54.656Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.656Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-09T11:43:54.656Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-09T11:43:54.656Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=75c81ad3-7507-4536-883d-c27cd5c5476c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-09T11:43:54.658Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.658Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-09T11:43:54.659Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-09T11:43:54.659Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.659Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-09T11:43:54.659Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=cc471136-8d7d-45ac-bc74-6dd3ec20985a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:43:54.660Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.660Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:54.660Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f096348b-f438-4029-8938-10735e8c3c98: basic_cnf 2021-09-09T11:43:54.660Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.661Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:54.661Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.661Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:54.661Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.661Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:54.661Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.661Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:54.661Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:43:54.661Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:43:54.661Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-09T11:43:54.713Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d2cf810f-db9f-47bf-810d-82e03c38de17 1 ASDC deployResourceStructure 2021-09-09T11:43:54.713Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:54.713Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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) 2021-09-09T11:43:54.713Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-09T11:43:54.714Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:54.715Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:54.715Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187834713, "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" } 2021-09-09T11:43:54.815Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:54.816Z||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. 2021-09-09T11:43:54.816Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:54.825Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:54.825Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:55.716Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:55.716Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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) 2021-09-09T11:43:55.716Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-09T11:43:55.716Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:55.718Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:55.718Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187835716, "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" } 2021-09-09T11:43:55.818Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:55.819Z||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. 2021-09-09T11:43:55.819Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:55.827Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:55.828Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:56.719Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:56.719Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:56.719Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:43:56.719Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:56.721Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:56.721Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187836719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:43:56.821Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:56.822Z||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. 2021-09-09T11:43:56.822Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:56.829Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:56.830Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:43:57.722Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:57.722Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:57.722Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:43:57.722Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:57.724Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:57.724Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187837721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:43:57.824Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:57.824Z||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. 2021-09-09T11:43:57.824Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:57.833Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:57.833Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:43:58.725Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:58.725Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||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 2021-09-09T11:43:58.725Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:43:58.725Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:58.727Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:58.727Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187838724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-09T11:43:58.827Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:58.828Z||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. 2021-09-09T11:43:58.828Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:58.837Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:58.837Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:43:59.728Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-09T11:43:59.728Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-09T11:43:59.728Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:43:59.729Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:43:59.730Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:43:59.730Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187839728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:43:59.830Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:43:59.831Z||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. 2021-09-09T11:43:59.831Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:43:59.842Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:43:59.842Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:44:00.731Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6af73de6-4007-461b-a132-38f1805ddb63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:44:00.738Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6af73de6-4007-461b-a132-38f1805ddb63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:44:00.739Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:44:00.740Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:44:00.740Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:44:30.740Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6af73de6-4007-461b-a132-38f1805ddb63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:44:30.747Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6af73de6-4007-461b-a132-38f1805ddb63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:44:30.748Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:44:30.748Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:44:30.748Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:44:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:44:41.020Z||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. 2021-09-09T11:44:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:44:41.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:44:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:44:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187702829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:44:41.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:44:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:44:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "aai-ml", "timestamp": 1631187703832, "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=? 2021-09-09T11:44:41.042Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6af73de6-4007-461b-a132-38f1805ddb63 2021-09-09T11:44:41.042Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af73de6-4007-461b-a132-38f1805ddb63 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 (?, ?, ?, ?, ?) 2021-09-09T11:45:00.749Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6af73de6-4007-461b-a132-38f1805ddb63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:45:00.755Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6af73de6-4007-461b-a132-38f1805ddb63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:45:00.757Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:45:00.757Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-09T11:45:00.757Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-09T11:45:00.757Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-09T11:45:00.757Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:45:00.757Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:45:00.758Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:45:00.758Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:45:00.758Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:45:00.758Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:45:00.758Z|6af73de6-4007-461b-a132-38f1805ddb63|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=? 2021-09-09T11:45:00.761Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-09T11:45:30.761Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6af73de6-4007-461b-a132-38f1805ddb63 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=? 2021-09-09T11:45:30.765Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6af73de6-4007-461b-a132-38f1805ddb63 and serviceModelVersionId: f096348b-f438-4029-8938-10735e8c3c98 2021-09-09T11:45:30.765Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ff34dcf-4de2-44c4-b7df-bd4cea988006 2021-09-09T11:45:30.766Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ff34dcf-4de2-44c4-b7df-bd4cea988006/model-vers/model-ver/f096348b-f438-4029-8938-10735e8c3c98?depth=0 2021-09-09T11:45:30.769Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-09-09T11:45:30.795Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ff34dcf-4de2-44c4-b7df-bd4cea988006/model-vers/model-ver/f096348b-f438-4029-8938-10735e8c3c98?depth=0|INFO|500||Invoke 2021-09-09T11:45:30.795Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ff34dcf-4de2-44c4-b7df-bd4cea988006/model-vers/model-ver/f096348b-f438-4029-8938-10735e8c3c98?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ff34dcf-4de2-44c4-b7df-bd4cea988006/model-vers/model-ver/f096348b-f438-4029-8938-10735e8c3c98?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6af73de6-4007-461b-a132-38f1805ddb63], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0781327-5ad1-4fa3-92fe-ce48caa11c44], X-ECOMP-RequestID=[6af73de6-4007-461b-a132-38f1805ddb63], X-TransactionId=[], X-ONAP-RequestID=[6af73de6-4007-461b-a132-38f1805ddb63], Content-Type=[application/merge-patch+json]} 2021-09-09T11:45:30.808Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ff34dcf-4de2-44c4-b7df-bd4cea988006/model-vers/model-ver/f096348b-f438-4029-8938-10735e8c3c98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-09T11:45:31.142Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ff34dcf-4de2-44c4-b7df-bd4cea988006/model-vers/model-ver/f096348b-f438-4029-8938-10735e8c3c98?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ff34dcf-4de2-44c4-b7df-bd4cea988006/model-vers/model-ver/f096348b-f438-4029-8938-10735e8c3c98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210909-11:45:30:816-68039], vertex-id=[245800], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:45:30 GMT], Content-Type=[application/json]} 2021-09-09T11:45:31.142Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ff34dcf-4de2-44c4-b7df-bd4cea988006/model-vers/model-ver/f096348b-f438-4029-8938-10735e8c3c98?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-09T11:45:31.143Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0ff34dcf-4de2-44c4-b7df-bd4cea988006/model-vers/model-ver/f096348b-f438-4029-8938-10735e8c3c98?depth=0|INFO|500||InvokeReturn 2021-09-09T11:45:31.143Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-09T11:45:31.143Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:45:31.148Z|6af73de6-4007-461b-a132-38f1805ddb63|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) 2021-09-09T11:45:31.148Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6af73de6-4007-461b-a132-38f1805ddb63 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-09T11:45:31.148Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-09T11:45:31.148Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:45:31.149Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:45:31.150Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187931148, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:45:31.250Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:45:31.251Z||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. 2021-09-09T11:45:31.251Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:45:31.262Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:45:31.263Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-09T11:45:32.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:45:32.160Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:45:32.160Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:45:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:45:41.021Z||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. 2021-09-09T11:45:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:45:41.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:45:41.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:45:41.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "67fb08e7-5462-4e4e-be13-bfd095e8844a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187811947, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:45:41.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:45:41.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:45:41.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:45:41.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-09T11:45:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:45:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:45:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:45:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:45:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:45:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-09T11:45:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:45:41.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-09T11:45:41.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:45:41.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-09T11:45:42.334Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:45:42.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:45:42.335Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:45:42.335Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:45:51.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:45:51.873Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:45:51.873Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:45:51.873Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:46:01.405Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:46:01.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:46:01.406Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:46:01.406Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:46:10.943Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:46:10.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:46:10.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:46:10.944Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:46:20.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:46:20.472Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:46:20.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:46:20.473Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:46:30.009Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:46:30.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:46:30.009Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:46:30.010Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:46:39.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:46:39.544Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:46:39.544Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:46:39.545Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:46:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:46:41.020Z||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. 2021-09-09T11:46:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:46:41.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:46:41.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187673045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:46:41.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-09T11:46:41.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187822193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:46:41.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:41.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187825189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:46:41.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:41.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187828035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187829743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187831850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187833629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187834713, "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" } 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187835716, "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" } 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187836719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-09T11:46:41.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:41.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187837721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:46:41.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:41.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187838724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-09T11:46:41.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:41.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:46:41.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187839728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:46:41.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:46:49.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:46:49.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:46:49.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:46:49.078Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:46:58.610Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:46:58.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:46:58.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:46:58.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:00.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:00.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-09T11:47:00.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"00474e50-decb-461c-b920-b3f3e1ced290","serviceName":"Demo_pNF_AHwN9etj6IS3mplxalMH","serviceVersion":"1.0","serviceUUID":"cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23","serviceDescription":"catalog service description","serviceInvariantUUID":"ab702f5b-d0d9-4103-abf4-52593acda4c7","resources":[{"resourceInstanceName":"pNF 18edeea8-1663 0","resourceName":"pNF 18edeea8-1663","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c9e713a5-41d0-42f3-9cac-4aa551f3f3d8","resourceInvariantUUID":"ba3f0b71-5f71-4e54-b4c4-058cbd8c6c12","resourceCustomizationUUID":"d8175a6b-b910-4dfe-aa97-948d4b621d75","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vf-license-model.xml","artifactChecksum":"NTYxZWIxNmIxNWVjYjIzYTY3ODUyMjQ1YjM1MGY1ZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f5a78fd-173c-4006-99c3-65f7d2f64038","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/pNF.csar","artifactChecksum":"NmFlNDdiZjIxMTg2YjRmMWI1OTkyYmU1YTM3YTAyNWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5740bc10-eceb-4675-beb1-da7f9824d4b9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de66c50f-8ab4-45a6-8948-f035a87e9829","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vendor-license-model.xml","artifactChecksum":"NGRiMGJhOTA0ZTY2YjZiMjc5ZjNjYmVlNTY0MGEzODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2204937d-e7a0-49c3-8265-06ade2575d49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a7d31f1-fb91-4d64-8516-93828a643ea0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5537ee88-f5f7-4d6d-8738-afb7ab1ef139","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAhwn9etj6is3mplxalmh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml","artifactChecksum":"Y2JjNDU2MDE3Y2U0MTg4YzE1OGQ4ZGRhNzRiMGJjM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"424c5505-42c1-46f9-b2f5-9308ddb4df30","artifactVersion":"1"},{"artifactName":"service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar","artifactChecksum":"ZDM5OTU5YzNiZTEzN2YzYzFlY2EyYjlhMDg4OWM5YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e185c1f5-5b1c-417b-889f-c1ca810b1dfa","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-09T11:47:00.210Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:47:00.210Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:47:00.212Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:47:00.212Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:47:00.312Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:47:00.313Z||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. 2021-09-09T11:47:00.313Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:00.322Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:00.322Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:47:01.212Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:47:01.213Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:47:01.214Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:47:01.214Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:47:01.315Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:47:01.315Z||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. 2021-09-09T11:47:01.316Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:01.333Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:01.334Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:47:02.215Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:47:02.215Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:47:02.217Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:47:02.217Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:47:02.317Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:47:02.319Z||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. 2021-09-09T11:47:02.319Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:02.329Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:02.329Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:47:03.217Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:47:03.218Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:47:03.220Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:47:03.221Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:47:03.321Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:47:03.322Z||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. 2021-09-09T11:47:03.322Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:03.332Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:03.332Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:47:04.221Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:47:04.222Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:47:04.223Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:47:04.223Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:47:04.324Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-09T11:47:04.324Z||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. 2021-09-09T11:47:04.324Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:04.335Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:04.335Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:47:05.224Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:47:05.224Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:47:05.227Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:47:05.227Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:47:05.326Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-09T11:47:05.327Z||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. 2021-09-09T11:47:05.327Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:05.336Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:05.336Z||pool-140-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:47:06.227Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:47:06.228Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:47:06.230Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:47:06.230Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:47:06.330Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:47:06.330Z||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. 2021-09-09T11:47:06.331Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:06.340Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:06.340Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:47:07.230Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:47:07.231Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:47:07.232Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:47:07.232Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:47:07.332Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:47:07.333Z||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. 2021-09-09T11:47:07.333Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:07.343Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:07.343Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:47:08.233Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "serviceName": "Demo_pNF_AHwN9etj6IS3mplxalMH", "serviceVersion": "1.0", "serviceUUID": "cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ab702f5b-d0d9-4103-abf4-52593acda4c7", "resources": [ { "resourceInstanceName": "pNF 18edeea8-1663 0", "resourceCustomizationUUID": "d8175a6b-b910-4dfe-aa97-948d4b621d75", "resourceName": "pNF 18edeea8-1663", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c9e713a5-41d0-42f3-9cac-4aa551f3f3d8", "resourceInvariantUUID": "ba3f0b71-5f71-4e54-b4c4-058cbd8c6c12", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "artifactChecksum": "ZDM5OTU5YzNiZTEzN2YzYzFlY2EyYjlhMDg4OWM5YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e185c1f5-5b1c-417b-889f-c1ca810b1dfa" } ], "workloadContext": "Production" } 2021-09-09T11:47:08.234Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-09T11:47:08.234Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23 ASDC 2021-09-09T11:47:08.234Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:00474e50-decb-461c-b920-b3f3e1ced290 ServiceName:Demo_pNF_AHwN9etj6IS3mplxalMH ServiceVersion:1.0 ServiceUUID:cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23 ServiceInvariantUUID:ab702f5b-d0d9-4103-abf4-52593acda4c7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar ArtifactUUID:e185c1f5-5b1c-417b-889f-c1ca810b1dfa ArtifactChecksum:ZDM5OTU5YzNiZTEzN2YzYzFlY2EyYjlhMDg4OWM5YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 18edeea8-1663 0 ResourceCustomizationUUID:d8175a6b-b910-4dfe-aa97-948d4b621d75 ResourceInvariantUUID:ba3f0b71-5f71-4e54-b4c4-058cbd8c6c12 ResourceName:pNF 18edeea8-1663 ResourceType:PNF ResourceUUID:c9e713a5-41d0-42f3-9cac-4aa551f3f3d8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-09T11:47:08.234Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23 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 (?, ?, ?, ?, ?) 2021-09-09T11:47:08.252Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:47:08.253Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-09T11:47:08.253Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-09T11:47:08.253Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e185c1f5-5b1c-417b-889f-c1ca810b1dfa from URL: /sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:08.254Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-09T11:47:08.254Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:09.339Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-09T11:47:09.344Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar e185c1f5-5b1c-417b-889f-c1ca810b1dfa 82538 2021-09-09T11:47:09.344Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar ASDC sendASDCNotification 2021-09-09T11:47:09.344Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:09.344Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:47:09.344Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:47:09.346Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:47:09.346Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188029344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:47:09.446Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:47:09.446Z||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. 2021-09-09T11:47:09.447Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:09.454Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:09.454Z||pool-143-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:47:10.346Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:47:10.347Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-09T11:47:10.348Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e185c1f5-5b1c-417b-889f-c1ca810b1dfa, URL: /sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar to file: /app/ASDC/1/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.348Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.348Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.348Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.447Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14538415071532534897/Definitions/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml 2021-09-09T11:47:10.962Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-09T11:47:10.962Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-09T11:47:10.962Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.963Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-09T11:47:10.963Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 18edeea8-1663 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-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.963Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.963Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.963Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.963Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.963Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.963Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:10.963Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-09T11:47:10.963Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:47:10.963Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AHwN9etj6IS3mplxalMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:47:10.964Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Node template pNF 18edeea8-1663 0 is matching search criteria 2021-09-09T11:47:10.964Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-09T11:47:10.964Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 18edeea8-1663 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:47:10.964Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:47:10.964Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AHwN9etj6IS3mplxalMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:47:10.964Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Node template pNF 18edeea8-1663 0 is matching search criteria 2021-09-09T11:47:10.964Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-09T11:47:10.964Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 18edeea8-1663 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:47:10.965Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:47:10.965Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AHwN9etj6IS3mplxalMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:47:10.965Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:47:10.965Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AHwN9etj6IS3mplxalMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:47:10.965Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:47:10.965Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AHwN9etj6IS3mplxalMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:47:10.965Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:47:10.965Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AHwN9etj6IS3mplxalMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:47:10.966Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:47:10.966Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AHwN9etj6IS3mplxalMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:47:10.966Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_AHwN9etj6IS3mplxalMH Description:catalog service description Model UUID:cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23 Model Version:NULL Model InvariantUuid:ab702f5b-d0d9-4103-abf4-52593acda4c7 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-09T11:47:10.972Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: c9e713a5-41d0-42f3-9cac-4aa551f3f3d8 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:47:10.975Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||pNF 18edeea8-1663 0 2021-09-09T11:47:10.975Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c9e713a5-41d0-42f3-9cac-4aa551f3f3d8 2021-09-09T11:47:10.975Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||No resources found for Service: cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23 2021-09-09T11:47:10.975Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23 2021-09-09T11:47:10.975Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 18edeea8-1663 0 c9e713a5-41d0-42f3-9cac-4aa551f3f3d8 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:47:10.979Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a611ea8, org.onap.sdc.toscaparser.api.parameters.Input@7b025d9d, org.onap.sdc.toscaparser.api.parameters.Input@2a6b2a06, org.onap.sdc.toscaparser.api.parameters.Input@72354f95, org.onap.sdc.toscaparser.api.parameters.Input@30e38b25] 2021-09-09T11:47:10.979Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:47:10.980Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AHwN9etj6IS3mplxalMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:47:10.980Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23: pNF 18edeea8-1663 2021-09-09T11:47:10.980Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||Processing PNF resource: c9e713a5-41d0-42f3-9cac-4aa551f3f3d8 2021-09-09T11:47:10.980Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:47:10.980Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AHwN9etj6IS3mplxalMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:47:10.980Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||Resource customization UUID: d8175a6b-b910-4dfe-aa97-948d4b621d75 is the same as notified resource customizationUUID: d8175a6b-b910-4dfe-aa97-948d4b621d75 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-09T11:47:11.006Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 18edeea8-1663 c9e713a5-41d0-42f3-9cac-4aa551f3f3d8 0 ASDC deployResourceStructure 2021-09-09T11:47:11.007Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar ASDC sendASDCNotification 2021-09-09T11:47:11.007Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar 2021-09-09T11:47:11.007Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:47:11.007Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:47:11.008Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:47:11.008Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188031007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:47:11.109Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:47:11.109Z||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. 2021-09-09T11:47:11.109Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:11.121Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:11.121Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:47:12.009Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00474e50-decb-461c-b920-b3f3e1ced290 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:47:12.018Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00474e50-decb-461c-b920-b3f3e1ced290 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:47:12.019Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:47:12.019Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:47:12.019Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:47:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:47:41.020Z||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. 2021-09-09T11:47:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:47:41.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:47:41.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-09T11:47:41.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af73de6-4007-461b-a132-38f1805ddb63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631187931148, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:47:41.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:47:42.019Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00474e50-decb-461c-b920-b3f3e1ced290 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:47:42.025Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00474e50-decb-461c-b920-b3f3e1ced290 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:47:42.027Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:47:42.027Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:47:42.027Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:48:12.027Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00474e50-decb-461c-b920-b3f3e1ced290 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:48:12.034Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00474e50-decb-461c-b920-b3f3e1ced290 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:48:12.035Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:48:12.036Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:48:12.036Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:48:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:48:41.020Z||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. 2021-09-09T11:48:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:48:41.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:48:41.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "policy-id", "timestamp": 1631188016484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "ves-openapi-manager", "timestamp": 1631188013599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "aai-ml", "timestamp": 1631188016615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "ves-openapi-manager", "timestamp": 1631188013599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "policy-id", "timestamp": 1631188016484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "aai-ml", "timestamp": 1631188016615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "ves-openapi-manager", "timestamp": 1631188013599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "policy-id", "timestamp": 1631188016484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "dcae-sch", "timestamp": 1631188021622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "aai-ml", "timestamp": 1631188016615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "cds", "timestamp": 1631188021794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "ves-openapi-manager", "timestamp": 1631188013599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "policy-id", "timestamp": 1631188016484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "dcae-sch", "timestamp": 1631188021622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "aai-ml", "timestamp": 1631188016615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "cds", "timestamp": 1631188021794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "ves-openapi-manager", "timestamp": 1631188013599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "policy-id", "timestamp": 1631188016484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "dcae-sch", "timestamp": 1631188021622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "aai-ml", "timestamp": 1631188016615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "cds", "timestamp": 1631188021794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "ves-openapi-manager", "timestamp": 1631188013599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "policy-id", "timestamp": 1631188016484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "dcae-sch", "timestamp": 1631188021622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "aai-ml", "timestamp": 1631188016615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "cds", "timestamp": 1631188021794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "ves-openapi-manager", "timestamp": 1631188013599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "policy-id", "timestamp": 1631188016484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "dcae-sch", "timestamp": 1631188021622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "aai-ml", "timestamp": 1631188016615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "cds", "timestamp": 1631188021794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188018611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "ves-openapi-manager", "timestamp": 1631188013599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "policy-id", "timestamp": 1631188016484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "dcae-sch", "timestamp": 1631188021622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "aai-ml", "timestamp": 1631188016615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "cds", "timestamp": 1631188021794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "multicloud-k8s-id", "timestamp": 1631188026910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "dcae-sch", "timestamp": 1631188021622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "cds", "timestamp": 1631188021794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "multicloud-k8s-id", "timestamp": 1631188026910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "dcae-sch", "timestamp": 1631188021622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "ves-openapi-manager", "timestamp": 1631188029341, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188029344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "policy-id", "timestamp": 1631188029347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "cds", "timestamp": 1631188021794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "aai-ml", "timestamp": 1631188029432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "multicloud-k8s-id", "timestamp": 1631188026910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "ves-openapi-manager", "timestamp": 1631188030355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "policy-id", "timestamp": 1631188030350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "multicloud-k8s-id", "timestamp": 1631188026910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188031007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "ves-openapi-manager", "timestamp": 1631188031357, "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=? 2021-09-09T11:48:41.562Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 00474e50-decb-461c-b920-b3f3e1ced290 2021-09-09T11:48:41.562Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00474e50-decb-461c-b920-b3f3e1ced290 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 (?, ?, ?, ?, ?) 2021-09-09T11:48:41.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "policy-id", "timestamp": 1631188031353, "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=? 2021-09-09T11:48:41.571Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00474e50-decb-461c-b920-b3f3e1ced290 2021-09-09T11:48:41.572Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00474e50-decb-461c-b920-b3f3e1ced290 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 (?, ?, ?, ?, ?) 2021-09-09T11:48:41.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "cds", "timestamp": 1631188031430, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:48:41.577Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "multicloud-k8s-id", "timestamp": 1631188026910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "cds", "timestamp": 1631188032435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-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=? 2021-09-09T11:48:41.581Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00474e50-decb-461c-b920-b3f3e1ced290 2021-09-09T11:48:41.581Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00474e50-decb-461c-b920-b3f3e1ced290 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 (?, ?, ?, ?, ?) 2021-09-09T11:48:41.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "clamp", "timestamp": 1631188031847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "multicloud-k8s-id", "timestamp": 1631188026910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "clamp", "timestamp": 1631188031847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "multicloud-k8s-id", "timestamp": 1631188026910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "aai-ml", "timestamp": 1631188033732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "clamp", "timestamp": 1631188031847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "multicloud-k8s-id", "timestamp": 1631188026910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "aai-ml", "timestamp": 1631188034735, "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=? 2021-09-09T11:48:41.590Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00474e50-decb-461c-b920-b3f3e1ced290 2021-09-09T11:48:41.590Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00474e50-decb-461c-b920-b3f3e1ced290 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 (?, ?, ?, ?, ?) 2021-09-09T11:48:41.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188034604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "clamp", "timestamp": 1631188031847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188034604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "clamp", "timestamp": 1631188031847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188034604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "clamp", "timestamp": 1631188031847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188034604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "clamp", "timestamp": 1631188031847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188034604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "clamp", "timestamp": 1631188031847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188034604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/resourceInstances/pnf18edeea816630/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188034604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188034604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188043792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188045443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:48:41.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188046446, "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=? 2021-09-09T11:48:41.600Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00474e50-decb-461c-b920-b3f3e1ced290 2021-09-09T11:48:41.601Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00474e50-decb-461c-b920-b3f3e1ced290 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 (?, ?, ?, ?, ?) 2021-09-09T11:48:41.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "clamp", "timestamp": 1631188048621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:48:41.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "clamp", "timestamp": 1631188050627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAhwn9etj6is3mplxalmh/1.0/artifacts/service-DemoPnfAhwn9etj6is3mplxalmh-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:48:41.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:48:41.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:48:41.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "clamp", "timestamp": 1631188051630, "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=? 2021-09-09T11:48:41.609Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00474e50-decb-461c-b920-b3f3e1ced290 2021-09-09T11:48:41.609Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00474e50-decb-461c-b920-b3f3e1ced290 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 (?, ?, ?, ?, ?) 2021-09-09T11:48:42.036Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00474e50-decb-461c-b920-b3f3e1ced290 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:48:42.044Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00474e50-decb-461c-b920-b3f3e1ced290 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:48:42.045Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:48:42.045Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-09T11:48:42.046Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-09T11:48:42.046Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-09T11:48:42.046Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:48:42.046Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:48:42.046Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:48:42.046Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:48:42.046Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:48:42.046Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:48:42.046Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:48:42.046Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-09T11:48:42.049Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-09T11:49:12.050Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00474e50-decb-461c-b920-b3f3e1ced290 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=? 2021-09-09T11:49:12.054Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00474e50-decb-461c-b920-b3f3e1ced290 and serviceModelVersionId: cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23 2021-09-09T11:49:12.054Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab702f5b-d0d9-4103-abf4-52593acda4c7 2021-09-09T11:49:12.054Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab702f5b-d0d9-4103-abf4-52593acda4c7/model-vers/model-ver/cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23?depth=0 2021-09-09T11:49:12.057Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-09T11:49:12.083Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ab702f5b-d0d9-4103-abf4-52593acda4c7/model-vers/model-ver/cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23?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]} 2021-09-09T11:49:12.083Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ab702f5b-d0d9-4103-abf4-52593acda4c7/model-vers/model-ver/cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23?depth=0|INFO|500||Invoke 2021-09-09T11:49:12.098Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ab702f5b-d0d9-4103-abf4-52593acda4c7/model-vers/model-ver/cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-09T11:49:12.330Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ab702f5b-d0d9-4103-abf4-52593acda4c7/model-vers/model-ver/cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23?depth=0|INFO|500||InvokeReturn 2021-09-09T11:49:12.330Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ab702f5b-d0d9-4103-abf4-52593acda4c7/model-vers/model-ver/cd2ffa20-7eeb-4a18-b01d-67e34e8a1c23?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210909-11:49:12:106-93655], vertex-id=[307200], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:49:12 GMT], Content-Type=[application/json]} 2021-09-09T11:49:12.330Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-09T11:49:12.331Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-09T11:49:12.331Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:49:12.334Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-09T11:49:12.334Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00474e50-decb-461c-b920-b3f3e1ced290 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-09T11:49:12.335Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-09T11:49:12.335Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:49:12.336Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:49:12.336Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188152335, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:49:12.436Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:49:12.438Z||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. 2021-09-09T11:49:12.438Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:12.452Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:12.453Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-09T11:49:13.344Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:49:13.345Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:49:13.345Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:17.622Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:17.622Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-09T11:49:17.622Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"afcd6777-0c96-4f17-867f-d43358797f08","serviceName":"Demo_pNF_LqSYmsLFgKDGZVuQf4jl","serviceVersion":"1.0","serviceUUID":"62afef73-9a24-43eb-8dc5-2cadaa4a8106","serviceDescription":"catalog service description","serviceInvariantUUID":"7fd29d1d-3d90-4d55-9473-904e22570987","resources":[{"resourceInstanceName":"pNF 54ccaae7-379b 0","resourceName":"pNF 54ccaae7-379b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"17405d78-5372-4d6c-986b-93efafed6d32","resourceInvariantUUID":"673bca42-170a-4f73-9817-2e4f5d72b3c4","resourceCustomizationUUID":"76a22cc8-b3c2-45aa-9504-7af06033ebe1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vf-license-model.xml","artifactChecksum":"ZGIxZTFjM2RhMmNkYTExODIxNzMyNTZjMWViNmI0ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3eba2060-bec0-4ffd-9d89-997ea2859d7e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/pNF.csar","artifactChecksum":"NmFlNDdiZjIxMTg2YjRmMWI1OTkyYmU1YTM3YTAyNWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"588c1e92-cc31-4ab1-895d-1b87dcb95ed9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40df20d2-e786-4604-a2f8-7ac981ea2eb1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vendor-license-model.xml","artifactChecksum":"YmJhMjJmOGYzOGIwNTBiODM0NGUyNjA1MDMzMGI5YmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54d808e1-c211-4ed4-8057-dc246a380874","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cec743f6-723c-4a37-a374-6cc4dfb85afe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d19c80e-6a6c-4a28-9f85-760bd7c30a09","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml","artifactChecksum":"ODA1ZTRkMDYyZmMzNTg4ZmE5OTYzZTIzZjE4NjdhNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c489cf58-b0fb-462a-b199-e850cd6761b1","artifactVersion":"1"},{"artifactName":"service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar","artifactChecksum":"NmE3YTY3ZTU4MWJkNGU5ZmM0MDUyYzdhYTdmMDgwNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e198376c-5e4d-4f73-ae7a-0a97560cb7a7","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-09T11:49:17.624Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:49:17.624Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:49:17.625Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:49:17.625Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:17.726Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-09T11:49:17.726Z||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. 2021-09-09T11:49:17.726Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:17.735Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:17.735Z||pool-146-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-09T11:49:18.626Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:49:18.627Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:49:18.629Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:49:18.629Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:18.729Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:49:18.729Z||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. 2021-09-09T11:49:18.729Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:18.738Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:18.738Z||pool-147-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:49:19.629Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:49:19.630Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:49:19.632Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:49:19.632Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:19.732Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:49:19.732Z||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. 2021-09-09T11:49:19.732Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:19.740Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:19.741Z||pool-148-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:49:20.632Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:49:20.633Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:49:20.634Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:49:20.634Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:20.735Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:49:20.735Z||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. 2021-09-09T11:49:20.735Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:20.744Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:20.744Z||pool-149-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:49:21.635Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:49:21.636Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:49:21.637Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:49:21.638Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:21.738Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:49:21.738Z||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. 2021-09-09T11:49:21.738Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:21.746Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:21.746Z||pool-150-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:49:22.638Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:49:22.639Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:49:22.640Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:49:22.640Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:22.741Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-09T11:49:22.741Z||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. 2021-09-09T11:49:22.741Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:22.750Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:22.750Z||pool-151-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:49:23.641Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:49:23.643Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:49:23.644Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:49:23.644Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:23.745Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:49:23.745Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-09T11:49:23.745Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:23.754Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:23.754Z||pool-152-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:49:24.645Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-09T11:49:24.646Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:49:24.647Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:49:24.647Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:49:24.748Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-09T11:49:24.749Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-09T11:49:24.749Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:24.757Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:24.758Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:49:25.649Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "serviceName": "Demo_pNF_LqSYmsLFgKDGZVuQf4jl", "serviceVersion": "1.0", "serviceUUID": "62afef73-9a24-43eb-8dc5-2cadaa4a8106", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7fd29d1d-3d90-4d55-9473-904e22570987", "resources": [ { "resourceInstanceName": "pNF 54ccaae7-379b 0", "resourceCustomizationUUID": "76a22cc8-b3c2-45aa-9504-7af06033ebe1", "resourceName": "pNF 54ccaae7-379b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "17405d78-5372-4d6c-986b-93efafed6d32", "resourceInvariantUUID": "673bca42-170a-4f73-9817-2e4f5d72b3c4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "artifactChecksum": "NmE3YTY3ZTU4MWJkNGU5ZmM0MDUyYzdhYTdmMDgwNTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e198376c-5e4d-4f73-ae7a-0a97560cb7a7" } ], "workloadContext": "Production" } 2021-09-09T11:49:25.649Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-09T11:49:25.649Z|00474e50-decb-461c-b920-b3f3e1ced290|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 62afef73-9a24-43eb-8dc5-2cadaa4a8106 ASDC 2021-09-09T11:49:25.649Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:afcd6777-0c96-4f17-867f-d43358797f08 ServiceName:Demo_pNF_LqSYmsLFgKDGZVuQf4jl ServiceVersion:1.0 ServiceUUID:62afef73-9a24-43eb-8dc5-2cadaa4a8106 ServiceInvariantUUID:7fd29d1d-3d90-4d55-9473-904e22570987 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar ArtifactUUID:e198376c-5e4d-4f73-ae7a-0a97560cb7a7 ArtifactChecksum:NmE3YTY3ZTU4MWJkNGU5ZmM0MDUyYzdhYTdmMDgwNTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 54ccaae7-379b 0 ResourceCustomizationUUID:76a22cc8-b3c2-45aa-9504-7af06033ebe1 ResourceInvariantUUID:673bca42-170a-4f73-9817-2e4f5d72b3c4 ResourceName:pNF 54ccaae7-379b ResourceType:PNF ResourceUUID:17405d78-5372-4d6c-986b-93efafed6d32 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-09T11:49:25.650Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62afef73-9a24-43eb-8dc5-2cadaa4a8106 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 (?, ?, ?, ?, ?) 2021-09-09T11:49:25.668Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:49:25.668Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-09T11:49:25.668Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-09T11:49:25.668Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e198376c-5e4d-4f73-ae7a-0a97560cb7a7 from URL: /sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:25.668Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-09T11:49:25.668Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:27.352Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-09T11:49:27.356Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar e198376c-5e4d-4f73-ae7a-0a97560cb7a7 82548 2021-09-09T11:49:27.356Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar ASDC sendASDCNotification 2021-09-09T11:49:27.356Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:27.356Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-09T11:49:27.356Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:49:27.358Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:49:27.358Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188167356, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:49:27.458Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:49:27.459Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-09T11:49:27.459Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:27.467Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:27.468Z||pool-154-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:49:28.359Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-09T11:49:28.360Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-09T11:49:28.360Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e198376c-5e4d-4f73-ae7a-0a97560cb7a7, URL: /sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar to file: /app/ASDC/1/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:28.360Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:28.361Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:28.361Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:28.444Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8672479413953822985/Definitions/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml 2021-09-09T11:49:29.029Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-09T11:49:29.029Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 54ccaae7-379b 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-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LqSYmsLFgKDGZVuQf4jl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:49:29.030Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Node template pNF 54ccaae7-379b 0 is matching search criteria 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 54ccaae7-379b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LqSYmsLFgKDGZVuQf4jl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Node template pNF 54ccaae7-379b 0 is matching search criteria 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 54ccaae7-379b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LqSYmsLFgKDGZVuQf4jl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LqSYmsLFgKDGZVuQf4jl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:49:29.031Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:49:29.032Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LqSYmsLFgKDGZVuQf4jl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:49:29.032Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:49:29.032Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LqSYmsLFgKDGZVuQf4jl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:49:29.032Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:49:29.032Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LqSYmsLFgKDGZVuQf4jl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:49:29.032Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_LqSYmsLFgKDGZVuQf4jl Description:catalog service description Model UUID:62afef73-9a24-43eb-8dc5-2cadaa4a8106 Model Version:NULL Model InvariantUuid:7fd29d1d-3d90-4d55-9473-904e22570987 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-09T11:49:29.038Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 17405d78-5372-4d6c-986b-93efafed6d32 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:49:29.040Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||pNF 54ccaae7-379b 0 2021-09-09T11:49:29.040Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 17405d78-5372-4d6c-986b-93efafed6d32 2021-09-09T11:49:29.040Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 62afef73-9a24-43eb-8dc5-2cadaa4a8106 2021-09-09T11:49:29.040Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 62afef73-9a24-43eb-8dc5-2cadaa4a8106 2021-09-09T11:49:29.040Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 54ccaae7-379b 0 17405d78-5372-4d6c-986b-93efafed6d32 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:49:29.044Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eeaa796, org.onap.sdc.toscaparser.api.parameters.Input@d5ef7fd, org.onap.sdc.toscaparser.api.parameters.Input@2399585d, org.onap.sdc.toscaparser.api.parameters.Input@d5bf46c, org.onap.sdc.toscaparser.api.parameters.Input@26a63446] 2021-09-09T11:49:29.044Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:49:29.044Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LqSYmsLFgKDGZVuQf4jl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:49:29.045Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 62afef73-9a24-43eb-8dc5-2cadaa4a8106: pNF 54ccaae7-379b 2021-09-09T11:49:29.045Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||Processing PNF resource: 17405d78-5372-4d6c-986b-93efafed6d32 2021-09-09T11:49:29.045Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-09T11:49:29.045Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LqSYmsLFgKDGZVuQf4jl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-09T11:49:29.045Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||Resource customization UUID: 76a22cc8-b3c2-45aa-9504-7af06033ebe1 is the same as notified resource customizationUUID: 76a22cc8-b3c2-45aa-9504-7af06033ebe1 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-09T11:49:29.070Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 54ccaae7-379b 17405d78-5372-4d6c-986b-93efafed6d32 0 ASDC deployResourceStructure 2021-09-09T11:49:29.070Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar ASDC sendASDCNotification 2021-09-09T11:49:29.071Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar 2021-09-09T11:49:29.071Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-09T11:49:29.071Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:49:29.072Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:49:29.072Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188169070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:49:29.173Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:49:29.173Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-09T11:49:29.173Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:29.183Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:29.183Z||pool-155-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-09T11:49:30.073Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afcd6777-0c96-4f17-867f-d43358797f08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:49:30.081Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afcd6777-0c96-4f17-867f-d43358797f08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:49:30.082Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:49:30.082Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-09T11:49:30.082Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-09T11:49:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:49:41.020Z||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. 2021-09-09T11:49:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:49:41.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:49:41.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "clamp", "timestamp": 1631188121847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "cds", "timestamp": 1631188126794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "multicloud-k8s-id", "timestamp": 1631188126910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188124604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "dcae-sch", "timestamp": 1631188121622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "clamp", "timestamp": 1631188121847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "cds", "timestamp": 1631188126794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "multicloud-k8s-id", "timestamp": 1631188126910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188124604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "dcae-sch", "timestamp": 1631188121622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "clamp", "timestamp": 1631188121847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "cds", "timestamp": 1631188126794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "multicloud-k8s-id", "timestamp": 1631188126910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188124604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "dcae-sch", "timestamp": 1631188121622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "cds", "timestamp": 1631188126794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "clamp", "timestamp": 1631188121847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "multicloud-k8s-id", "timestamp": 1631188126910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188124604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "dcae-sch", "timestamp": 1631188121622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "cds", "timestamp": 1631188126794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "clamp", "timestamp": 1631188121847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "multicloud-k8s-id", "timestamp": 1631188126910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188124604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "dcae-sch", "timestamp": 1631188121622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "cds", "timestamp": 1631188126794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "clamp", "timestamp": 1631188121847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "multicloud-k8s-id", "timestamp": 1631188126910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188124604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "dcae-sch", "timestamp": 1631188121622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "ves-openapi-manager", "timestamp": 1631188133599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "clamp", "timestamp": 1631188121847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "cds", "timestamp": 1631188126794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "multicloud-k8s-id", "timestamp": 1631188126910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188124604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "dcae-sch", "timestamp": 1631188121622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "ves-openapi-manager", "timestamp": 1631188133599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "clamp", "timestamp": 1631188121847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "cds", "timestamp": 1631188126794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "multicloud-k8s-id", "timestamp": 1631188126910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188124604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "dcae-sch", "timestamp": 1631188121622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "ves-openapi-manager", "timestamp": 1631188133599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "policy-id", "timestamp": 1631188136484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "cds", "timestamp": 1631188137202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "ves-openapi-manager", "timestamp": 1631188133599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "aai-ml", "timestamp": 1631188136615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188137300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:49:41.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "policy-id", "timestamp": 1631188136484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "cds", "timestamp": 1631188138206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-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=? 2021-09-09T11:49:41.655Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of afcd6777-0c96-4f17-867f-d43358797f08 2021-09-09T11:49:41.655Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId afcd6777-0c96-4f17-867f-d43358797f08 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 (?, ?, ?, ?, ?) 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "ves-openapi-manager", "timestamp": 1631188133599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "aai-ml", "timestamp": 1631188136615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188138922, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "policy-id", "timestamp": 1631188136484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "ves-openapi-manager", "timestamp": 1631188133599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-09T11:49:41.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "aai-ml", "timestamp": 1631188136615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631188139924, "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=? 2021-09-09T11:49:41.666Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of afcd6777-0c96-4f17-867f-d43358797f08 2021-09-09T11:49:41.666Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId afcd6777-0c96-4f17-867f-d43358797f08 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 (?, ?, ?, ?, ?) 2021-09-09T11:49:41.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "policy-id", "timestamp": 1631188136484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "ves-openapi-manager", "timestamp": 1631188133599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "aai-ml", "timestamp": 1631188136615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "policy-id", "timestamp": 1631188136484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "ves-openapi-manager", "timestamp": 1631188133599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "aai-ml", "timestamp": 1631188136615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "policy-id", "timestamp": 1631188136484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "aai-ml", "timestamp": 1631188136615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "ves-openapi-manager", "timestamp": 1631188142434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "policy-id", "timestamp": 1631188136484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "aai-ml", "timestamp": 1631188136615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "ves-openapi-manager", "timestamp": 1631188143446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "policy-id", "timestamp": 1631188136484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:49:41.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "aai-ml", "timestamp": 1631188136615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:49:41.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "ves-openapi-manager", "timestamp": 1631188144448, "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=? 2021-09-09T11:49:41.678Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of afcd6777-0c96-4f17-867f-d43358797f08 2021-09-09T11:49:41.678Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId afcd6777-0c96-4f17-867f-d43358797f08 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 (?, ?, ?, ?, ?) 2021-09-09T11:49:41.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "aai-ml", "timestamp": 1631188146295, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:49:41.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "policy-id", "timestamp": 1631188146379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:49:41.685Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "policy-id", "timestamp": 1631188147383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:49:41.685Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "policy-id", "timestamp": 1631188148386, "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=? 2021-09-09T11:49:41.688Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of afcd6777-0c96-4f17-867f-d43358797f08 2021-09-09T11:49:41.688Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId afcd6777-0c96-4f17-867f-d43358797f08 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 (?, ?, ?, ?, ?) 2021-09-09T11:49:41.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "clamp", "timestamp": 1631188148638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:49:41.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "clamp", "timestamp": 1631188150643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:49:41.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "aai-ml", "timestamp": 1631188150832, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:49:41.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "clamp", "timestamp": 1631188151646, "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=? 2021-09-09T11:49:41.698Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of afcd6777-0c96-4f17-867f-d43358797f08 2021-09-09T11:49:41.698Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId afcd6777-0c96-4f17-867f-d43358797f08 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 (?, ?, ?, ?, ?) 2021-09-09T11:49:41.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "aai-ml", "timestamp": 1631188151835, "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=? 2021-09-09T11:49:41.706Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of afcd6777-0c96-4f17-867f-d43358797f08 2021-09-09T11:49:41.707Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId afcd6777-0c96-4f17-867f-d43358797f08 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 (?, ?, ?, ?, ?) 2021-09-09T11:49:41.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00474e50-decb-461c-b920-b3f3e1ced290", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188152335, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:49:41.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/resourceInstances/pnf54ccaae7379b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-template.yml", "status": "NOT_NOTIFIED" } 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188153344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "NOTIFIED" } 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188167356, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188169070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLqsymslfgkdgzvuqf4jl/1.0/artifacts/service-DemoPnfLqsymslfgkdgzvuqf4jl-csar.csar", "status": "DEPLOY_OK" } 2021-09-09T11:49:41.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:50:00.083Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: afcd6777-0c96-4f17-867f-d43358797f08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-09T11:50:00.091Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: afcd6777-0c96-4f17-867f-d43358797f08 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-09T11:50:00.092Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-09T11:50:00.092Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-09T11:50:00.092Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-09T11:50:00.092Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-09T11:50:00.093Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:50:00.093Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:50:00.093Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:50:00.093Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:50:00.093Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:50:00.093Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:50:00.093Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-09T11:50:00.093Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-09T11:50:00.096Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-09T11:50:30.097Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: afcd6777-0c96-4f17-867f-d43358797f08 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=? 2021-09-09T11:50:30.100Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: afcd6777-0c96-4f17-867f-d43358797f08 and serviceModelVersionId: 62afef73-9a24-43eb-8dc5-2cadaa4a8106 2021-09-09T11:50:30.101Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7fd29d1d-3d90-4d55-9473-904e22570987 2021-09-09T11:50:30.101Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7fd29d1d-3d90-4d55-9473-904e22570987/model-vers/model-ver/62afef73-9a24-43eb-8dc5-2cadaa4a8106?depth=0 2021-09-09T11:50:30.105Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-09T11:50:30.129Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fd29d1d-3d90-4d55-9473-904e22570987/model-vers/model-ver/62afef73-9a24-43eb-8dc5-2cadaa4a8106?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]} 2021-09-09T11:50:30.129Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fd29d1d-3d90-4d55-9473-904e22570987/model-vers/model-ver/62afef73-9a24-43eb-8dc5-2cadaa4a8106?depth=0|INFO|500||Invoke 2021-09-09T11:50:30.144Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fd29d1d-3d90-4d55-9473-904e22570987/model-vers/model-ver/62afef73-9a24-43eb-8dc5-2cadaa4a8106?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-09T11:50:30.443Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fd29d1d-3d90-4d55-9473-904e22570987/model-vers/model-ver/62afef73-9a24-43eb-8dc5-2cadaa4a8106?depth=0|INFO|500||InvokeReturn 2021-09-09T11:50:30.443Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fd29d1d-3d90-4d55-9473-904e22570987/model-vers/model-ver/62afef73-9a24-43eb-8dc5-2cadaa4a8106?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210909-11:50:30:152-53073], vertex-id=[258112], Content-Length=[0], Date=[Thu, 09 Sep 2021 11:50:30 GMT], Content-Type=[application/json]} 2021-09-09T11:50:30.443Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-09T11:50:30.443Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-09T11:50:30.444Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-09T11:50:30.447Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-09T11:50:30.447Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID afcd6777-0c96-4f17-867f-d43358797f08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-09T11:50:30.447Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-09T11:50:30.447Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-09T11:50:30.449Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-09T11:50:30.449Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188230447, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:50:30.549Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-09T11:50:30.550Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-09T11:50:30.550Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:50:30.563Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:50:30.563Z||pool-156-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-09T11:50:31.460Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:50:31.460Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:50:31.460Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:50:40.994Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:50:40.995Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:50:40.995Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:50:40.995Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:50:41.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:50:41.020Z||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. 2021-09-09T11:50:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:50:41.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:50:41.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-09T11:50:41.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "afcd6777-0c96-4f17-867f-d43358797f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631188230447, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-09T11:50:41.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-09T11:50:50.527Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:50:50.527Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:50:50.528Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:50:50.528Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:51:00.063Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:51:00.063Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:51:00.064Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:51:00.064Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:51:09.595Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:51:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:51:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:51:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:51:41.020Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:51:41.020Z|6af73de6-4007-461b-a132-38f1805ddb63|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. 2021-09-09T11:51:41.020Z|6af73de6-4007-461b-a132-38f1805ddb63|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:51:50.555Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:51:50.555Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:52:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:52:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:52:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:52:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:52:41.020Z||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. 2021-09-09T11:52:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:52:50.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:52:50.556Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:53:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:53:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:53:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:53:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:53:41.020Z||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. 2021-09-09T11:53:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:53:50.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:53:50.557Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:54:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:54:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:54:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:54:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:54:41.020Z||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. 2021-09-09T11:54:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:54:50.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:54:50.555Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:55:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:55:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:55:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:55:41.020Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:55:41.020Z|6af73de6-4007-461b-a132-38f1805ddb63|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. 2021-09-09T11:55:41.020Z|6af73de6-4007-461b-a132-38f1805ddb63|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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:55:50.560Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:55:50.565Z|6af73de6-4007-461b-a132-38f1805ddb63|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:56:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:56:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:56:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:56:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:56:41.020Z||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. 2021-09-09T11:56:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:56:50.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:56:50.561Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:57:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:57:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:57:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:57:41.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:57:41.020Z||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. 2021-09-09T11:57:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:57:50.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:57:50.557Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:58:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:58:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:58:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:58:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:58:41.020Z||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. 2021-09-09T11:58:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:58:50.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:58:50.557Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:59:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:59:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T11:59:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T11:59:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T11:59:41.020Z||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. 2021-09-09T11:59:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T11:59:50.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T11:59:50.554Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:00:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:00:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T12:00:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T12:00:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:00:41.020Z||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. 2021-09-09T12:00:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:00:50.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:00:50.554Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:01:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:01:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T12:01:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T12:01:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:01:41.020Z||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. 2021-09-09T12:01:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:01:50.559Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:01:50.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:02:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:02:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T12:02:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T12:02:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:02:41.020Z||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. 2021-09-09T12:02:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:02:50.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:02:50.555Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:03:41.018Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:03:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T12:03:41.019Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T12:03:41.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:03:41.020Z||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. 2021-09-09T12:03:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:03:50.553Z|afcd6777-0c96-4f17-867f-d43358797f08|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:03:50.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:04:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:04:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T12:04:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T12:04:41.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:04:41.021Z||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. 2021-09-09T12:04:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:04:50.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:04:50.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:05:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:05:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T12:05:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T12:05:41.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:05:41.020Z||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. 2021-09-09T12:05:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:05:50.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:05:50.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:06:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:06:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T12:06:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T12:06:41.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:06:41.020Z||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. 2021-09-09T12:06:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:06:50.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:06:50.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:07:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:07:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T12:07:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T12:07:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:07:41.020Z||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. 2021-09-09T12:07:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:07:50.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:07:50.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:08:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:08:41.018Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T12:08:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T12:08:41.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:08:41.020Z||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. 2021-09-09T12:08:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:08:50.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:08:50.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:09:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:09:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T12:09:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T12:09:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:09:41.020Z||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. 2021-09-09T12:09:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:09:50.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:09:50.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:10:41.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:10:41.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-09T12:10:41.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rK6HYom1VODXIQ0W) ... 2021-09-09T12:10:41.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:10:41.020Z||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. 2021-09-09T12:10:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:10:50.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:10:50.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:11:41.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:11:41.019Z||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. 2021-09-09T12:11:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:11:41.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:11:41.021Z||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. 2021-09-09T12:11:41.021Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:11:50.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:11:50.558Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:12:41.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:12:41.019Z||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. 2021-09-09T12:12:41.019Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:12:41.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-09T12:12:41.020Z||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. 2021-09-09T12:12:41.020Z||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 rK6HYom1VODXIQ0W) ... 2021-09-09T12:12:50.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-09T12:12:50.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK