JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-11-15T03:16:53.607Z||main|||||INFO|500||The following profiles are active: basic 2022-11-15T03:17:04.968Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-15T03:17:04.969Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-15T03:17:05.083Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-15T03:17:08.848Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-15T03:17:09.211Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-15T03:17:09.631Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-15T03:17:09.643Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-15T03:17:09.746Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-15T03:17:10.019Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-15T03:17:10.599Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-15T03:17:12.261Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-15T03:17:14.696Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-15T03:17:14.761Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-15T03:17:15.387Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-15T03:17:15.609Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-11-15T03:17:16.814Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-15T03:17:17.931Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-15T03:17:17.948Z||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$$3b0cdf14.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-11-15T03:17:17.949Z||main|||||WARN|500||The sdc end point is not alive 2022-11-15T03:17:21.078Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-11-15T03:17:24.009Z||main|||||WARN|500||--- 2022-11-15T03:17:24.010Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-15T03:17:24.010Z||main|||||WARN|500||--- 2022-11-15T03:17:24.488Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-15T03:17:29.235Z||main|||||INFO|500||Started Application in 38.845 seconds (JVM running for 40.97) 2022-11-15T03:17:29.250Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-15T03:17:29.252Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-15T03:17:29.264Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-15T03:17:29.288Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-15T03:17:29.331Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 432d62d9-f82a-46c1-b997-19f43bd45e55 url= /sdc/v1/artifactTypes 2022-11-15T03:17:29.332Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-15T03:17:29.616Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-15T03:17:29.642Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-11-15T03:17:29.663Z||scheduling-1|||||DEBUG|500||create keys 2022-11-15T03:17:29.671Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-15T03:17:29.705Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:17:29.723Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9dd48ef0-6fc8-49c9-9e5c-5b6dcb558cec url= /sdc/v1/registerForDistribution 2022-11-15T03:17:29.829Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9dd48ef0-6fc8-49c9-9e5c-5b6dcb558cec url= /sdc/v1/registerForDistribution 2022-11-15T03:17:29.830Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-15T03:17:29.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:17:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:17:29.856Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:17:29.856Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:17:29.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:17:29.857Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:17:29.861Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-15T03:17:40.218Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:17:40.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:18:29.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:18:29.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:18:29.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:18:29.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:18:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:18:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:18:39.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:18:39.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:19:29.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:19:29.846Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:19:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:19:29.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:19:29.847Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:19:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:19:39.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:19:39.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:20:29.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:20:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:20:29.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:20:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:20:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:20:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:20:39.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:20:39.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:21:29.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:21:29.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:21:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:21:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:21:29.847Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:21:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:21:39.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:21:39.398Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:22:29.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:22:29.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:22:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:22:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:22:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:22:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:22:39.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:22:39.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:23:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:23:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:23:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:23:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:23:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:23:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:23:39.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:23:39.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:24:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:24:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:24:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:24:29.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:24:29.848Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:24:29.848Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:24:39.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:24:39.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:25:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:25:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:25:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:25:29.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:25:29.847Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:25:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:25:39.391Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:25:39.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:26:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:26:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:26:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:26:29.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:26:29.847Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:26:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:26:39.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:26:39.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:27:11.539Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-15T03:27:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:27:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:27:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:27:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:27:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:27:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:27:39.397Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:27:39.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:28:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:28:29.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:28:29.846Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:28:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:28:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:28:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:28:39.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:28:39.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:29:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:29:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:29:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:29:29.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:29:29.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:29:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:29:39.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:29:39.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:30:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:30:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:30:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:30:29.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:30:29.846Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:30:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:30:39.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:30:39.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:31:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:31:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:31:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:31:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:31:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:31:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:31:39.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:31:39.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:32:29.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:32:29.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:32:29.849Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:32:29.849Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:32:29.849Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:32:29.849Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:32:39.397Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:32:39.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:33:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:33:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:33:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:33:29.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:33:29.847Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:33:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:33:39.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:33:39.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:34:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:34:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:34:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:34:29.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:34:29.846Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:34:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:34:39.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:34:39.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:35:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:35:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:35:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:35:29.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:35:29.846Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:35:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:35:39.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:35:39.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:36:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:36:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:36:29.847Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:36:29.847Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:36:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:36:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:36:39.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:36:39.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:37:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:37:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:37:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:37:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:37:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:37:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:37:39.392Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:37:39.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:38:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:38:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:38:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:38:29.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:38:29.846Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:38:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:38:39.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:38:39.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:39:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:39:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:39:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:39:29.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:39:29.846Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:39:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:39:39.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:39:39.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:40:29.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:40:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:40:29.847Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:40:29.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:40:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:40:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:40:39.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:40:39.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:41:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:41:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:41:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:41:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:41:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:41:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:41:39.385Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:41:39.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:42:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:42:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:42:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:42:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:42:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:42:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:42:39.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:42:39.400Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:43:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:43:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:43:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:43:29.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:43:29.846Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:43:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:43:39.396Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:43:39.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:44:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:44:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:44:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:44:29.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:44:29.847Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:44:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:44:39.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:44:39.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:45:29.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:45:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:45:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:45:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:45:29.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:45:29.852Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:45:39.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:45:39.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:46:29.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:46:29.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:46:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:46:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:46:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:46:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:46:39.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:46:39.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:47:29.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:47:29.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:47:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:47:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:47:29.847Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:47:29.848Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:47:39.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:47:39.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:48:29.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:48:29.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:48:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:48:29.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:48:29.846Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:48:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:48:39.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:48:39.406Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:49:29.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:49:29.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:49:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:49:29.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:49:29.846Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:49:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:49:39.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:49:39.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:50:29.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:50:29.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:50:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:50:29.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:50:29.846Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:50:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:50:39.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:50:39.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:51:29.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:51:29.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:51:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:51:29.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:51:29.847Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:51:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:51:39.417Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:51:39.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:52:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:52:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:52:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:52:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:52:29.847Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:52:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:52:39.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:52:39.408Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:53:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:53:29.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:53:29.846Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:53:29.847Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:53:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:53:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:53:39.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:53:39.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:54:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:54:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:54:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:54:29.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:54:29.846Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:54:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:54:39.400Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:54:39.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:55:29.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:55:29.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:55:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:55:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:55:29.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:55:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:55:39.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:55:39.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:56:29.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:56:29.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:56:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:56:29.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:56:29.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:56:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:56:39.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:56:39.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:57:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:57:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:57:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:57:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:57:29.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:57:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:57:39.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:57:39.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:58:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:58:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:58:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:58:29.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:58:29.847Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:58:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:58:39.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:58:39.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:29.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:59:29.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:59:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:29.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T03:59:29.847Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T03:59:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:30.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:30.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "cds", "timestamp": 1668484743817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484747725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "aai-ml", "timestamp": 1668484748628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "cds", "timestamp": 1668484743817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484747725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "NOTIFIED" } 2022-11-15T03:59:30.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "aai-ml", "timestamp": 1668484748628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "cds", "timestamp": 1668484743817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484747725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-15T03:59:30.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "aai-ml", "timestamp": 1668484748628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "cds", "timestamp": 1668484743817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "aai-ml", "timestamp": 1668484748628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484747725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "clamp", "timestamp": 1668484753613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "cds", "timestamp": 1668484743817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "aai-ml", "timestamp": 1668484748628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484747725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-15T03:59:30.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "policy-id", "timestamp": 1668484753760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "clamp", "timestamp": 1668484753613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "NOTIFIED" } 2022-11-15T03:59:30.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "cds", "timestamp": 1668484743817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "aai-ml", "timestamp": 1668484748628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484747725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "policy-id", "timestamp": 1668484753760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "clamp", "timestamp": 1668484753613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "cds", "timestamp": 1668484743817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "NOTIFIED" } 2022-11-15T03:59:30.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484747725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "NOTIFIED" } 2022-11-15T03:59:30.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "aai-ml", "timestamp": 1668484748628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "NOTIFIED" } 2022-11-15T03:59:30.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "policy-id", "timestamp": 1668484753760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-15T03:59:30.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "clamp", "timestamp": 1668484753613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "policy-id", "timestamp": 1668484753760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484757751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T03:59:30.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T03:59:30.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "ves-openapi-manager", "timestamp": 1668484756869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "aai-ml", "timestamp": 1668484756815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T03:59:30.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T03:59:30.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "cds", "timestamp": 1668484757547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T03:59:30.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T03:59:30.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "clamp", "timestamp": 1668484753613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "policy-id", "timestamp": 1668484753760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "ves-openapi-manager", "timestamp": 1668484756869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "cds", "timestamp": 1668484758566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T03:59:30.289Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b 2022-11-15T03:59:30.307Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T03:59:30.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484758834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T03:59:30.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T03:59:30.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "clamp", "timestamp": 1668484753613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "policy-id", "timestamp": 1668484753760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "ves-openapi-manager", "timestamp": 1668484756869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484759911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-15T03:59:30.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T03:59:30.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "clamp", "timestamp": 1668484753613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "NOTIFIED" } 2022-11-15T03:59:30.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "policy-id", "timestamp": 1668484753760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "NOTIFIED" } 2022-11-15T03:59:30.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "ves-openapi-manager", "timestamp": 1668484756869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484761011, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T03:59:30.348Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b 2022-11-15T03:59:30.349Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T03:59:30.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "ves-openapi-manager", "timestamp": 1668484756869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "policy-id", "timestamp": 1668484761539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T03:59:30.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T03:59:30.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "multicloud-k8s-id", "timestamp": 1668484762017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T03:59:30.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T03:59:30.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "ves-openapi-manager", "timestamp": 1668484756869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "policy-id", "timestamp": 1668484762549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T03:59:30.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "ves-openapi-manager", "timestamp": 1668484756869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "policy-id", "timestamp": 1668484763555, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T03:59:30.365Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b 2022-11-15T03:59:30.365Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-15T03:59:30.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484764351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484764351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484764351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484764351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484764351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "aai-ml", "timestamp": 1668484768932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T03:59:30.378Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T03:59:30.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:30.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-15T03:59:30.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b669e75-93c5-4f31-8eef-acdfc714ca7b","serviceName":"basic_onboard_CJCqso","serviceVersion":"1.0","serviceUUID":"d10fb359-309b-42a1-9a07-f5fde8d26cec","serviceDescription":"service","serviceInvariantUUID":"46381ab7-5798-4a4d-b260-11c99eb40227","resources":[{"resourceInstanceName":"basic_onboard_CJCqso 0","resourceName":"basic_onboard_CJCqso","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb848ac2-6107-4831-8e05-520dab39543d","resourceInvariantUUID":"18f5ed4a-f43f-4570-875d-f4e444ed1e58","resourceCustomizationUUID":"74b78619-74c9-4e5b-9947-5bcaa2f999f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml","artifactChecksum":"ZThiNGI0OThiMjUyZDhiZWZmZjAwMTAxMjdlY2QzZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66b7c20c-8ebc-490c-8e9b-0dea4a87ab7b","artifactVersion":"1"},{"artifactName":"basic_onboard_cjcqso0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json","artifactChecksum":"NzQzMTgxYTU5YjExMjgwN2U1MmE0ODM0Njg5YTk5NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"152eed9b-79eb-40ec-b52a-3d75e5d739ca","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62189204-4caa-41c9-8bdd-4fa4a720f527","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c9898059-5909-4abe-b3c6-7697d6e5c0c4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"354429bb-b69b-4871-a51e-a03cf983d4ed","artifactVersion":"2","generatedFromUUID":"62189204-4caa-41c9-8bdd-4fa4a720f527"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCjcqso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml","artifactChecksum":"Nzc5Y2Q3YmYwMjIxNzk5MWJmOWU5YTYwYmVlYjU5NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba5e47f1-cd52-4d6a-8cdb-b43c03e64808","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCjcqso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar","artifactChecksum":"NmU4Nzc2ZmUzNTE4NzBlZmZhMTM2NmRlNzU2ZjNmMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac45b97a-a0a8-426d-bb0d-406d47a090c9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-15T03:59:30.479Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T03:59:30.485Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:30.495Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:30.495Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:30.595Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-15T03:59:30.600Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:30.600Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:30.614Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:30.615Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-15T03:59:31.501Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T03:59:31.502Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:31.504Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:31.504Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "NOTIFIED" } 2022-11-15T03:59:31.604Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T03:59:31.605Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:31.605Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:31.619Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:31.620Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T03:59:32.504Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T03:59:32.507Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:32.509Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:32.509Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-15T03:59:32.609Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T03:59:32.610Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:32.611Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:32.626Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:32.626Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T03:59:33.510Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T03:59:33.511Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:33.514Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:33.514Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:33.614Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T03:59:33.615Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:33.615Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:33.630Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:33.631Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-15T03:59:34.514Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T03:59:34.515Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:34.517Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:34.517Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-15T03:59:34.618Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T03:59:34.619Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:34.619Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:34.635Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:34.635Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T03:59:35.518Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T03:59:35.519Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:35.521Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:35.521Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T03:59:35.621Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T03:59:35.622Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:35.623Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:35.637Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:35.637Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-15T03:59:36.522Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T03:59:36.523Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:36.525Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:36.525Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "NOTIFIED" } 2022-11-15T03:59:36.625Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T03:59:36.626Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:36.627Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:36.649Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:36.649Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-15T03:59:37.527Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "serviceName": "basic_onboard_CJCqso", "serviceVersion": "1.0", "serviceUUID": "d10fb359-309b-42a1-9a07-f5fde8d26cec", "serviceDescription": "service", "serviceInvariantUUID": "46381ab7-5798-4a4d-b260-11c99eb40227", "resources": [ { "resourceInstanceName": "basic_onboard_CJCqso 0", "resourceCustomizationUUID": "74b78619-74c9-4e5b-9947-5bcaa2f999f6", "resourceName": "basic_onboard_CJCqso", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cb848ac2-6107-4831-8e05-520dab39543d", "resourceInvariantUUID": "18f5ed4a-f43f-4570-875d-f4e444ed1e58", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cjcqso0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "artifactChecksum": "NzQzMTgxYTU5YjExMjgwN2U1MmE0ODM0Njg5YTk5NGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "152eed9b-79eb-40ec-b52a-3d75e5d739ca", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "62189204-4caa-41c9-8bdd-4fa4a720f527", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "354429bb-b69b-4871-a51e-a03cf983d4ed", "generatedFromUUID": "62189204-4caa-41c9-8bdd-4fa4a720f527" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "354429bb-b69b-4871-a51e-a03cf983d4ed", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCjcqso-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "artifactChecksum": "NmU4Nzc2ZmUzNTE4NzBlZmZhMTM2NmRlNzU2ZjNmMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ac45b97a-a0a8-426d-bb0d-406d47a090c9" } ], "workloadContext": "Production" } 2022-11-15T03:59:37.529Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-15T03:59:37.530Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d10fb359-309b-42a1-9a07-f5fde8d26cec ASDC 2022-11-15T03:59:37.655Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:0b669e75-93c5-4f31-8eef-acdfc714ca7b ServiceName:basic_onboard_CJCqso ServiceVersion:1.0 ServiceUUID:d10fb359-309b-42a1-9a07-f5fde8d26cec ServiceInvariantUUID:46381ab7-5798-4a4d-b260-11c99eb40227 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCjcqso-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar ArtifactUUID:ac45b97a-a0a8-426d-bb0d-406d47a090c9 ArtifactChecksum:NmU4Nzc2ZmUzNTE4NzBlZmZhMTM2NmRlNzU2ZjNmMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_CJCqso 0 ResourceCustomizationUUID:74b78619-74c9-4e5b-9947-5bcaa2f999f6 ResourceInvariantUUID:18f5ed4a-f43f-4570-875d-f4e444ed1e58 ResourceName:basic_onboard_CJCqso ResourceType:VF ResourceUUID:cb848ac2-6107-4831-8e05-520dab39543d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cjcqso0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json ArtifactUUID:152eed9b-79eb-40ec-b52a-3d75e5d739ca ArtifactChecksum:NzQzMTgxYTU5YjExMjgwN2U1MmE0ODM0Njg5YTk5NGE= 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/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml ArtifactUUID:62189204-4caa-41c9-8bdd-4fa4a720f527 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/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env ArtifactUUID:354429bb-b69b-4871-a51e-a03cf983d4ed 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/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env ArtifactUUID:354429bb-b69b-4871-a51e-a03cf983d4ed ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-15T03:59:37.657Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d10fb359-309b-42a1-9a07-f5fde8d26cec ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T03:59:37.714Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T03:59:37.715Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-15T03:59:37.717Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-15T03:59:37.717Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac45b97a-a0a8-426d-bb0d-406d47a090c9 from URL: /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:37.717Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-15T03:59:37.719Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:37.823Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-15T03:59:37.844Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar ac45b97a-a0a8-426d-bb0d-406d47a090c9 71580 2022-11-15T03:59:37.846Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar ASDC sendASDCNotification 2022-11-15T03:59:37.846Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:37.847Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T03:59:37.848Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:37.851Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:37.851Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484777844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T03:59:37.951Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T03:59:37.953Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:37.953Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:37.967Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:37.968Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T03:59:38.852Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T03:59:38.853Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-15T03:59:38.854Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ac45b97a-a0a8-426d-bb0d-406d47a090c9, URL: /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar to file: /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:38.854Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:38.931Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:38.932Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:39.496Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4540465112506019342/Definitions/service-BasicOnboardCjcqso-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-11-15T03:59:41.635Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-15T03:59:41.641Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-15T03:59:41.642Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:41.642Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-15T03:59:41.642Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:41.642Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:41.642Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:41.643Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:41.643Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:41.643Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CJCqso 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-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:41.643Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:41.643Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:41.644Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:41.644Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-15T03:59:41.650Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.655Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:41.660Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria 2022-11-15T03:59:41.660Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-15T03:59:41.662Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T03:59:41.664Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.664Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:41.665Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria 2022-11-15T03:59:41.665Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-15T03:59:41.665Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T03:59:41.665Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.665Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:41.670Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.670Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is not matching search criteria 2022-11-15T03:59:41.670Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-15T03:59:41.670Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-15T03:59:41.670Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-15T03:59:41.671Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-15T03:59:41.671Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-15T03:59:41.671Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.671Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T03:59:41.673Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.673Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria 2022-11-15T03:59:41.673Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T03:59:41.673Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.674Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria 2022-11-15T03:59:41.674Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T03:59:41.674Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.674Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria 2022-11-15T03:59:41.674Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T03:59:41.675Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.675Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is not matching search criteria 2022-11-15T03:59:41.675Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-15T03:59:41.675Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-15T03:59:41.676Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92a99b30-03e4-43db-922d-2dc477d53988 2022-11-15T03:59:41.676Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.676Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:41.676Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.677Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:41.677Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.677Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:41.678Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:41.678Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:41.678Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_CJCqso Description:service Model UUID:d10fb359-309b-42a1-9a07-f5fde8d26cec Model Version:NULL Model InvariantUuid:46381ab7-5798-4a4d-b260-11c99eb40227 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_CJCqso Model UUID:0928bf20-4e50-4f61-989d-3f178501a209 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:18f5ed4a-f43f-4570-875d-f4e444ed1e58 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:74b78619-74c9-4e5b-9947-5bcaa2f999f6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:af3439cb-f232-406c-bc2e-ae61eec3c93c ModelName:BasicOnboardCjcqso..base_ubuntu18..module-0 ModelUuid:5a41913c-47f9-450a-a296-bf78018b7001 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:92a99b30-03e4-43db-922d-2dc477d53988 ModelInvariantUuid:ec8a2997-2820-4ac3-a944-6d44e375dad1 ModelName:basic_onboard_CJCqso-nodes.ubuntu18Cvfc ModelUuid:92c0367a-98a4-4084-b6e8-26322193152a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:acf46dca-4879-4b2c-995c-65727e37a6e6 ModelInvariantUuid:6ae64434-101b-4250-903f-91c694bb987a ModelName:BasicOnboardCjcqso.compute.nodes.heat.ubuntu18 ModelUuid:0b91b997-9ee4-4a57-9cae-2b67e605e394 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-15T03:59:41.690Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: cb848ac2-6107-4831-8e05-520dab39543d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T03:59:41.777Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||basic_onboard_CJCqso 0 2022-11-15T03:59:41.784Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb848ac2-6107-4831-8e05-520dab39543d 2022-11-15T03:59:41.784Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 152eed9b-79eb-40ec-b52a-3d75e5d739ca from URL: /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json 2022-11-15T03:59:41.784Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-15T03:59:41.784Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json 2022-11-15T03:59:41.836Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-15T03:59:41.837Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json 152eed9b-79eb-40ec-b52a-3d75e5d739ca 798 2022-11-15T03:59:41.837Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json ASDC sendASDCNotification 2022-11-15T03:59:41.837Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json 2022-11-15T03:59:41.838Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T03:59:41.838Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:41.840Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:41.840Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484781837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T03:59:41.941Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T03:59:41.942Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:41.942Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:41.956Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:41.957Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T03:59:42.841Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCjcqso..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "af3439cb-f232-406c-bc2e-ae61eec3c93c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5a41913c-47f9-450a-a296-bf78018b7001", "vfModuleModelCustomizationUUID": "146d216b-b3d7-4526-bc1e-2efb73ccbd85", "isBase": true, "artifacts": [ "62189204-4caa-41c9-8bdd-4fa4a720f527", "354429bb-b69b-4871-a51e-a03cf983d4ed" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T03:59:42.855Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCjcqso..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5a41913c-47f9-450a-a296-bf78018b7001 VfModuleModelInvariantUUID:af3439cb-f232-406c-bc2e-ae61eec3c93c VfModuleModelDescription:NULL Artifacts UUID List:{ 62189204-4caa-41c9-8bdd-4fa4a720f527 , 354429bb-b69b-4871-a51e-a03cf983d4ed } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-15T03:59:42.857Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCjcqso..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "af3439cb-f232-406c-bc2e-ae61eec3c93c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5a41913c-47f9-450a-a296-bf78018b7001", "vfModuleModelCustomizationUUID": "146d216b-b3d7-4526-bc1e-2efb73ccbd85", "isBase": true, "artifacts": [ "62189204-4caa-41c9-8bdd-4fa4a720f527", "354429bb-b69b-4871-a51e-a03cf983d4ed" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T03:59:42.858Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCjcqso..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5a41913c-47f9-450a-a296-bf78018b7001 VfModuleModelInvariantUUID:af3439cb-f232-406c-bc2e-ae61eec3c93c VfModuleModelDescription:NULL Artifacts UUID List:{ 62189204-4caa-41c9-8bdd-4fa4a720f527 , 354429bb-b69b-4871-a51e-a03cf983d4ed } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-15T03:59:42.858Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 62189204-4caa-41c9-8bdd-4fa4a720f527 from URL: /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml 2022-11-15T03:59:42.858Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-15T03:59:42.858Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml 2022-11-15T03:59:42.920Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-15T03:59:42.921Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml 62189204-4caa-41c9-8bdd-4fa4a720f527 5033 2022-11-15T03:59:42.921Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-15T03:59:42.921Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml 2022-11-15T03:59:42.921Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T03:59:42.921Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:42.937Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:42.937Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484782921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T03:59:43.024Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-11-15T03:59:43.025Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:43.025Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:43.041Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:43.042Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-15T03:59:43.941Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 354429bb-b69b-4871-a51e-a03cf983d4ed from URL: /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env 2022-11-15T03:59:43.941Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-15T03:59:43.942Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env 2022-11-15T03:59:44.005Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-15T03:59:44.005Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env 354429bb-b69b-4871-a51e-a03cf983d4ed 909 2022-11-15T03:59:44.005Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-15T03:59:44.005Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env 2022-11-15T03:59:44.006Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T03:59:44.006Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:44.010Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:44.010Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484784005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-15T03:59:44.111Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T03:59:44.112Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:44.112Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:44.127Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:44.127Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T03:59:45.011Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d10fb359-309b-42a1-9a07-f5fde8d26cec 2022-11-15T03:59:45.013Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CJCqso 0 cb848ac2-6107-4831-8e05-520dab39543d ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T03:59:45.039Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e37b1f5, org.onap.sdc.toscaparser.api.parameters.Input@3eeb35cd, org.onap.sdc.toscaparser.api.parameters.Input@55aef0c6, org.onap.sdc.toscaparser.api.parameters.Input@631dda26, org.onap.sdc.toscaparser.api.parameters.Input@501677a9] 2022-11-15T03:59:45.042Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.043Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:45.043Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-11-15T03:59:45.043Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 74b78619-74c9-4e5b-9947-5bcaa2f999f6 2022-11-15T03:59:45.043Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74b78619-74c9-4e5b-9947-5bcaa2f999f6 matches Tosca VF Customization UUID: 74b78619-74c9-4e5b-9947-5bcaa2f999f6 2022-11-15T03:59:45.043Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 74b78619-74c9-4e5b-9947-5bcaa2f999f6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-15T03:59:45.049Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.049Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:45.050Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 74b78619-74c9-4e5b-9947-5bcaa2f999f6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-11-15T03:59:45.050Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@277ddac4 2022-11-15T03:59:45.050Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.050Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T03:59:45.051Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 146d216b-b3d7-4526-bc1e-2efb73ccbd85 2022-11-15T03:59:45.052Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 146d216b-b3d7-4526-bc1e-2efb73ccbd85 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-15T03:59:45.056Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.057Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria 2022-11-15T03:59:45.057Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T03:59:45.058Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.058Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria 2022-11-15T03:59:45.058Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T03:59:45.058Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.059Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is not matching search criteria 2022-11-15T03:59:45.059Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-15T03:59:45.059Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-15T03:59:45.059Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92a99b30-03e4-43db-922d-2dc477d53988 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-15T03:59:45.065Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.065Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria 2022-11-15T03:59:45.065Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T03:59:45.065Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.066Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CJCqso 0 is matching search criteria 2022-11-15T03:59:45.066Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CJCqso 0] matching following query criteria: sdcType=VF, customizationUUID=74b78619-74c9-4e5b-9947-5bcaa2f999f6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T03:59:45.067Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.067Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:45.067Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d10fb359-309b-42a1-9a07-f5fde8d26cec: basic_onboard_CJCqso 2022-11-15T03:59:45.068Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.068Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:45.068Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.068Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:45.068Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.069Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:45.069Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.069Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:45.069Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T03:59:45.069Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CJCqso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T03:59:45.070Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_CJCqso Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T03:59:45.195Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CJCqso cb848ac2-6107-4831-8e05-520dab39543d 1 ASDC deployResourceStructure 2022-11-15T03:59:45.196Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json ASDC sendASDCNotification 2022-11-15T03:59:45.196Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json 2022-11-15T03:59:45.196Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T03:59:45.196Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:45.198Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:45.198Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484785196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T03:59:45.298Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T03:59:45.299Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:45.300Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:45.315Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:45.316Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T03:59:46.199Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-15T03:59:46.199Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml 2022-11-15T03:59:46.199Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T03:59:46.200Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:46.202Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:46.202Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484786199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-15T03:59:46.302Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T03:59:46.303Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:46.303Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:46.317Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:46.318Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T03:59:47.204Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-15T03:59:47.204Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env 2022-11-15T03:59:47.204Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T03:59:47.205Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:47.207Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:47.208Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484787203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-15T03:59:47.308Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T03:59:47.309Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:47.309Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:47.322Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:47.323Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T03:59:48.209Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar ASDC sendASDCNotification 2022-11-15T03:59:48.209Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar 2022-11-15T03:59:48.209Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T03:59:48.210Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T03:59:48.211Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T03:59:48.212Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484788209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T03:59:48.312Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T03:59:48.313Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T03:59:48.313Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T03:59:48.333Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T03:59:48.334Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-11-15T03:59:49.213Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T03:59:49.230Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T03:59:49.233Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T03:59:49.233Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T03:59:49.233Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:00:19.234Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:00:19.244Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:00:19.248Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:00:19.248Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:00:19.248Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:00:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:00:29.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:00:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:00:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:00:29.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:00:29.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "clamp", "timestamp": 1668484770142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:00:29.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:00:49.248Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:00:49.260Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:00:49.263Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:00:49.263Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:00:49.263Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:01:19.263Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:01:19.275Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:01:19.278Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:01:19.278Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:01:19.278Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:01:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:01:29.847Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:01:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:01:29.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:01:29.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:01:29.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484764351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:01:29.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:01:49.278Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:01:49.288Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:01:49.290Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:01:49.291Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:01:49.291Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:02:19.291Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:02:19.302Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:02:19.305Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:02:19.305Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:02:19.305Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:02:29.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:02:29.847Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:02:29.848Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:02:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:02:29.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:02:29.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:02:29.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "aai-ml", "timestamp": 1668484769938, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:02:29.895Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b 2022-11-15T04:02:29.895Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:02:29.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "clamp", "timestamp": 1668484771245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:02:29.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:02:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484764351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:02:29.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:02:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:02:29.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:02:29.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "clamp", "timestamp": 1668484772251, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:02:29.913Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b 2022-11-15T04:02:29.913Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:02:29.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484772166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:02:29.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:02:29.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-15T04:02:29.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:02:29.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:02:29.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:02:29.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-15T04:02:29.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:02:29.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:02:29.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:02:29.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484776436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:02:29.924Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:02:29.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484769843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:02:29.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:02:29.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484777441, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:02:29.929Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b669e75-93c5-4f31-8eef-acdfc714ca7b 2022-11-15T04:02:29.929Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b669e75-93c5-4f31-8eef-acdfc714ca7b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:02:29.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484777844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:02:29.939Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:02:29.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484781837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:02:29.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:02:29.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484782921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:02:29.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:02:29.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484784005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:02:29.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484785196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/basic_onboard_cjcqso0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:02:29.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484786199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:02:29.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484787203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/resourceInstances/basic_onboard_cjcqso0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-15T04:02:29.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:02:29.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:02:29.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668484788209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCjcqso/1.0/artifacts/service-BasicOnboardCjcqso-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:02:29.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:02:49.306Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:02:49.326Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:02:49.329Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:02:49.330Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:02:49.331Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:02:49.331Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:02:49.331Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:02:49.337Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-15T04:03:19.338Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-15T04:03:19.356Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b669e75-93c5-4f31-8eef-acdfc714ca7b and serviceModelVersionId: d10fb359-309b-42a1-9a07-f5fde8d26cec 2022-11-15T04:03:19.356Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46381ab7-5798-4a4d-b260-11c99eb40227 2022-11-15T04:03:29.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:03:29.847Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:03:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:30.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:30.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "cds", "timestamp": 1668484893817, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "ves-openapi-manager", "timestamp": 1668484896869, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "aai-ml", "timestamp": 1668484898628, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "policy-id", "timestamp": 1668484893759, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "clamp", "timestamp": 1668484903612, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "cds", "timestamp": 1668484893817, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "ves-openapi-manager", "timestamp": 1668484896869, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "aai-ml", "timestamp": 1668484898628, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "policy-id", "timestamp": 1668484893759, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "clamp", "timestamp": 1668484903612, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:03:30.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "cds", "timestamp": 1668484893817, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "ves-openapi-manager", "timestamp": 1668484896869, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "aai-ml", "timestamp": 1668484898628, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "policy-id", "timestamp": 1668484893759, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-15T04:03:30.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "clamp", "timestamp": 1668484903612, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "cds", "timestamp": 1668484893817, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "ves-openapi-manager", "timestamp": 1668484896869, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "aai-ml", "timestamp": 1668484898628, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "policy-id", "timestamp": 1668484893759, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "clamp", "timestamp": 1668484903612, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "cds", "timestamp": 1668484893817, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "ves-openapi-manager", "timestamp": 1668484896869, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "aai-ml", "timestamp": 1668484898628, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "policy-id", "timestamp": 1668484893759, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "clamp", "timestamp": 1668484903612, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484907725, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "cds", "timestamp": 1668484893817, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "ves-openapi-manager", "timestamp": 1668484896869, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "aai-ml", "timestamp": 1668484898628, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "policy-id", "timestamp": 1668484893759, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "clamp", "timestamp": 1668484903612, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484907725, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:03:30.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "cds", "timestamp": 1668484893817, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:03:30.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "ves-openapi-manager", "timestamp": 1668484896869, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "aai-ml", "timestamp": 1668484898628, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:03:30.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "policy-id", "timestamp": 1668484893759, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:03:30.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "clamp", "timestamp": 1668484903612, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:03:30.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484907725, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-15T04:03:30.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "cds", "timestamp": 1668484910321, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:30.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "aai-ml", "timestamp": 1668484909596, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:30.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "policy-id", "timestamp": 1668484910284, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:30.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484907725, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "cds", "timestamp": 1668484911327, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:03:30.415Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969 2022-11-15T04:03:30.416Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:03:30.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "policy-id", "timestamp": 1668484911287, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:03:30.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484907725, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-15T04:03:30.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "policy-id", "timestamp": 1668484912292, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:03:30.430Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969 2022-11-15T04:03:30.430Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484907725, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484907725, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:03:30.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484914351, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484915487, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:30.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484914351, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484916601, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:30.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484914351, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484917672, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:30.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "clamp", "timestamp": 1668484918155, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:30.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484914351, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484918698, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:03:30.447Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969 2022-11-15T04:03:30.447Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-15T04:03:30.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484914351, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "multicloud-k8s-id", "timestamp": 1668484919711, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:03:30.457Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "clamp", "timestamp": 1668484920166, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:03:30.457Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484914351, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:30.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "aai-ml", "timestamp": 1668484919862, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:03:30.458Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "clamp", "timestamp": 1668484921171, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:03:30.463Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969 2022-11-15T04:03:30.463Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:03:30.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484914351, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:03:30.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-15T04:03:30.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "aai-ml", "timestamp": 1668484920866, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:03:30.476Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969 2022-11-15T04:03:30.477Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:03:30.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484922114, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:30.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484925437, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:03:30.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:03:30.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-15T04:03:30.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668484926442, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:03:30.489Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd82e16c-4cfb-4858-9ad5-959b7ca1c969 2022-11-15T04:03:30.489Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:03:34.699Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0 2022-11-15T04:03:34.810Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-15T04:03:35.301Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0|INFO|500||Invoke 2022-11-15T04:03:35.309Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b669e75-93c5-4f31-8eef-acdfc714ca7b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09467651-09f2-4d41-bf90-177b1f7f1d28], X-ECOMP-RequestID=[0b669e75-93c5-4f31-8eef-acdfc714ca7b], X-TransactionId=[], X-ONAP-RequestID=[0b669e75-93c5-4f31-8eef-acdfc714ca7b], Content-Type=[application/merge-patch+json]} 2022-11-15T04:03:35.423Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-15T04:03:35.600Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221115-04:03:34:700-94363], vertex-id=[164000], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:03:34 GMT], Content-Type=[application/json]} 2022-11-15T04:03:35.602Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-15T04:03:35.603Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46381ab7-5798-4a4d-b260-11c99eb40227/model-vers/model-ver/d10fb359-309b-42a1-9a07-f5fde8d26cec?depth=0|INFO|500||InvokeReturn 2022-11-15T04:03:35.606Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-15T04:03:35.606Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:03:35.612Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-15T04:03:35.613Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b669e75-93c5-4f31-8eef-acdfc714ca7b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-15T04:03:35.614Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-15T04:03:35.615Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:35.617Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:35.617Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485015613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:03:35.718Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:03:35.719Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:35.724Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:35.739Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:35.740Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:03:36.630Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:03:36.631Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:03:36.631Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:41.115Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:41.116Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-15T04:03:41.116Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd82e16c-4cfb-4858-9ad5-959b7ca1c969","serviceName":"vFW 2022-11-15 04-01-00","serviceVersion":"1.0","serviceUUID":"800e53f6-618e-467e-ba62-1c3dc6b615ba","serviceDescription":"catalog service description","serviceInvariantUUID":"18d4f336-8617-485d-8469-9e4757970974","resources":[{"resourceInstanceName":"vFW b1d11e62-487e 0","resourceName":"vFW b1d11e62-487e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd5ac101-3f00-480c-8cda-b7b775d0c124","resourceInvariantUUID":"2cc164f0-5b43-4da8-931d-7b97a369a814","resourceCustomizationUUID":"08f89e25-0666-4eed-96c0-a740965154db","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml","artifactChecksum":"NjVjMGY3NDQ2NDAxZTFlNWEwOTU4MDZiMDU2ZDU1YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3503c11-aa2c-44fe-9b54-df8384c1eac6","artifactVersion":"1"},{"artifactName":"vfwb1d11e62487e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json","artifactChecksum":"NDBjYjg0ODg2MmI2NWI1OWI4MmRkN2E5ZjliMTQ0NmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c03f3da7-94f6-47e4-8e26-027ef272bad0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4ac80248-b9de-4b1f-ab57-bc0a913dc5b2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDA1NGIzZjcxNDUyNDQzOWU5ODVjYTBiN2VmM2VmODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"10b77662-5b98-4929-9ee8-3efd45aca636","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01ed3c86-6489-4f5e-b0f8-7ccaed4adddc","artifactVersion":"2","generatedFromUUID":"4ac80248-b9de-4b1f-ab57-bc0a913dc5b2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221115040100-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml","artifactChecksum":"YmQyN2M4OTNjZWY3OTM3MTE3YTU1NGE3YTJmN2RkMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1157f70-a7cd-464f-b0fc-36d8e631ac56","artifactVersion":"1"},{"artifactName":"service-Vfw20221115040100-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar","artifactChecksum":"YzU1ZmUyNzkxOGJkNjNhOWRkZGRmZTI5YzBmYmMzYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3be55a00-f3cc-413c-b4d5-1c77d95f5882","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-15T04:03:41.121Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:03:41.122Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:41.125Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:41.125Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:41.225Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:03:41.226Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:41.226Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:41.242Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:41.242Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:03:42.126Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:03:42.127Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:42.130Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:42.130Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:03:42.230Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:03:42.231Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:42.231Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:42.245Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:42.246Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:03:43.131Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:03:43.132Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:43.134Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:43.134Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-15T04:03:43.234Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:03:43.235Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:43.235Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:43.258Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:43.259Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:03:44.134Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:03:44.136Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:44.138Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:44.138Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:44.239Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-15T04:03:44.240Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:44.240Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:44.258Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:44.259Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:03:45.139Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:03:45.140Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:45.142Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:45.142Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-15T04:03:45.242Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:03:45.243Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:45.243Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:45.261Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:45.262Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:03:46.143Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:03:46.144Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:46.147Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:46.147Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:03:46.247Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:03:46.248Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:46.248Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:46.264Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:46.264Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:03:47.148Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:03:47.148Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:47.151Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:47.151Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:03:47.251Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:03:47.252Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:47.252Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:47.268Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:47.269Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:03:48.154Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "serviceName": "vFW 2022-11-15 04-01-00", "serviceVersion": "1.0", "serviceUUID": "800e53f6-618e-467e-ba62-1c3dc6b615ba", "serviceDescription": "catalog service description", "serviceInvariantUUID": "18d4f336-8617-485d-8469-9e4757970974", "resources": [ { "resourceInstanceName": "vFW b1d11e62-487e 0", "resourceCustomizationUUID": "08f89e25-0666-4eed-96c0-a740965154db", "resourceName": "vFW b1d11e62-487e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dd5ac101-3f00-480c-8cda-b7b775d0c124", "resourceInvariantUUID": "2cc164f0-5b43-4da8-931d-7b97a369a814", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb1d11e62487e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "artifactChecksum": "NDBjYjg0ODg2MmI2NWI1OWI4MmRkN2E5ZjliMTQ0NmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c03f3da7-94f6-47e4-8e26-027ef272bad0", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4ac80248-b9de-4b1f-ab57-bc0a913dc5b2", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "01ed3c86-6489-4f5e-b0f8-7ccaed4adddc", "generatedFromUUID": "4ac80248-b9de-4b1f-ab57-bc0a913dc5b2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "01ed3c86-6489-4f5e-b0f8-7ccaed4adddc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221115040100-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "artifactChecksum": "YzU1ZmUyNzkxOGJkNjNhOWRkZGRmZTI5YzBmYmMzYzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3be55a00-f3cc-413c-b4d5-1c77d95f5882" } ], "workloadContext": "Production" } 2022-11-15T04:03:48.154Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-15T04:03:48.154Z|0b669e75-93c5-4f31-8eef-acdfc714ca7b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 800e53f6-618e-467e-ba62-1c3dc6b615ba ASDC 2022-11-15T04:03:48.155Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:cd82e16c-4cfb-4858-9ad5-959b7ca1c969 ServiceName:vFW 2022-11-15 04-01-00 ServiceVersion:1.0 ServiceUUID:800e53f6-618e-467e-ba62-1c3dc6b615ba ServiceInvariantUUID:18d4f336-8617-485d-8469-9e4757970974 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221115040100-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar ArtifactUUID:3be55a00-f3cc-413c-b4d5-1c77d95f5882 ArtifactChecksum:YzU1ZmUyNzkxOGJkNjNhOWRkZGRmZTI5YzBmYmMzYzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b1d11e62-487e 0 ResourceCustomizationUUID:08f89e25-0666-4eed-96c0-a740965154db ResourceInvariantUUID:2cc164f0-5b43-4da8-931d-7b97a369a814 ResourceName:vFW b1d11e62-487e ResourceType:VF ResourceUUID:dd5ac101-3f00-480c-8cda-b7b775d0c124 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb1d11e62487e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json ArtifactUUID:c03f3da7-94f6-47e4-8e26-027ef272bad0 ArtifactChecksum:NDBjYjg0ODg2MmI2NWI1OWI4MmRkN2E5ZjliMTQ0NmU= 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/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml ArtifactUUID:4ac80248-b9de-4b1f-ab57-bc0a913dc5b2 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/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env ArtifactUUID:01ed3c86-6489-4f5e-b0f8-7ccaed4adddc 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/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env ArtifactUUID:01ed3c86-6489-4f5e-b0f8-7ccaed4adddc ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-15T04:03:48.155Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 800e53f6-618e-467e-ba62-1c3dc6b615ba ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:03:48.189Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:03:48.190Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-15T04:03:48.190Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-15T04:03:48.190Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3be55a00-f3cc-413c-b4d5-1c77d95f5882 from URL: /sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:48.190Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-15T04:03:48.190Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:48.267Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-15T04:03:48.273Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar 3be55a00-f3cc-413c-b4d5-1c77d95f5882 99032 2022-11-15T04:03:48.274Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar ASDC sendASDCNotification 2022-11-15T04:03:48.274Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:48.274Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:03:48.274Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:48.277Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:48.277Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485028273, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:48.377Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:03:48.379Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:48.379Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:48.393Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:48.394Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:03:49.277Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:03:49.278Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-15T04:03:49.279Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3be55a00-f3cc-413c-b4d5-1c77d95f5882, URL: /sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar to file: /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:49.279Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221115040100-csar.csar 2022-11-15T04:03:49.280Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:49.280Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:49.482Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5347224778914746955/Definitions/service-Vfw20221115040100-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-11-15T04:03:51.695Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-15T04:03:51.696Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-15T04:03:51.697Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.697Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-11-15T04:03:51.697Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.697Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.697Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.698Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.698Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.698Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.698Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.699Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.699Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b1d11e62-487e 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-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.699Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.699Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.699Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.700Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:51.700Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-15T04:03:51.700Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.700Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:51.701Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria 2022-11-15T04:03:51.701Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-15T04:03:51.701Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:03:51.702Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.702Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:51.702Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria 2022-11-15T04:03:51.703Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-15T04:03:51.703Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:03:51.703Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.703Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:51.704Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.704Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria 2022-11-15T04:03:51.704Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-15T04:03:51.705Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-15T04:03:51.705Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:51.705Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.705Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-15T04:03:51.706Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.706Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-15T04:03:51.706Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-15T04:03:51.706Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-15T04:03:51.707Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.707Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:51.707Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-15T04:03:51.707Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:51.707Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-15T04:03:51.708Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.708Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-15T04:03:51.708Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.709Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T04:03:51.709Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.709Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria 2022-11-15T04:03:51.709Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:03:51.710Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.710Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria 2022-11-15T04:03:51.710Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:03:51.711Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.711Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria 2022-11-15T04:03:51.711Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:03:51.711Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.712Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria 2022-11-15T04:03:51.712Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-15T04:03:51.712Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-15T04:03:51.713Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-15T04:03:51.713Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-15T04:03:51.713Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-15T04:03:51.714Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.714Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:51.714Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-15T04:03:51.714Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:51.715Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-15T04:03:51.715Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.715Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2bc5c76f-f075-44d6-8b07-fe61e26b28c3 2022-11-15T04:03:51.715Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.716Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria 2022-11-15T04:03:51.716Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-15T04:03:51.716Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-15T04:03:51.716Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:51.717Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.717Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-15T04:03:51.717Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.717Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-15T04:03:51.718Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-15T04:03:51.718Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-15T04:03:51.718Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:51.718Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-15T04:03:51.719Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.719Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7dd01f17-a071-4942-b5ae-da02f51601d2 2022-11-15T04:03:51.719Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.719Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria 2022-11-15T04:03:51.720Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-15T04:03:51.720Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-15T04:03:51.720Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:51.720Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.721Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-15T04:03:51.721Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.721Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-15T04:03:51.721Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-15T04:03:51.722Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-15T04:03:51.722Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-15T04:03:51.722Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:51.722Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-15T04:03:51.723Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4d06aedc-a248-48bc-9335-b3b319156455 2022-11-15T04:03:51.723Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.723Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:51.723Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.724Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:51.724Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.724Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:51.724Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:51.725Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:51.725Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-15 04-01-00 Description:catalog service description Model UUID:800e53f6-618e-467e-ba62-1c3dc6b615ba Model Version:NULL Model InvariantUuid:18d4f336-8617-485d-8469-9e4757970974 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b1d11e62-487e Model UUID:94115716-1594-45cc-8423-ec4a3ad3f3be Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2cc164f0-5b43-4da8-931d-7b97a369a814 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:08f89e25-0666-4eed-96c0-a740965154db NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b570c55c-9680-4732-b1f9-02d36c13d7fa ModelName:VfwB1d11e62487e..base_vfw..module-0 ModelUuid:0a4927b8-fa54-4d9b-90d5-e43c8943f33d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2bc5c76f-f075-44d6-8b07-fe61e26b28c3 ModelInvariantUuid:6dd2dbcc-8333-4d0a-8f50-390d6c01ef82 ModelName:vFW b1d11e62-487e-nodes.vfwCvfc ModelUuid:0c907c9f-f2cd-4d53-bdc5-ddac954ae37e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:6ac7b09d-6a9a-47d0-9cee-fe742ae91d21 ModelInvariantUuid:0a8bc640-c709-4b57-bb25-9a1ea26acdcd ModelName:VfwB1d11e62487e.compute.nodes.heat.vfw ModelUuid:592780e0-78cc-429c-8ae3-f2db08a125b5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7dd01f17-a071-4942-b5ae-da02f51601d2 ModelInvariantUuid:4fc31577-32fc-469d-9416-1fbe20fb394e ModelName:vFW b1d11e62-487e-nodes.vsnCvfc ModelUuid:c67601f4-e5cf-4e07-a71f-05f3067928b7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:296222be-d816-4d96-a8f2-2662c0267aaa ModelInvariantUuid:0356ff48-9dc9-42c2-9fd6-00b5687b5e6e ModelName:VfwB1d11e62487e.compute.nodes.heat.vsn ModelUuid:ef89d205-abdb-4024-9873-f4f68041ab8c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4d06aedc-a248-48bc-9335-b3b319156455 ModelInvariantUuid:6ee4b8f4-ef61-47db-8313-7df26ee70de6 ModelName:vFW b1d11e62-487e-nodes.vpgCvfc ModelUuid:d765cbd3-cab5-4903-8ce6-b2040eb5555d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:88f08e2d-a8ef-4d0f-9c9c-05e45d041ede ModelInvariantUuid:f3e3eff0-be8e-4edf-babd-c410d79eb90a ModelName:VfwB1d11e62487e.compute.nodes.heat.vpg ModelUuid:74016ff2-5d3f-46d2-84ea-27debae1cbd6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-15T04:03:51.731Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dd5ac101-3f00-480c-8cda-b7b775d0c124 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:03:51.734Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||vFW b1d11e62-487e 0 2022-11-15T04:03:51.735Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd5ac101-3f00-480c-8cda-b7b775d0c124 2022-11-15T04:03:51.735Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c03f3da7-94f6-47e4-8e26-027ef272bad0 from URL: /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json 2022-11-15T04:03:51.735Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-15T04:03:51.735Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json 2022-11-15T04:03:51.826Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-15T04:03:51.826Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json c03f3da7-94f6-47e4-8e26-027ef272bad0 785 2022-11-15T04:03:51.827Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json ASDC sendASDCNotification 2022-11-15T04:03:51.827Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json 2022-11-15T04:03:51.827Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:03:51.828Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:51.834Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:51.834Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485031827, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:51.934Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:03:51.936Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:51.937Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:51.956Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:51.957Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:03:52.835Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB1d11e62487e..base_vfw..module-0", "vfModuleModelInvariantUUID": "b570c55c-9680-4732-b1f9-02d36c13d7fa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a4927b8-fa54-4d9b-90d5-e43c8943f33d", "vfModuleModelCustomizationUUID": "04abbb8f-5de1-4e77-b59e-2e2fb7d6114c", "isBase": true, "artifacts": [ "4ac80248-b9de-4b1f-ab57-bc0a913dc5b2", "01ed3c86-6489-4f5e-b0f8-7ccaed4adddc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T04:03:52.841Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB1d11e62487e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a4927b8-fa54-4d9b-90d5-e43c8943f33d VfModuleModelInvariantUUID:b570c55c-9680-4732-b1f9-02d36c13d7fa VfModuleModelDescription:NULL Artifacts UUID List:{ 4ac80248-b9de-4b1f-ab57-bc0a913dc5b2 , 01ed3c86-6489-4f5e-b0f8-7ccaed4adddc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-15T04:03:52.843Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB1d11e62487e..base_vfw..module-0", "vfModuleModelInvariantUUID": "b570c55c-9680-4732-b1f9-02d36c13d7fa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0a4927b8-fa54-4d9b-90d5-e43c8943f33d", "vfModuleModelCustomizationUUID": "04abbb8f-5de1-4e77-b59e-2e2fb7d6114c", "isBase": true, "artifacts": [ "4ac80248-b9de-4b1f-ab57-bc0a913dc5b2", "01ed3c86-6489-4f5e-b0f8-7ccaed4adddc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T04:03:52.843Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB1d11e62487e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0a4927b8-fa54-4d9b-90d5-e43c8943f33d VfModuleModelInvariantUUID:b570c55c-9680-4732-b1f9-02d36c13d7fa VfModuleModelDescription:NULL Artifacts UUID List:{ 4ac80248-b9de-4b1f-ab57-bc0a913dc5b2 , 01ed3c86-6489-4f5e-b0f8-7ccaed4adddc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-15T04:03:52.843Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4ac80248-b9de-4b1f-ab57-bc0a913dc5b2 from URL: /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml 2022-11-15T04:03:52.843Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-15T04:03:52.844Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml 2022-11-15T04:03:52.942Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-15T04:03:52.944Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml 4ac80248-b9de-4b1f-ab57-bc0a913dc5b2 20368 2022-11-15T04:03:52.944Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-15T04:03:52.944Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml 2022-11-15T04:03:52.944Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:03:52.945Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:52.967Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:52.967Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485032944, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:53.047Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2022-11-15T04:03:53.048Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:53.048Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:53.068Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:53.068Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:03:53.970Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 01ed3c86-6489-4f5e-b0f8-7ccaed4adddc from URL: /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env 2022-11-15T04:03:53.971Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-15T04:03:53.971Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env 2022-11-15T04:03:54.023Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-15T04:03:54.024Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env 01ed3c86-6489-4f5e-b0f8-7ccaed4adddc 2098 2022-11-15T04:03:54.024Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-15T04:03:54.025Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env 2022-11-15T04:03:54.025Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:03:54.025Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:54.028Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:54.028Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485034024, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:03:54.128Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:03:54.129Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:54.130Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:54.146Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:54.146Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:03:55.028Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 800e53f6-618e-467e-ba62-1c3dc6b615ba 2022-11-15T04:03:55.029Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b1d11e62-487e 0 dd5ac101-3f00-480c-8cda-b7b775d0c124 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:03:55.048Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e869333, org.onap.sdc.toscaparser.api.parameters.Input@3fed0a1, org.onap.sdc.toscaparser.api.parameters.Input@292d5508, org.onap.sdc.toscaparser.api.parameters.Input@278c7377, org.onap.sdc.toscaparser.api.parameters.Input@db963be] 2022-11-15T04:03:55.050Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.050Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:55.051Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-11-15T04:03:55.051Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 08f89e25-0666-4eed-96c0-a740965154db 2022-11-15T04:03:55.051Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08f89e25-0666-4eed-96c0-a740965154db matches Tosca VF Customization UUID: 08f89e25-0666-4eed-96c0-a740965154db 2022-11-15T04:03:55.051Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 08f89e25-0666-4eed-96c0-a740965154db matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-15T04:03:55.053Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.054Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:55.055Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 08f89e25-0666-4eed-96c0-a740965154db: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-11-15T04:03:55.055Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fa295b9 2022-11-15T04:03:55.055Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.055Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T04:03:55.056Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 04abbb8f-5de1-4e77-b59e-2e2fb7d6114c 2022-11-15T04:03:55.056Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 04abbb8f-5de1-4e77-b59e-2e2fb7d6114c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-15T04:03:55.058Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.058Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria 2022-11-15T04:03:55.059Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:03:55.059Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.060Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria 2022-11-15T04:03:55.060Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:03:55.060Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.061Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria 2022-11-15T04:03:55.061Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-15T04:03:55.061Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-15T04:03:55.062Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-15T04:03:55.062Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-15T04:03:55.062Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-15T04:03:55.063Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-15T04:03:55.063Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:55.063Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-15T04:03:55.064Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:55.064Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-15T04:03:55.064Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-15T04:03:55.065Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2bc5c76f-f075-44d6-8b07-fe61e26b28c3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-15T04:03:55.066Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.067Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria 2022-11-15T04:03:55.067Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:03:55.068Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.068Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria 2022-11-15T04:03:55.068Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-15T04:03:55.068Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-15T04:03:55.069Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:55.069Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-15T04:03:55.070Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-15T04:03:55.070Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-15T04:03:55.070Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-15T04:03:55.071Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-15T04:03:55.071Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-15T04:03:55.071Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:55.072Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-15T04:03:55.072Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-15T04:03:55.072Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7dd01f17-a071-4942-b5ae-da02f51601d2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-15T04:03:55.074Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.074Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria 2022-11-15T04:03:55.074Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:03:55.078Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.078Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is not matching search criteria 2022-11-15T04:03:55.078Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-15T04:03:55.079Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-15T04:03:55.079Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:55.079Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-15T04:03:55.079Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-15T04:03:55.080Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-15T04:03:55.080Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-15T04:03:55.080Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-15T04:03:55.081Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-15T04:03:55.081Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-15T04:03:55.081Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-15T04:03:55.082Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-15T04:03:55.082Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4d06aedc-a248-48bc-9335-b3b319156455 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-15T04:03:55.084Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.084Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria 2022-11-15T04:03:55.084Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:03:55.084Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.085Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Node template vFW b1d11e62-487e 0 is matching search criteria 2022-11-15T04:03:55.085Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b1d11e62-487e 0] matching following query criteria: sdcType=VF, customizationUUID=08f89e25-0666-4eed-96c0-a740965154db Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:03:55.086Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.087Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:55.087Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 800e53f6-618e-467e-ba62-1c3dc6b615ba: vFW b1d11e62-487e 2022-11-15T04:03:55.087Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.088Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:55.088Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.089Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:55.089Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.089Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:55.090Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.090Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:55.090Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:03:55.091Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-15 04-01-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:03:55.091Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-11-15 04-01-00 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:03:55.218Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b1d11e62-487e dd5ac101-3f00-480c-8cda-b7b775d0c124 1 ASDC deployResourceStructure 2022-11-15T04:03:55.219Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json ASDC sendASDCNotification 2022-11-15T04:03:55.219Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json 2022-11-15T04:03:55.220Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:03:55.220Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:55.222Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:55.223Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485035219, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:03:55.326Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-15T04:03:55.327Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:55.327Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:55.342Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:55.343Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:03:56.224Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-15T04:03:56.224Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml 2022-11-15T04:03:56.225Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:03:56.225Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:56.228Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:56.228Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485036224, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:03:56.328Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:03:56.329Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:56.329Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:56.347Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:56.347Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:03:57.229Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-15T04:03:57.230Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env 2022-11-15T04:03:57.230Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:03:57.230Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:57.232Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:57.232Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485037229, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-15T04:03:57.333Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:03:57.333Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:57.334Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:57.349Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:57.350Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:03:58.234Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar ASDC sendASDCNotification 2022-11-15T04:03:58.234Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar 2022-11-15T04:03:58.235Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:03:58.235Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:03:58.238Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:03:58.238Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485038234, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:03:58.338Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:03:58.339Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:03:58.339Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:03:58.358Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:03:58.359Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:03:59.239Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd82e16c-4cfb-4858-9ad5-959b7ca1c969 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:03:59.252Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd82e16c-4cfb-4858-9ad5-959b7ca1c969 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:03:59.256Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:03:59.256Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-15T04:03:59.256Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-15T04:03:59.256Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:03:59.257Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:03:59.262Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-15T04:04:29.263Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-15T04:04:29.272Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and serviceModelVersionId: 800e53f6-618e-467e-ba62-1c3dc6b615ba 2022-11-15T04:04:29.272Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18d4f336-8617-485d-8469-9e4757970974 2022-11-15T04:04:29.274Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0 2022-11-15T04:04:29.280Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-15T04:04:29.334Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0|INFO|500||Invoke 2022-11-15T04:04:29.335Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd82e16c-4cfb-4858-9ad5-959b7ca1c969], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05fc6d6a-fe45-43c2-bf1b-e35eea21f685], X-ECOMP-RequestID=[cd82e16c-4cfb-4858-9ad5-959b7ca1c969], X-TransactionId=[], X-ONAP-RequestID=[cd82e16c-4cfb-4858-9ad5-959b7ca1c969], Content-Type=[application/merge-patch+json]} 2022-11-15T04:04:29.362Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-15T04:04:29.454Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221115-04:04:28:636-28879], vertex-id=[192584], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:04:28 GMT], Content-Type=[application/json]} 2022-11-15T04:04:29.454Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-15T04:04:29.455Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4f336-8617-485d-8469-9e4757970974/model-vers/model-ver/800e53f6-618e-467e-ba62-1c3dc6b615ba?depth=0|INFO|500||InvokeReturn 2022-11-15T04:04:29.456Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-15T04:04:29.456Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:04:29.461Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-15T04:04:29.461Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd82e16c-4cfb-4858-9ad5-959b7ca1c969 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-15T04:04:29.461Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-15T04:04:29.462Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:04:29.464Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:04:29.464Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485069461, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:04:29.564Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:04:29.565Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:04:29.565Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:04:29.585Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:04:29.586Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:04:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:04:29.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:04:29.847Z||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 CE9wJzh13UJJQYY9) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:04:30.476Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:04:30.476Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:04:30.476Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:04:30.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:04:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b669e75-93c5-4f31-8eef-acdfc714ca7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485015613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:04:30.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:04:30.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:04:30.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:04:30.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-15T04:04:30.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:04:30.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-15T04:04:30.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:04:30.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485016630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:04:30.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:04:30.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485028273, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:04:30.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485031827, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:04:30.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485032944, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:04:30.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485034024, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:04:30.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485035219, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/vfwb1d11e62487e0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:04:30.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485036224, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:04:30.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485037229, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/resourceInstances/vfwb1d11e62487e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-15T04:04:30.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:04:30.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485038234, "artifactURL": "/sdc/v1/catalog/services/Vfw20221115040100/1.0/artifacts/service-Vfw20221115040100-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:04:30.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:04:30.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:04:30.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd82e16c-4cfb-4858-9ad5-959b7ca1c969", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485069461, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:04:30.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:04:40.019Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:04:40.021Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:04:40.022Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:04:40.022Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:04:49.565Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:04:49.566Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:04:49.568Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:04:49.568Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:04:59.130Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:04:59.131Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:04:59.133Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:04:59.133Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:05:08.680Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:05:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:05:29.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:05:29.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:05:29.847Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:05:29.847Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:05:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:05:39.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:05:39.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:06:29.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:06:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:06:29.845Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:06:29.846Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:06:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:06:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:06:39.417Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:06:39.417Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:07:29.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:07:29.845Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:07:29.845Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:07:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:07:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:07:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:07:39.398Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:07:39.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:08:29.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:08:29.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:08:29.844Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:08:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:08:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:08:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:08:39.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:08:39.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:09:29.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:09:29.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:09:29.844Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:09:29.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:09:29.846Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:09:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:09:39.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:09:39.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:10:29.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:10:29.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:10:29.844Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:10:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:10:29.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:10:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:10:39.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:10:39.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:11:29.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:11:29.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:11:29.846Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:11:29.846Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:11:29.846Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:11:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:11:39.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:11:39.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:12:29.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:12:29.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:12:29.848Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:12:29.849Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:12:29.852Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:12:29.852Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:12:39.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:12:39.401Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:13:29.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:13:29.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:13:29.845Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:13:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:13:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:13:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:13:39.412Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:13:39.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:14:29.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:14:29.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:14:29.845Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:14:29.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:14:29.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:14:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:14:30.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:14:30.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "multicloud-k8s-id", "timestamp": 1668485627725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "cds", "timestamp": 1668485628817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "policy-id", "timestamp": 1668485633759, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485634351, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "multicloud-k8s-id", "timestamp": 1668485627725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:30.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "cds", "timestamp": 1668485628817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:30.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "policy-id", "timestamp": 1668485633759, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:30.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485634351, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:30.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "cds", "timestamp": 1668485636406, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:14:30.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "policy-id", "timestamp": 1668485636497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:14:30.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485637104, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:14:30.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "cds", "timestamp": 1668485637415, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.115Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61afd70c-f721-4254-8fc4-3606a0aa9e33 2022-11-15T04:14:30.116Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61afd70c-f721-4254-8fc4-3606a0aa9e33 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "ves-openapi-manager", "timestamp": 1668485636869, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "policy-id", "timestamp": 1668485637501, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:14:30.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "ves-openapi-manager", "timestamp": 1668485636869, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "policy-id", "timestamp": 1668485638504, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:14:30.133Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61afd70c-f721-4254-8fc4-3606a0aa9e33 2022-11-15T04:14:30.134Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61afd70c-f721-4254-8fc4-3606a0aa9e33 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485638858, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:14:30.153Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485639862, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:14:30.159Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61afd70c-f721-4254-8fc4-3606a0aa9e33 2022-11-15T04:14:30.159Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61afd70c-f721-4254-8fc4-3606a0aa9e33 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "cds", "timestamp": 1668485643816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "cds", "timestamp": 1668485643816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "cds", "timestamp": 1668485643816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "cds", "timestamp": 1668485643816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "multicloud-k8s-id", "timestamp": 1668485647725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "cds", "timestamp": 1668485643816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "multicloud-k8s-id", "timestamp": 1668485647725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "cds", "timestamp": 1668485643816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "aai-ml", "timestamp": 1668485648628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "multicloud-k8s-id", "timestamp": 1668485647725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "cds", "timestamp": 1668485643816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "aai-ml", "timestamp": 1668485648628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:30.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "multicloud-k8s-id", "timestamp": 1668485647725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "cds", "timestamp": 1668485643816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:30.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "aai-ml", "timestamp": 1668485651385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:14:30.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "multicloud-k8s-id", "timestamp": 1668485647725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "cds", "timestamp": 1668485652559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:14:30.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "multicloud-k8s-id", "timestamp": 1668485647725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "cds", "timestamp": 1668485653564, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.195Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 839d0b6a-2ffc-4fda-9667-028a0c0399ee 2022-11-15T04:14:30.195Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 839d0b6a-2ffc-4fda-9667-028a0c0399ee and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "clamp", "timestamp": 1668485653613, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "multicloud-k8s-id", "timestamp": 1668485647725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "policy-id", "timestamp": 1668485653759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "clamp", "timestamp": 1668485653613, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:30.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "multicloud-k8s-id", "timestamp": 1668485647725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:30.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "policy-id", "timestamp": 1668485653759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "aai-ml", "timestamp": 1668485655432, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:14:30.209Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "policy-id", "timestamp": 1668485653759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "aai-ml", "timestamp": 1668485656439, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:14:30.219Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61afd70c-f721-4254-8fc4-3606a0aa9e33 2022-11-15T04:14:30.220Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61afd70c-f721-4254-8fc4-3606a0aa9e33 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "policy-id", "timestamp": 1668485653759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "aai-ml", "timestamp": 1668485648628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "policy-id", "timestamp": 1668485653759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "aai-ml", "timestamp": 1668485648628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "cds", "timestamp": 1668485658816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "policy-id", "timestamp": 1668485653759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "aai-ml", "timestamp": 1668485648628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "policy-id", "timestamp": 1668485653759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "cds", "timestamp": 1668485658816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "aai-ml", "timestamp": 1668485648628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "cds", "timestamp": 1668485658816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "policy-id", "timestamp": 1668485653759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:30.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "aai-ml", "timestamp": 1668485648628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "cds", "timestamp": 1668485658816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-15T04:14:30.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "policy-id", "timestamp": 1668485662486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:14:30.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "aai-ml", "timestamp": 1668485648628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.246Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "cds", "timestamp": 1668485658816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "policy-id", "timestamp": 1668485663491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:14:30.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "clamp", "timestamp": 1668485664282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:14:30.248Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "aai-ml", "timestamp": 1668485648628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "cds", "timestamp": 1668485658816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "policy-id", "timestamp": 1668485664494, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:14:30.259Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 839d0b6a-2ffc-4fda-9667-028a0c0399ee 2022-11-15T04:14:30.259Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 839d0b6a-2ffc-4fda-9667-028a0c0399ee and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "aai-ml", "timestamp": 1668485648628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:30.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "cds", "timestamp": 1668485658816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:30.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "ves-openapi-manager", "timestamp": 1668485665669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:14:30.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.270Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "clamp", "timestamp": 1668485666292, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:14:30.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "aai-ml", "timestamp": 1668485665540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:14:30.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "cds", "timestamp": 1668485666569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:14:30.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "ves-openapi-manager", "timestamp": 1668485666897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:14:30.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:14:30.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.272Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "clamp", "timestamp": 1668485667297, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:14:30.276Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61afd70c-f721-4254-8fc4-3606a0aa9e33 2022-11-15T04:14:30.276Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61afd70c-f721-4254-8fc4-3606a0aa9e33 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "cds", "timestamp": 1668485667578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.297Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80672fd1-8773-47af-892f-bfdbccc10b25 2022-11-15T04:14:30.297Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80672fd1-8773-47af-892f-bfdbccc10b25 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "ves-openapi-manager", "timestamp": 1668485667904, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:14:30.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 839d0b6a-2ffc-4fda-9667-028a0c0399ee 2022-11-15T04:14:30.309Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 839d0b6a-2ffc-4fda-9667-028a0c0399ee and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:14:30.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "clamp", "timestamp": 1668485653613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485667725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "clamp", "timestamp": 1668485653613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485667725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:14:30.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:14:30.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:14:30.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-15T04:14:30.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"61afd70c-f721-4254-8fc4-3606a0aa9e33","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c016f39e-d3b2-4b55-9ad2-4333442ef389","serviceDescription":"service","serviceInvariantUUID":"0eacc58a-4d5f-45d7-9490-dff88500caff","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"47d697fe-53de-4498-825e-a2a71b9c5a4d","resourceInvariantUUID":"b0ba593e-0a95-4046-b4c5-8432e4713f28","resourceCustomizationUUID":"6a380618-a29c-4136-be2c-399a2eddf9fd","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":"NmMzYjkzN2Q5NzVjM2ZjYTA3MzA2YjdjZGM3NGM0ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea228c94-8b7e-4383-b21b-ebe6c47242cd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2UwZjcxZjRlODljY2M5ODc4OWQxMmNjNTMwNTBiYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83d0dff6-772c-40ca-ab80-89ef514f26cd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-15T04:14:30.487Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:14:30.487Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:14:30.493Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:14:30.493Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:14:30.593Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:14:30.594Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:14:30.594Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:14:30.610Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:14:30.611Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:14:31.495Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:14:31.497Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:14:31.500Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:14:31.500Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:14:31.600Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:14:31.601Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:14:31.601Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:14:31.617Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:14:31.617Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:14:32.501Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "c016f39e-d3b2-4b55-9ad2-4333442ef389", "serviceDescription": "service", "serviceInvariantUUID": "0eacc58a-4d5f-45d7-9490-dff88500caff", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "6a380618-a29c-4136-be2c-399a2eddf9fd", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "47d697fe-53de-4498-825e-a2a71b9c5a4d", "resourceInvariantUUID": "b0ba593e-0a95-4046-b4c5-8432e4713f28", "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": "M2UwZjcxZjRlODljY2M5ODc4OWQxMmNjNTMwNTBiYTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "83d0dff6-772c-40ca-ab80-89ef514f26cd" } ], "workloadContext": "Production" } 2022-11-15T04:14:32.502Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-15T04:14:32.502Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c016f39e-d3b2-4b55-9ad2-4333442ef389 ASDC 2022-11-15T04:14:32.503Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:61afd70c-f721-4254-8fc4-3606a0aa9e33 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:c016f39e-d3b2-4b55-9ad2-4333442ef389 ServiceInvariantUUID:0eacc58a-4d5f-45d7-9490-dff88500caff 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:83d0dff6-772c-40ca-ab80-89ef514f26cd ArtifactChecksum:M2UwZjcxZjRlODljY2M5ODc4OWQxMmNjNTMwNTBiYTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:6a380618-a29c-4136-be2c-399a2eddf9fd ResourceInvariantUUID:b0ba593e-0a95-4046-b4c5-8432e4713f28 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:47d697fe-53de-4498-825e-a2a71b9c5a4d ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-15T04:14:32.503Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c016f39e-d3b2-4b55-9ad2-4333442ef389 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:14:32.540Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:14:32.542Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:14:32.542Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:14:32.543Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83d0dff6-772c-40ca-ab80-89ef514f26cd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-15T04:14:32.543Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:14:32.543Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-15T04:14:32.612Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:14:32.614Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 83d0dff6-772c-40ca-ab80-89ef514f26cd 52508 2022-11-15T04:14:32.615Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-15T04:14:32.615Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-15T04:14:32.615Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:14:32.615Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:14:32.618Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:14:32.618Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485672614, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:14:32.718Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:14:32.719Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:14:32.719Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:14:32.735Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:14:32.735Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:14:33.618Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:14:33.620Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:14:33.621Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 83d0dff6-772c-40ca-ab80-89ef514f26cd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:33.621Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-15T04:14:33.622Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:33.622Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:33.815Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18187303387060041758/Definitions/service-BasicNetwork-template.yml 2022-11-15T04:14:34.535Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:34.536Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.537Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.538Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-15T04:14:34.538Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:14:34.538Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:14:34.538Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.538Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.539Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.540Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.540Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.540Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.540Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.541Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.541Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.541Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:c016f39e-d3b2-4b55-9ad2-4333442ef389 Model Version:NULL Model InvariantUuid:0eacc58a-4d5f-45d7-9490-dff88500caff Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:b0ba593e-0a95-4046-b4c5-8432e4713f28 Model UUID:9ad04430-7eed-4ad1-8f23-ee94ce2f2f07 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:6a380618-a29c-4136-be2c-399a2eddf9fd Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-15T04:14:34.547Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 47d697fe-53de-4498-825e-a2a71b9c5a4d 2022-11-15T04:14:34.547Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||No resources found for Service: c016f39e-d3b2-4b55-9ad2-4333442ef389 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:14:34.554Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500|| 2022-11-15T04:14:34.554Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-15T04:14:34.555Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c016f39e-d3b2-4b55-9ad2-4333442ef389 2022-11-15T04:14:34.555Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c016f39e-d3b2-4b55-9ad2-4333442ef389 2022-11-15T04:14:34.555Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-15T04:14:34.556Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:14:34.561Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4698e962, org.onap.sdc.toscaparser.api.parameters.Input@198d4547, org.onap.sdc.toscaparser.api.parameters.Input@67f2cd64, org.onap.sdc.toscaparser.api.parameters.Input@56545c05, org.onap.sdc.toscaparser.api.parameters.Input@57867c54] 2022-11-15T04:14:34.565Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.565Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.565Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.566Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.566Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c016f39e-d3b2-4b55-9ad2-4333442ef389: Generic NeutronNet 2022-11-15T04:14:34.566Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.566Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.567Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.567Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-15T04:14:34.600Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.600Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.601Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.601Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.601Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:14:34.602Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:14:34.602Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-15T04:14:34.645Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-15T04:14:34.645Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-15T04:14:34.645Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-15T04:14:34.646Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:14:34.646Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:14:34.648Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:14:34.648Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485674645, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:14:34.748Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:14:34.749Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:14:34.749Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:14:34.767Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:14:34.768Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:14:35.650Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61afd70c-f721-4254-8fc4-3606a0aa9e33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:14:35.662Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61afd70c-f721-4254-8fc4-3606a0aa9e33 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:14:35.665Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:14:35.665Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-15T04:14:35.665Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-15T04:14:35.665Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-15T04:14:35.666Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:14:35.666Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:14:35.666Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:14:35.666Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:14:35.667Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:14:35.667Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:14:35.667Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:14:35.678Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-15T04:15:05.679Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61afd70c-f721-4254-8fc4-3606a0aa9e33 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-15T04:15:05.686Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61afd70c-f721-4254-8fc4-3606a0aa9e33 and serviceModelVersionId: c016f39e-d3b2-4b55-9ad2-4333442ef389 2022-11-15T04:15:05.687Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0eacc58a-4d5f-45d7-9490-dff88500caff 2022-11-15T04:15:05.688Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0 2022-11-15T04:15:05.694Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-15T04:15:05.751Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0|INFO|500||Invoke 2022-11-15T04:15:05.751Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[61afd70c-f721-4254-8fc4-3606a0aa9e33], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dee1cf3c-2138-4f09-b208-eede5b7659e1], X-ECOMP-RequestID=[61afd70c-f721-4254-8fc4-3606a0aa9e33], X-TransactionId=[], X-ONAP-RequestID=[61afd70c-f721-4254-8fc4-3606a0aa9e33], Content-Type=[application/merge-patch+json]} 2022-11-15T04:15:05.774Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-15T04:15:05.854Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-04:15:05:046-35147], vertex-id=[204872], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:15:05 GMT], Content-Type=[application/json]} 2022-11-15T04:15:05.855Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-15T04:15:05.856Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eacc58a-4d5f-45d7-9490-dff88500caff/model-vers/model-ver/c016f39e-d3b2-4b55-9ad2-4333442ef389?depth=0|INFO|500||InvokeReturn 2022-11-15T04:15:05.856Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-15T04:15:05.857Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:15:05.861Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-15T04:15:05.862Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61afd70c-f721-4254-8fc4-3606a0aa9e33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-15T04:15:05.862Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-15T04:15:05.863Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:15:05.865Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:15:05.865Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485705862, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:15:05.965Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:15:05.966Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:15:05.966Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:05.983Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:05.983Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:15:06.878Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-15T04:15:06.878Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"839d0b6a-2ffc-4fda-9667-028a0c0399ee","serviceName":"Demo_pNF_AAKyjzRA9c1kLpIUtXPl","serviceVersion":"1.0","serviceUUID":"456c4eb0-4c82-4d04-af9a-e02d879effbd","serviceDescription":"catalog service description","serviceInvariantUUID":"25a95de5-9841-4478-97d6-725d5c51437e","resources":[{"resourceInstanceName":"pNF 813557b6-8b1f 0","resourceName":"pNF 813557b6-8b1f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4d09251c-ddb6-4e3d-b970-83128c37e41a","resourceInvariantUUID":"3e7628a3-4687-40dc-9299-c48d205e544a","resourceCustomizationUUID":"20f6fce9-9a55-42fb-8061-5ad06b1ae685","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2MyZTgxZjcxZTRmZmQyYThmMGNiYjg3ZmZhZTUxOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"921ef5f5-59c4-42c9-be24-a333086e4e93","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar","artifactChecksum":"MWZjOThkYTM2NDk1YjcxNGQ0YTQwMzZkN2VmMjk4MmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e37b784-c97b-4f36-b9eb-f1839bc2ab61","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70e25036-0a29-430d-b7c6-bc489ece1fd7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmQ3NTAyZDA3MjRlMGNmZTNmMzg2Mzg5NTVjYzIwYjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d86457f2-17cb-46cd-a40e-e460d927f536","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43b100ab-9280-4b54-9a74-cbbc61f97ff1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ef79c38-6205-4913-9cfc-7415f2550546","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAakyjzra9c1klpiutxpl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml","artifactChecksum":"ZDRmZjQ0ZWMyZWQ5OGU4ZmY0YmE1OWE2YjkzZTYwMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ee16688-234f-4427-b0cb-ee643c0354bd","artifactVersion":"1"},{"artifactName":"service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar","artifactChecksum":"MGE4ZDMyZjQ4Y2ZkOTM1NzY0NDRmMzcxMDZiOWE3Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a01456c-b782-4d0f-bc10-06a86ed375a9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-15T04:15:06.879Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:15:06.879Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:15:06.881Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:15:06.881Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:15:06.981Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:15:06.982Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:15:06.982Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:06.997Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:06.998Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:15:07.882Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:15:07.882Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:15:07.885Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:15:07.885Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:15:07.985Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:15:07.987Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:15:07.987Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:08.001Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:08.001Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:15:08.886Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:15:08.887Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:15:08.889Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:15:08.889Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:15:08.989Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:15:08.990Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:15:08.990Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:09.005Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:09.006Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:15:09.889Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:15:09.890Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:15:09.893Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:15:09.893Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:15:09.993Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:15:09.994Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:15:09.994Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:10.008Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:10.009Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:15:10.893Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:15:10.894Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:15:10.896Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:15:10.896Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:15:10.996Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:15:10.997Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:15:10.997Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:11.013Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:11.013Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:15:11.897Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:15:11.898Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:15:11.899Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:15:11.900Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:15:12.000Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:15:12.001Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:15:12.001Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:12.014Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:12.014Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:15:12.900Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:15:12.901Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:15:12.928Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:15:12.929Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:15:13.003Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms 2022-11-15T04:15:13.004Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:15:13.004Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:13.020Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:13.021Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:15:13.930Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:15:13.931Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:15:13.933Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:15:13.933Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:15:14.033Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:15:14.034Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:15:14.034Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:14.047Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:14.048Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:15:14.934Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "serviceName": "Demo_pNF_AAKyjzRA9c1kLpIUtXPl", "serviceVersion": "1.0", "serviceUUID": "456c4eb0-4c82-4d04-af9a-e02d879effbd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "25a95de5-9841-4478-97d6-725d5c51437e", "resources": [ { "resourceInstanceName": "pNF 813557b6-8b1f 0", "resourceCustomizationUUID": "20f6fce9-9a55-42fb-8061-5ad06b1ae685", "resourceName": "pNF 813557b6-8b1f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4d09251c-ddb6-4e3d-b970-83128c37e41a", "resourceInvariantUUID": "3e7628a3-4687-40dc-9299-c48d205e544a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "artifactChecksum": "MGE4ZDMyZjQ4Y2ZkOTM1NzY0NDRmMzcxMDZiOWE3Mzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7a01456c-b782-4d0f-bc10-06a86ed375a9" } ], "workloadContext": "Production" } 2022-11-15T04:15:14.935Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-15T04:15:14.935Z|61afd70c-f721-4254-8fc4-3606a0aa9e33|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 456c4eb0-4c82-4d04-af9a-e02d879effbd ASDC 2022-11-15T04:15:14.935Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:839d0b6a-2ffc-4fda-9667-028a0c0399ee ServiceName:Demo_pNF_AAKyjzRA9c1kLpIUtXPl ServiceVersion:1.0 ServiceUUID:456c4eb0-4c82-4d04-af9a-e02d879effbd ServiceInvariantUUID:25a95de5-9841-4478-97d6-725d5c51437e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar ArtifactUUID:7a01456c-b782-4d0f-bc10-06a86ed375a9 ArtifactChecksum:MGE4ZDMyZjQ4Y2ZkOTM1NzY0NDRmMzcxMDZiOWE3Mzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 813557b6-8b1f 0 ResourceCustomizationUUID:20f6fce9-9a55-42fb-8061-5ad06b1ae685 ResourceInvariantUUID:3e7628a3-4687-40dc-9299-c48d205e544a ResourceName:pNF 813557b6-8b1f ResourceType:PNF ResourceUUID:4d09251c-ddb6-4e3d-b970-83128c37e41a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-15T04:15:14.936Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 456c4eb0-4c82-4d04-af9a-e02d879effbd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:15:14.961Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:15:14.961Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:15:14.961Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:15:14.962Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7a01456c-b782-4d0f-bc10-06a86ed375a9 from URL: /sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:14.962Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:15:14.962Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:15.025Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:15:15.028Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 7a01456c-b782-4d0f-bc10-06a86ed375a9 82642 2022-11-15T04:15:15.029Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar ASDC sendASDCNotification 2022-11-15T04:15:15.029Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:15.029Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:15:15.030Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:15:15.032Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:15:15.032Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485715029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:15:15.132Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:15:15.133Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:15:15.133Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:15.145Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:15.146Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:15:16.033Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:15:16.033Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:15:16.034Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7a01456c-b782-4d0f-bc10-06a86ed375a9, URL: /sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar to file: /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.034Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.035Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.035Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.153Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11183692867595647919/Definitions/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml 2022-11-15T04:15:16.894Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-15T04:15:16.894Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||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-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||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-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.895Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||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-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.896Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||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-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.896Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 813557b6-8b1f 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-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.896Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.896Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:15:16.896Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:15:16.897Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:15:16.897Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Node template pNF 813557b6-8b1f 0 is matching search criteria 2022-11-15T04:15:16.897Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:15:16.898Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 813557b6-8b1f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:15:16.898Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:15:16.898Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:15:16.898Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Node template pNF 813557b6-8b1f 0 is matching search criteria 2022-11-15T04:15:16.898Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 813557b6-8b1f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:15:16.899Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:15:16.900Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:15:16.900Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:15:16.900Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:15:16.900Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:15:16.900Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_AAKyjzRA9c1kLpIUtXPl Description:catalog service description Model UUID:456c4eb0-4c82-4d04-af9a-e02d879effbd Model Version:NULL Model InvariantUuid:25a95de5-9841-4478-97d6-725d5c51437e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-15T04:15:16.905Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4d09251c-ddb6-4e3d-b970-83128c37e41a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:15:16.907Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||pNF 813557b6-8b1f 0 2022-11-15T04:15:16.908Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4d09251c-ddb6-4e3d-b970-83128c37e41a 2022-11-15T04:15:16.908Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 456c4eb0-4c82-4d04-af9a-e02d879effbd 2022-11-15T04:15:16.908Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 456c4eb0-4c82-4d04-af9a-e02d879effbd 2022-11-15T04:15:16.908Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 813557b6-8b1f 0 4d09251c-ddb6-4e3d-b970-83128c37e41a ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b238bf6, org.onap.sdc.toscaparser.api.parameters.Input@314b1c07, org.onap.sdc.toscaparser.api.parameters.Input@511b21c, org.onap.sdc.toscaparser.api.parameters.Input@10b8e417, org.onap.sdc.toscaparser.api.parameters.Input@2773a1cd] 2022-11-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 456c4eb0-4c82-4d04-af9a-e02d879effbd: pNF 813557b6-8b1f 2022-11-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4d09251c-ddb6-4e3d-b970-83128c37e41a 2022-11-15T04:15:16.911Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:15:16.912Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AAKyjzRA9c1kLpIUtXPl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:15:16.912Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||Resource customization UUID: 20f6fce9-9a55-42fb-8061-5ad06b1ae685 is the same as notified resource customizationUUID: 20f6fce9-9a55-42fb-8061-5ad06b1ae685 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-15T04:15:16.945Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 813557b6-8b1f 4d09251c-ddb6-4e3d-b970-83128c37e41a 0 ASDC deployResourceStructure 2022-11-15T04:15:16.945Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar ASDC sendASDCNotification 2022-11-15T04:15:16.945Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar 2022-11-15T04:15:16.945Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:15:16.946Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:15:16.948Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:15:16.948Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485716945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:15:17.048Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:15:17.049Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:15:17.049Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:17.066Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:17.066Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:15:17.949Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:15:17.960Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:15:17.962Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:15:17.962Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:15:17.963Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:15:29.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:15:29.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:15:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:15:29.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:15:29.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:15:29.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:15:29.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:15:47.963Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:15:47.974Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:15:47.979Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:15:47.979Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:15:47.979Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:16:17.980Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:16:17.991Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:16:17.995Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:16:17.995Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:16:17.995Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:16:29.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:16:29.847Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:16:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:16:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:16:29.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:16:29.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:16:29.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:16:47.996Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:16:48.007Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:16:48.009Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:16:48.009Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:16:48.009Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:17:18.010Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:17:18.019Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:17:18.022Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:17:18.022Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:17:18.022Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:17:29.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:17:29.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:17:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:17:29.867Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:17:30.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "clamp", "timestamp": 1668485653613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485667725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-15T04:17:30.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "aai-ml", "timestamp": 1668485670321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.389Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "clamp", "timestamp": 1668485653613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485667725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "aai-ml", "timestamp": 1668485671324, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.398Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 839d0b6a-2ffc-4fda-9667-028a0c0399ee 2022-11-15T04:17:30.398Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 839d0b6a-2ffc-4fda-9667-028a0c0399ee and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "clamp", "timestamp": 1668485653613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485667725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-15T04:17:30.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485672614, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.407Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "clamp", "timestamp": 1668485653613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485673109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.407Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485667725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "clamp", "timestamp": 1668485653613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485667725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "policy-id", "timestamp": 1668485673760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485674645, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "ves-openapi-manager", "timestamp": 1668485656869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485675051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.410Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "clamp", "timestamp": 1668485653613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485675481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.410Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "policy-id", "timestamp": 1668485673760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485676055, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.415Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 839d0b6a-2ffc-4fda-9667-028a0c0399ee 2022-11-15T04:17:30.416Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 839d0b6a-2ffc-4fda-9667-028a0c0399ee and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485676541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "policy-id", "timestamp": 1668485673760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-15T04:17:30.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485677597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "policy-id", "timestamp": 1668485673760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485678633, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.436Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80672fd1-8773-47af-892f-bfdbccc10b25 2022-11-15T04:17:30.436Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80672fd1-8773-47af-892f-bfdbccc10b25 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "policy-id", "timestamp": 1668485673760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "multicloud-k8s-id", "timestamp": 1668485679639, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "policy-id", "timestamp": 1668485673760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "aai-ml", "timestamp": 1668485678628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "policy-id", "timestamp": 1668485673760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "aai-ml", "timestamp": 1668485678628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "policy-id", "timestamp": 1668485681474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "aai-ml", "timestamp": 1668485678628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "policy-id", "timestamp": 1668485682479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "aai-ml", "timestamp": 1668485678628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "clamp", "timestamp": 1668485683286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485664351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "policy-id", "timestamp": 1668485683482, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.464Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80672fd1-8773-47af-892f-bfdbccc10b25 2022-11-15T04:17:30.465Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80672fd1-8773-47af-892f-bfdbccc10b25 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-15T04:17:30.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "aai-ml", "timestamp": 1668485678628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "clamp", "timestamp": 1668485684308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485684152, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "aai-ml", "timestamp": 1668485678628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "clamp", "timestamp": 1668485685312, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.479Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 839d0b6a-2ffc-4fda-9667-028a0c0399ee 2022-11-15T04:17:30.479Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 839d0b6a-2ffc-4fda-9667-028a0c0399ee and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "aai-ml", "timestamp": 1668485678628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "ves-openapi-manager", "timestamp": 1668485676869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485686505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "aai-ml", "timestamp": 1668485686492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "ves-openapi-manager", "timestamp": 1668485676869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485687509, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.497Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80672fd1-8773-47af-892f-bfdbccc10b25 2022-11-15T04:17:30.497Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80672fd1-8773-47af-892f-bfdbccc10b25 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:17:30.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485687725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "ves-openapi-manager", "timestamp": 1668485676869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485687725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-15T04:17:30.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "ves-openapi-manager", "timestamp": 1668485676869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "cds", "timestamp": 1668485688817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485687725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-15T04:17:30.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "ves-openapi-manager", "timestamp": 1668485676869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "cds", "timestamp": 1668485688817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485687725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:17:30.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "ves-openapi-manager", "timestamp": 1668485676869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "cds", "timestamp": 1668485688817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485687725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-15T04:17:30.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "ves-openapi-manager", "timestamp": 1668485676869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "cds", "timestamp": 1668485688817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485687725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "ves-openapi-manager", "timestamp": 1668485676869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "cds", "timestamp": 1668485688817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "aai-ml", "timestamp": 1668485693258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.525Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485687725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-15T04:17:30.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "ves-openapi-manager", "timestamp": 1668485676869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485693759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "cds", "timestamp": 1668485688817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485694351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "aai-ml", "timestamp": 1668485694261, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.535Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80672fd1-8773-47af-892f-bfdbccc10b25 2022-11-15T04:17:30.535Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80672fd1-8773-47af-892f-bfdbccc10b25 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485687725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485693759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "cds", "timestamp": 1668485688817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485694351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485687725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485693759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "cds", "timestamp": 1668485688817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485694351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485697501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485693759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "cds", "timestamp": 1668485688817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485694351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485698583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485693759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-15T04:17:30.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "cds", "timestamp": 1668485698556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485694351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "clamp", "timestamp": 1668485699288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485699675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485693759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "cds", "timestamp": 1668485699562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.561Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bf79e05-31d8-4c2e-919f-81b9ef40cecc 2022-11-15T04:17:30.561Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf79e05-31d8-4c2e-919f-81b9ef40cecc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485694351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485693759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485700730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485694351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "clamp", "timestamp": 1668485701296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485693759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485701787, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.575Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bf79e05-31d8-4c2e-919f-81b9ef40cecc 2022-11-15T04:17:30.575Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf79e05-31d8-4c2e-919f-81b9ef40cecc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485694351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "clamp", "timestamp": 1668485702300, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.587Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80672fd1-8773-47af-892f-bfdbccc10b25 2022-11-15T04:17:30.587Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80672fd1-8773-47af-892f-bfdbccc10b25 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485693759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "multicloud-k8s-id", "timestamp": 1668485702791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485694351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485703485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485704115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485704489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "policy-id", "timestamp": 1668485705492, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.602Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bf79e05-31d8-4c2e-919f-81b9ef40cecc 2022-11-15T04:17:30.602Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf79e05-31d8-4c2e-919f-81b9ef40cecc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-15T04:17:30.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "61afd70c-f721-4254-8fc4-3606a0aa9e33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485705862, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:17:30.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:17:30.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485706427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668485707430, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.614Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bf79e05-31d8-4c2e-919f-81b9ef40cecc 2022-11-15T04:17:30.614Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf79e05-31d8-4c2e-919f-81b9ef40cecc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485708628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485708628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485686316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/resourceInstances/pnf813557b68b1f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485708628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485708628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485708628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485708628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485715029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485715289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485708628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485716945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAakyjzra9c1klpiutxpl/1.0/artifacts/service-DemoPnfAakyjzra9c1klpiutxpl-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.627Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485708628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:17:30.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485717300, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.627Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485708628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:17:30.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:17:30.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "clamp", "timestamp": 1668485718304, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.632Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3bf79e05-31d8-4c2e-919f-81b9ef40cecc 2022-11-15T04:17:30.632Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf79e05-31d8-4c2e-919f-81b9ef40cecc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:30.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485718368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:17:30.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485724821, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:17:30.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:17:30.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:17:30.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "aai-ml", "timestamp": 1668485725824, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:30.645Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bf79e05-31d8-4c2e-919f-81b9ef40cecc 2022-11-15T04:17:30.645Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf79e05-31d8-4c2e-919f-81b9ef40cecc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:17:48.023Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:17:48.033Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:17:48.035Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:17:48.036Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-15T04:17:48.036Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-15T04:17:48.036Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-15T04:17:48.036Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:17:48.036Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:17:48.036Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:17:48.036Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:17:48.036Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:17:48.036Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:17:48.037Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:17:48.037Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:17:48.042Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-15T04:18:18.042Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-15T04:18:18.049Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 839d0b6a-2ffc-4fda-9667-028a0c0399ee and serviceModelVersionId: 456c4eb0-4c82-4d04-af9a-e02d879effbd 2022-11-15T04:18:18.049Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25a95de5-9841-4478-97d6-725d5c51437e 2022-11-15T04:18:18.050Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25a95de5-9841-4478-97d6-725d5c51437e/model-vers/model-ver/456c4eb0-4c82-4d04-af9a-e02d879effbd?depth=0 2022-11-15T04:18:18.055Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-15T04:18:18.102Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a95de5-9841-4478-97d6-725d5c51437e/model-vers/model-ver/456c4eb0-4c82-4d04-af9a-e02d879effbd?depth=0|INFO|500||Invoke 2022-11-15T04:18:18.102Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a95de5-9841-4478-97d6-725d5c51437e/model-vers/model-ver/456c4eb0-4c82-4d04-af9a-e02d879effbd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a95de5-9841-4478-97d6-725d5c51437e/model-vers/model-ver/456c4eb0-4c82-4d04-af9a-e02d879effbd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[839d0b6a-2ffc-4fda-9667-028a0c0399ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b985ede2-2ba2-405c-8edd-71043ad42e78], X-ECOMP-RequestID=[839d0b6a-2ffc-4fda-9667-028a0c0399ee], X-TransactionId=[], X-ONAP-RequestID=[839d0b6a-2ffc-4fda-9667-028a0c0399ee], Content-Type=[application/merge-patch+json]} 2022-11-15T04:18:18.125Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a95de5-9841-4478-97d6-725d5c51437e/model-vers/model-ver/456c4eb0-4c82-4d04-af9a-e02d879effbd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-15T04:18:18.241Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a95de5-9841-4478-97d6-725d5c51437e/model-vers/model-ver/456c4eb0-4c82-4d04-af9a-e02d879effbd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a95de5-9841-4478-97d6-725d5c51437e/model-vers/model-ver/456c4eb0-4c82-4d04-af9a-e02d879effbd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-04:18:17:415-18088], vertex-id=[213064], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:18:17 GMT], Content-Type=[application/json]} 2022-11-15T04:18:18.242Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a95de5-9841-4478-97d6-725d5c51437e/model-vers/model-ver/456c4eb0-4c82-4d04-af9a-e02d879effbd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-15T04:18:18.243Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a95de5-9841-4478-97d6-725d5c51437e/model-vers/model-ver/456c4eb0-4c82-4d04-af9a-e02d879effbd?depth=0|INFO|500||InvokeReturn 2022-11-15T04:18:18.244Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-15T04:18:18.244Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:18:18.252Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-15T04:18:18.253Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 839d0b6a-2ffc-4fda-9667-028a0c0399ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-15T04:18:18.253Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-15T04:18:18.253Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:18.255Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:18.255Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485898253, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:18:18.356Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:18:18.357Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:18.357Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:18.385Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:18.385Z||pool-50-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:18:19.273Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-15T04:18:19.273Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"80672fd1-8773-47af-892f-bfdbccc10b25","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f77c9d1c-3671-4717-a0a8-11903dc0285a","serviceDescription":"service","serviceInvariantUUID":"047a565c-8e24-4f0f-8be3-fdd5fc41ced3","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39810766-0238-40c1-b5cd-278ff8f1e9eb","resourceInvariantUUID":"1e644822-75fe-4205-acf9-9db1e0b1eba1","resourceCustomizationUUID":"adef8e48-ef70-4211-964e-64fffeb7a45a","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":"NzFiNTljZjg5ZWZhMThmNWYyNGQ3YjdlODg2ZjIzZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ed32dcc-6a60-4cb1-b2e5-12079e8bd439","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":"NzhlYzgzNGJkMTU5MjE0ZTg5N2I5ZDc5NDkzNzIxZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc906d94-148f-4cfa-ba12-01e8ac10f600","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":"1b7c2d18-d4f3-42c2-821f-92279e861660","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":"e9065ea7-cf48-48f0-bd18-bcbd106a76c8","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":"8bdf703c-c036-42e3-8331-4b39e6796bdf","artifactVersion":"2","generatedFromUUID":"1b7c2d18-d4f3-42c2-821f-92279e861660"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTdhMGRiYmIzMmM0ODljMmUwYzVkNTBjY2FiYThiMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b685f2a-8341-4e9b-a508-fb7ad92ca880","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmQyNDE2ZTVhOWYxMWRjYzZlNDU0ODk0YWMyY2UwNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99007dd2-621d-47c5-8dbd-d9e5cf9a3a0b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-15T04:18:19.274Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:18:19.274Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:19.277Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:19.277Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:18:19.377Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:18:19.378Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:19.378Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:19.392Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:19.393Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:20.277Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:18:20.279Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:20.281Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:20.281Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:18:20.381Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:18:20.382Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:20.382Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:20.399Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:20.400Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:21.282Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:18:21.282Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:21.285Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:21.285Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-15T04:18:21.385Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:18:21.386Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:21.386Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:21.405Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:21.405Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:22.286Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:18:22.287Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:22.290Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:22.290Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:18:22.390Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:18:22.391Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:22.391Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:22.406Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:22.406Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:23.291Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:18:23.292Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:23.294Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:23.294Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-15T04:18:23.394Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:18:23.395Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:23.395Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:23.409Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:23.409Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:24.295Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:18:24.295Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:24.298Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:24.299Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:18:24.400Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-15T04:18:24.401Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:24.401Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:24.446Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:24.447Z||pool-56-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:18:25.299Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:18:25.301Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:25.303Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:25.303Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:18:25.403Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:18:25.405Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:25.405Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:25.425Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:25.426Z||pool-57-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:26.306Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f77c9d1c-3671-4717-a0a8-11903dc0285a", "serviceDescription": "service", "serviceInvariantUUID": "047a565c-8e24-4f0f-8be3-fdd5fc41ced3", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "adef8e48-ef70-4211-964e-64fffeb7a45a", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "39810766-0238-40c1-b5cd-278ff8f1e9eb", "resourceInvariantUUID": "1e644822-75fe-4205-acf9-9db1e0b1eba1", "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": "NzhlYzgzNGJkMTU5MjE0ZTg5N2I5ZDc5NDkzNzIxZTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc906d94-148f-4cfa-ba12-01e8ac10f600", "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": "1b7c2d18-d4f3-42c2-821f-92279e861660", "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": "8bdf703c-c036-42e3-8331-4b39e6796bdf", "generatedFromUUID": "1b7c2d18-d4f3-42c2-821f-92279e861660" }, "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": "8bdf703c-c036-42e3-8331-4b39e6796bdf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MmQyNDE2ZTVhOWYxMWRjYzZlNDU0ODk0YWMyY2UwNjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "99007dd2-621d-47c5-8dbd-d9e5cf9a3a0b" } ], "workloadContext": "Production" } 2022-11-15T04:18:26.308Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-15T04:18:26.308Z|839d0b6a-2ffc-4fda-9667-028a0c0399ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f77c9d1c-3671-4717-a0a8-11903dc0285a ASDC 2022-11-15T04:18:26.308Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:80672fd1-8773-47af-892f-bfdbccc10b25 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f77c9d1c-3671-4717-a0a8-11903dc0285a ServiceInvariantUUID:047a565c-8e24-4f0f-8be3-fdd5fc41ced3 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:99007dd2-621d-47c5-8dbd-d9e5cf9a3a0b ArtifactChecksum:MmQyNDE2ZTVhOWYxMWRjYzZlNDU0ODk0YWMyY2UwNjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:adef8e48-ef70-4211-964e-64fffeb7a45a ResourceInvariantUUID:1e644822-75fe-4205-acf9-9db1e0b1eba1 ResourceName:basic_vm ResourceType:VF ResourceUUID:39810766-0238-40c1-b5cd-278ff8f1e9eb 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:cc906d94-148f-4cfa-ba12-01e8ac10f600 ArtifactChecksum:NzhlYzgzNGJkMTU5MjE0ZTg5N2I5ZDc5NDkzNzIxZTc= 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:1b7c2d18-d4f3-42c2-821f-92279e861660 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:8bdf703c-c036-42e3-8331-4b39e6796bdf 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:8bdf703c-c036-42e3-8331-4b39e6796bdf ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-15T04:18:26.308Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f77c9d1c-3671-4717-a0a8-11903dc0285a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:18:26.360Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:18:26.361Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:18:26.361Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:18:26.361Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 99007dd2-621d-47c5-8dbd-d9e5cf9a3a0b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-15T04:18:26.361Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:18:26.362Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-15T04:18:26.501Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:18:26.505Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 99007dd2-621d-47c5-8dbd-d9e5cf9a3a0b 71075 2022-11-15T04:18:26.505Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-15T04:18:26.505Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-15T04:18:26.506Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:18:26.506Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:26.508Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:26.508Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485906505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:18:26.608Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:18:26.609Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:26.610Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:26.626Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:26.627Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:27.509Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:18:27.511Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:18:27.511Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 99007dd2-621d-47c5-8dbd-d9e5cf9a3a0b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:27.511Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-15T04:18:27.512Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:27.512Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:27.651Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6647035367326586691/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-15T04:18:28.888Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-15T04:18:28.889Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:18:28.889Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:28.889Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-15T04:18:28.889Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:28.889Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:28.889Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:28.889Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:28.889Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:28.890Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:28.890Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:28.890Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:28.890Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-15T04:18:28.890Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:18:28.890Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.890Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:28.891Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-15T04:18:28.891Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:18:28.891Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:18:28.891Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.891Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:28.891Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-15T04:18:28.892Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:18:28.892Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:18:28.892Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.892Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:28.892Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.892Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-15T04:18:28.893Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-15T04:18:28.893Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-15T04:18:28.893Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-15T04:18:28.893Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-15T04:18:28.893Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-15T04:18:28.893Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.893Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T04:18:28.894Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.894Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-15T04:18:28.894Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:18:28.894Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.894Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-15T04:18:28.894Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:18:28.895Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.895Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-15T04:18:28.895Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:18:28.895Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.895Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-15T04:18:28.895Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-15T04:18:28.895Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-15T04:18:28.896Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a2bca228-018b-411b-ae03-590eecd1c4cb 2022-11-15T04:18:28.896Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.896Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:28.896Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.896Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:28.896Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.897Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:28.897Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:28.897Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:28.897Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f77c9d1c-3671-4717-a0a8-11903dc0285a Model Version:NULL Model InvariantUuid:047a565c-8e24-4f0f-8be3-fdd5fc41ced3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f346e2b0-42d9-48ec-a0f0-47bf20ee130e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1e644822-75fe-4205-acf9-9db1e0b1eba1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:adef8e48-ef70-4211-964e-64fffeb7a45a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:79204e14-e737-48cd-9ce5-7f1481f9adb1 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:7767cad8-5d7f-4e84-b3a5-9d2e85ba224c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a2bca228-018b-411b-ae03-590eecd1c4cb ModelInvariantUuid:1217f62e-dde3-4e12-a33c-15efa6d4f8bc ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:00b45eb9-8fd4-4990-898b-e86dd3b40e80 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dd48870a-6262-4947-b357-e2087d10d033 ModelInvariantUuid:92650566-7cd1-4e7c-b22a-600d897457f5 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:0d48a5f1-bdc8-48e3-b951-2965f01c33b4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-15T04:18:28.900Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 39810766-0238-40c1-b5cd-278ff8f1e9eb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:18:28.902Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-11-15T04:18:28.902Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 39810766-0238-40c1-b5cd-278ff8f1e9eb 2022-11-15T04:18:28.902Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cc906d94-148f-4cfa-ba12-01e8ac10f600 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-15T04:18:28.902Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:18:28.902Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-15T04:18:28.952Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:18:28.952Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json cc906d94-148f-4cfa-ba12-01e8ac10f600 787 2022-11-15T04:18:28.953Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-15T04:18:28.953Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-15T04:18:28.953Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:18:28.953Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:28.955Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:28.955Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485908953, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:18:29.055Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:18:29.056Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:29.056Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:29.085Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:29.085Z||pool-59-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:29.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:18:29.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:18:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:29.956Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "79204e14-e737-48cd-9ce5-7f1481f9adb1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7767cad8-5d7f-4e84-b3a5-9d2e85ba224c", "vfModuleModelCustomizationUUID": "4c19ebbb-2368-40f2-b910-e049bc33f1ed", "isBase": true, "artifacts": [ "1b7c2d18-d4f3-42c2-821f-92279e861660", "8bdf703c-c036-42e3-8331-4b39e6796bdf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T04:18:29.961Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7767cad8-5d7f-4e84-b3a5-9d2e85ba224c VfModuleModelInvariantUUID:79204e14-e737-48cd-9ce5-7f1481f9adb1 VfModuleModelDescription:NULL Artifacts UUID List:{ 1b7c2d18-d4f3-42c2-821f-92279e861660 , 8bdf703c-c036-42e3-8331-4b39e6796bdf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-15T04:18:29.963Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "79204e14-e737-48cd-9ce5-7f1481f9adb1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7767cad8-5d7f-4e84-b3a5-9d2e85ba224c", "vfModuleModelCustomizationUUID": "4c19ebbb-2368-40f2-b910-e049bc33f1ed", "isBase": true, "artifacts": [ "1b7c2d18-d4f3-42c2-821f-92279e861660", "8bdf703c-c036-42e3-8331-4b39e6796bdf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T04:18:29.963Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7767cad8-5d7f-4e84-b3a5-9d2e85ba224c VfModuleModelInvariantUUID:79204e14-e737-48cd-9ce5-7f1481f9adb1 VfModuleModelDescription:NULL Artifacts UUID List:{ 1b7c2d18-d4f3-42c2-821f-92279e861660 , 8bdf703c-c036-42e3-8331-4b39e6796bdf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-15T04:18:29.963Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1b7c2d18-d4f3-42c2-821f-92279e861660 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-15T04:18:29.963Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:18:29.963Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-15T04:18:30.008Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:18:30.008Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1b7c2d18-d4f3-42c2-821f-92279e861660 5033 2022-11-15T04:18:30.008Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-15T04:18:30.009Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-15T04:18:30.009Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:18:30.009Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:30.011Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:30.011Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485910008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:18:30.111Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:18:30.112Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:30.112Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:30.127Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:30.127Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:30.138Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:30.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:18:30.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "839d0b6a-2ffc-4fda-9667-028a0c0399ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485898253, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:18:30.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:18:30.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:18:30.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:18:30.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:18:30.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:18:30.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:18:30.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:18:30.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:18:30.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-15T04:18:30.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:18:30.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:18:30.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485669843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:18:30.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485906505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:18:30.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:18:30.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:18:30.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485908953, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:18:30.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:18:31.012Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8bdf703c-c036-42e3-8331-4b39e6796bdf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-15T04:18:31.013Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:18:31.013Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-15T04:18:31.059Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:18:31.060Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8bdf703c-c036-42e3-8331-4b39e6796bdf 903 2022-11-15T04:18:31.061Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-15T04:18:31.061Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-15T04:18:31.061Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:18:31.061Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:31.063Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:31.064Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485911060, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:18:31.164Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:18:31.164Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:31.165Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:31.179Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:31.179Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:18:32.064Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f77c9d1c-3671-4717-a0a8-11903dc0285a 2022-11-15T04:18:32.065Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 39810766-0238-40c1-b5cd-278ff8f1e9eb ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:18:32.077Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4712b3d2, org.onap.sdc.toscaparser.api.parameters.Input@5cd68d34, org.onap.sdc.toscaparser.api.parameters.Input@370939fb, org.onap.sdc.toscaparser.api.parameters.Input@4fdd8ed3, org.onap.sdc.toscaparser.api.parameters.Input@1d0338d9] 2022-11-15T04:18:32.078Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.079Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:32.079Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-15T04:18:32.079Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= adef8e48-ef70-4211-964e-64fffeb7a45a 2022-11-15T04:18:32.079Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: adef8e48-ef70-4211-964e-64fffeb7a45a matches Tosca VF Customization UUID: adef8e48-ef70-4211-964e-64fffeb7a45a 2022-11-15T04:18:32.079Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: adef8e48-ef70-4211-964e-64fffeb7a45a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-15T04:18:32.081Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.082Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:32.082Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id adef8e48-ef70-4211-964e-64fffeb7a45a: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-11-15T04:18:32.082Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28642c68 2022-11-15T04:18:32.082Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.083Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T04:18:32.083Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c19ebbb-2368-40f2-b910-e049bc33f1ed 2022-11-15T04:18:32.083Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c19ebbb-2368-40f2-b910-e049bc33f1ed Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-15T04:18:32.085Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.085Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-15T04:18:32.085Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:18:32.085Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.085Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-15T04:18:32.086Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:18:32.086Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.086Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-15T04:18:32.086Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-15T04:18:32.086Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-15T04:18:32.086Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a2bca228-018b-411b-ae03-590eecd1c4cb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-15T04:18:32.088Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.088Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-15T04:18:32.088Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:18:32.089Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.089Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-15T04:18:32.089Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=adef8e48-ef70-4211-964e-64fffeb7a45a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:18:32.090Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.090Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:32.090Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f77c9d1c-3671-4717-a0a8-11903dc0285a: basic_vm 2022-11-15T04:18:32.090Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.091Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:32.091Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.091Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:32.091Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.091Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:32.091Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.091Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:32.092Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:18:32.092Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:18:32.092Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:18:32.150Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 39810766-0238-40c1-b5cd-278ff8f1e9eb 1 ASDC deployResourceStructure 2022-11-15T04:18:32.150Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-15T04:18:32.150Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-15T04:18:32.150Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:18:32.151Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:32.152Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:32.152Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485912150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:18:32.253Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-15T04:18:32.254Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:32.254Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:32.270Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:32.270Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:33.153Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-15T04:18:33.154Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-15T04:18:33.154Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:18:33.154Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:33.156Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:33.156Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485913153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:18:33.256Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:18:33.257Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:33.257Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:33.272Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:33.272Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:34.157Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-15T04:18:34.157Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-15T04:18:34.157Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:18:34.158Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:34.159Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:34.159Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485914157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-15T04:18:34.259Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:18:34.260Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:34.261Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:34.276Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:34.277Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:18:35.160Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-15T04:18:35.160Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-15T04:18:35.161Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:18:35.161Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:18:35.163Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:18:35.163Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485915160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:18:35.263Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:18:35.264Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:18:35.264Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:18:35.278Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:18:35.278Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:18:36.163Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80672fd1-8773-47af-892f-bfdbccc10b25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:18:36.181Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80672fd1-8773-47af-892f-bfdbccc10b25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:18:36.184Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:18:36.184Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-15T04:18:36.184Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-15T04:18:36.184Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-15T04:18:36.184Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:18:36.185Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:18:36.185Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:18:36.185Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:18:36.185Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:18:36.185Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:18:36.185Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:18:36.190Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-15T04:19:06.190Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80672fd1-8773-47af-892f-bfdbccc10b25 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-15T04:19:06.202Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80672fd1-8773-47af-892f-bfdbccc10b25 and serviceModelVersionId: f77c9d1c-3671-4717-a0a8-11903dc0285a 2022-11-15T04:19:06.202Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 047a565c-8e24-4f0f-8be3-fdd5fc41ced3 2022-11-15T04:19:06.203Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/047a565c-8e24-4f0f-8be3-fdd5fc41ced3/model-vers/model-ver/f77c9d1c-3671-4717-a0a8-11903dc0285a?depth=0 2022-11-15T04:19:06.207Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-15T04:19:06.252Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/047a565c-8e24-4f0f-8be3-fdd5fc41ced3/model-vers/model-ver/f77c9d1c-3671-4717-a0a8-11903dc0285a?depth=0|INFO|500||Invoke 2022-11-15T04:19:06.252Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/047a565c-8e24-4f0f-8be3-fdd5fc41ced3/model-vers/model-ver/f77c9d1c-3671-4717-a0a8-11903dc0285a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/047a565c-8e24-4f0f-8be3-fdd5fc41ced3/model-vers/model-ver/f77c9d1c-3671-4717-a0a8-11903dc0285a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80672fd1-8773-47af-892f-bfdbccc10b25], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c49bd8b-da3a-4c07-80ae-f926234de05d], X-ECOMP-RequestID=[80672fd1-8773-47af-892f-bfdbccc10b25], X-TransactionId=[], X-ONAP-RequestID=[80672fd1-8773-47af-892f-bfdbccc10b25], Content-Type=[application/merge-patch+json]} 2022-11-15T04:19:06.271Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/047a565c-8e24-4f0f-8be3-fdd5fc41ced3/model-vers/model-ver/f77c9d1c-3671-4717-a0a8-11903dc0285a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-15T04:19:06.357Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/047a565c-8e24-4f0f-8be3-fdd5fc41ced3/model-vers/model-ver/f77c9d1c-3671-4717-a0a8-11903dc0285a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/047a565c-8e24-4f0f-8be3-fdd5fc41ced3/model-vers/model-ver/f77c9d1c-3671-4717-a0a8-11903dc0285a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221115-04:19:05:540-7923], vertex-id=[254088], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:19:05 GMT], Content-Type=[application/json]} 2022-11-15T04:19:06.357Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/047a565c-8e24-4f0f-8be3-fdd5fc41ced3/model-vers/model-ver/f77c9d1c-3671-4717-a0a8-11903dc0285a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-15T04:19:06.358Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/047a565c-8e24-4f0f-8be3-fdd5fc41ced3/model-vers/model-ver/f77c9d1c-3671-4717-a0a8-11903dc0285a?depth=0|INFO|500||InvokeReturn 2022-11-15T04:19:06.358Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-15T04:19:06.358Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:19:06.362Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-15T04:19:06.362Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80672fd1-8773-47af-892f-bfdbccc10b25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-15T04:19:06.363Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-15T04:19:06.363Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:06.365Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:06.365Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485946362, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:19:06.465Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:06.466Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:06.466Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:06.489Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:06.490Z||pool-66-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:19:07.378Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:19:07.379Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:19:07.379Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:11.788Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:11.789Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-15T04:19:11.789Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bf79e05-31d8-4c2e-919f-81b9ef40cecc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"64020582-5b7c-4591-92d7-72e9e566e143","serviceDescription":"service","serviceInvariantUUID":"3626ff26-503c-4e09-b2fd-33e4bec1fb0e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22fc741a-08dd-4d53-b99b-e5280b82be45","resourceInvariantUUID":"2e34707a-d628-42a9-a5ef-c523aad21b90","resourceCustomizationUUID":"906445cc-dca8-40b9-91f0-0e1e0955b9e1","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":"YmY0OWJiZWFjYzBkYTFmZDY0MzMyOWU2NzI3MTk5YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b1a2da9-1b54-41e8-80e5-0ccb3d2191f9","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":"6f096b9a-46f0-475a-b30a-f98c5d620d8d","artifactVersion":"2","generatedFromUUID":"e8479fc4-6ecc-40db-bc93-cd1a2ba7b0b8"},{"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":"e8479fc4-6ecc-40db-bc93-cd1a2ba7b0b8","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":"NDFiMWU2YjM3ZDdlZmEzMTEwYTAzNDIwNmI2ZGY4ZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b354307a-2b2b-443d-9f08-530d9d917c64","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":"ab55e756-1cf3-4085-9851-26269abc7bce","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":"08aa806b-b5ff-43b4-93cd-5ddb7af08851","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":"87fc8f17-44a8-4646-a3cd-e36e1caf5aca","artifactVersion":"2","generatedFromUUID":"ab55e756-1cf3-4085-9851-26269abc7bce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZGRhZTM2ZGI1ZTMwZTZmZjUwZmQ2NGU5MzNiYThlODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"60f60b0b-36ed-4995-bd62-33e5353aa90f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzY5YjJjYmQ4M2M1ZTJjNTc5ODM2ZDljM2NlZDYwNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2b81900-a96a-4d52-9e96-6f5e0759e2bb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-15T04:19:11.792Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:19:11.792Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:11.793Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:11.794Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:19:11.894Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:11.895Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:11.895Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:11.910Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:11.911Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:19:12.794Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:19:12.795Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:12.797Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:12.797Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-15T04:19:12.899Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-15T04:19:12.900Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:12.900Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:12.915Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:12.915Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:13.798Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:19:13.798Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:13.800Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:13.800Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-15T04:19:13.900Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:13.901Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:13.901Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:13.917Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:13.918Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:19:14.801Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:19:14.801Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:14.803Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:14.803Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:19:14.903Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:14.904Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:14.904Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:14.918Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:14.919Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:19:15.804Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:19:15.805Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:15.807Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:15.807Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-15T04:19:15.907Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:19:15.908Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:15.909Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:15.923Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:15.923Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:16.808Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:19:16.809Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:16.811Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:16.811Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:19:16.911Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:19:16.912Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:16.912Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:16.949Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:16.949Z||pool-72-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:17.812Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:19:17.813Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:17.815Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:17.815Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-15T04:19:17.915Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:17.916Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:17.916Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:17.933Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:17.933Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:18.816Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:19:18.817Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:18.819Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:18.819Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:19:18.919Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:19:18.920Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:18.920Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:18.939Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:18.939Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:19:19.820Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:19:19.821Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:19.823Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:19.823Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:19:19.923Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:19.924Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:19.924Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:19.948Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:19.949Z||pool-75-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:20.824Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "64020582-5b7c-4591-92d7-72e9e566e143", "serviceDescription": "service", "serviceInvariantUUID": "3626ff26-503c-4e09-b2fd-33e4bec1fb0e", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "906445cc-dca8-40b9-91f0-0e1e0955b9e1", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "22fc741a-08dd-4d53-b99b-e5280b82be45", "resourceInvariantUUID": "2e34707a-d628-42a9-a5ef-c523aad21b90", "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": "6f096b9a-46f0-475a-b30a-f98c5d620d8d", "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": "e8479fc4-6ecc-40db-bc93-cd1a2ba7b0b8", "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": "NDFiMWU2YjM3ZDdlZmEzMTEwYTAzNDIwNmI2ZGY4ZTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b354307a-2b2b-443d-9f08-530d9d917c64", "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": "ab55e756-1cf3-4085-9851-26269abc7bce", "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": "87fc8f17-44a8-4646-a3cd-e36e1caf5aca", "generatedFromUUID": "ab55e756-1cf3-4085-9851-26269abc7bce" }, "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": "87fc8f17-44a8-4646-a3cd-e36e1caf5aca", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NzY5YjJjYmQ4M2M1ZTJjNTc5ODM2ZDljM2NlZDYwNTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b2b81900-a96a-4d52-9e96-6f5e0759e2bb" } ], "workloadContext": "Production" } 2022-11-15T04:19:20.825Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-15T04:19:20.826Z|80672fd1-8773-47af-892f-bfdbccc10b25|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 64020582-5b7c-4591-92d7-72e9e566e143 ASDC 2022-11-15T04:19:20.826Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3bf79e05-31d8-4c2e-919f-81b9ef40cecc ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:64020582-5b7c-4591-92d7-72e9e566e143 ServiceInvariantUUID:3626ff26-503c-4e09-b2fd-33e4bec1fb0e 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:b2b81900-a96a-4d52-9e96-6f5e0759e2bb ArtifactChecksum:NzY5YjJjYmQ4M2M1ZTJjNTc5ODM2ZDljM2NlZDYwNTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:906445cc-dca8-40b9-91f0-0e1e0955b9e1 ResourceInvariantUUID:2e34707a-d628-42a9-a5ef-c523aad21b90 ResourceName:basic_cnf ResourceType:VF ResourceUUID:22fc741a-08dd-4d53-b99b-e5280b82be45 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:6f096b9a-46f0-475a-b30a-f98c5d620d8d 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:e8479fc4-6ecc-40db-bc93-cd1a2ba7b0b8 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:b354307a-2b2b-443d-9f08-530d9d917c64 ArtifactChecksum:NDFiMWU2YjM3ZDdlZmEzMTEwYTAzNDIwNmI2ZGY4ZTI= 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:ab55e756-1cf3-4085-9851-26269abc7bce 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:87fc8f17-44a8-4646-a3cd-e36e1caf5aca 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:87fc8f17-44a8-4646-a3cd-e36e1caf5aca ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-15T04:19:20.827Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 64020582-5b7c-4591-92d7-72e9e566e143 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:19:20.858Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:19:20.859Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:19:20.859Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:19:20.859Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b2b81900-a96a-4d52-9e96-6f5e0759e2bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-15T04:19:20.859Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:19:20.859Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-15T04:19:20.968Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:19:20.972Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b2b81900-a96a-4d52-9e96-6f5e0759e2bb 68945 2022-11-15T04:19:20.972Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-15T04:19:20.972Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-15T04:19:20.972Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:19:20.972Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:20.974Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:20.974Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485960972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:19:21.074Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:21.075Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:21.076Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:21.090Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:21.090Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:19:21.975Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:19:21.975Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:19:21.976Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b2b81900-a96a-4d52-9e96-6f5e0759e2bb, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-15T04:19:21.977Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-15T04:19:21.977Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-15T04:19:21.977Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-15T04:19:22.088Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10930303788832745757/Definitions/service-BasicCnf-template.yml 2022-11-15T04:19:23.249Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-15T04:19:23.249Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:19:23.249Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-15T04:19:23.249Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-15T04:19:23.250Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-15T04:19:23.250Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-15T04:19:23.250Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-15T04:19:23.250Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-15T04:19:23.250Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:19:23.250Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.250Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:23.251Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-15T04:19:23.251Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:19:23.251Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:19:23.251Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.251Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:23.251Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-15T04:19:23.251Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:19:23.252Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:19:23.252Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.252Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:23.252Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.252Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-15T04:19:23.252Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-15T04:19:23.253Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-15T04:19:23.253Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-15T04:19:23.253Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.253Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T04:19:23.253Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.253Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-15T04:19:23.254Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:19:23.254Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.254Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-15T04:19:23.254Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:19:23.254Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.254Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-15T04:19:23.255Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:19:23.255Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.255Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-15T04:19:23.255Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-15T04:19:23.255Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=af22bd94-ccc4-4135-80a9-f98ab222833d 2022-11-15T04:19:23.255Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.255Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:23.256Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.256Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:23.256Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.256Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:23.256Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:23.256Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:23.256Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:64020582-5b7c-4591-92d7-72e9e566e143 Model Version:NULL Model InvariantUuid:3626ff26-503c-4e09-b2fd-33e4bec1fb0e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:2d71c2cb-a684-4dfe-866c-148c3828c2c4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2e34707a-d628-42a9-a5ef-c523aad21b90 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:906445cc-dca8-40b9-91f0-0e1e0955b9e1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ad823506-5b76-4f02-814a-a5c3cdecc42a ModelName:BasicCnf..base_dummy..module-0 ModelUuid:63f5e5ac-d690-474c-8998-ec940be11a54 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:af22bd94-ccc4-4135-80a9-f98ab222833d ModelInvariantUuid:49b6ee86-adec-48b8-b50e-2fe60d671a1c ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:ef9ef35d-fc28-4e86-adaa-8d5a9ef4fab2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:115d5a7a-f45d-4c49-8325-0a1689699922 ModelInvariantUuid:00a39a72-6b6c-437a-a448-9a5bacf3f098 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:342f0ffe-c0e3-49b6-9574-cd3ed3eefa90 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-15T04:19:23.260Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 22fc741a-08dd-4d53-b99b-e5280b82be45 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:19:23.263Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-11-15T04:19:23.263Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22fc741a-08dd-4d53-b99b-e5280b82be45 2022-11-15T04:19:23.263Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f096b9a-46f0-475a-b30a-f98c5d620d8d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-15T04:19:23.263Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:19:23.264Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-15T04:19:23.308Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:19:23.308Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6f096b9a-46f0-475a-b30a-f98c5d620d8d 12 2022-11-15T04:19:23.309Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-15T04:19:23.309Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-15T04:19:23.309Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:19:23.309Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:23.311Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:23.311Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485963308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:19:23.411Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:23.412Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:23.412Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:23.426Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:23.426Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:24.312Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e8479fc4-6ecc-40db-bc93-cd1a2ba7b0b8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-15T04:19:24.312Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:19:24.313Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-15T04:19:24.363Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:19:24.364Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e8479fc4-6ecc-40db-bc93-cd1a2ba7b0b8 2688 2022-11-15T04:19:24.364Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-15T04:19:24.364Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-15T04:19:24.364Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:19:24.365Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:24.366Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:24.366Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485964364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-15T04:19:24.466Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:24.467Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:24.468Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:24.485Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:24.485Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:25.368Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b354307a-2b2b-443d-9f08-530d9d917c64 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-15T04:19:25.368Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:19:25.369Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-15T04:19:25.416Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:19:25.417Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b354307a-2b2b-443d-9f08-530d9d917c64 828 2022-11-15T04:19:25.417Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-15T04:19:25.418Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-15T04:19:25.418Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:19:25.418Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:25.420Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:25.420Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485965417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:19:25.520Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:19:25.521Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:25.522Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:25.538Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:25.538Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:26.421Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ad823506-5b76-4f02-814a-a5c3cdecc42a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "63f5e5ac-d690-474c-8998-ec940be11a54", "vfModuleModelCustomizationUUID": "b8d27bdf-bf26-48e6-9876-7b366a488c29", "isBase": true, "artifacts": [ "ab55e756-1cf3-4085-9851-26269abc7bce", "e8479fc4-6ecc-40db-bc93-cd1a2ba7b0b8", "87fc8f17-44a8-4646-a3cd-e36e1caf5aca" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T04:19:26.425Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:63f5e5ac-d690-474c-8998-ec940be11a54 VfModuleModelInvariantUUID:ad823506-5b76-4f02-814a-a5c3cdecc42a VfModuleModelDescription:NULL Artifacts UUID List:{ ab55e756-1cf3-4085-9851-26269abc7bce , e8479fc4-6ecc-40db-bc93-cd1a2ba7b0b8 , 87fc8f17-44a8-4646-a3cd-e36e1caf5aca } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-15T04:19:26.427Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ad823506-5b76-4f02-814a-a5c3cdecc42a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "63f5e5ac-d690-474c-8998-ec940be11a54", "vfModuleModelCustomizationUUID": "b8d27bdf-bf26-48e6-9876-7b366a488c29", "isBase": true, "artifacts": [ "ab55e756-1cf3-4085-9851-26269abc7bce", "e8479fc4-6ecc-40db-bc93-cd1a2ba7b0b8", "87fc8f17-44a8-4646-a3cd-e36e1caf5aca" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T04:19:26.427Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:63f5e5ac-d690-474c-8998-ec940be11a54 VfModuleModelInvariantUUID:ad823506-5b76-4f02-814a-a5c3cdecc42a VfModuleModelDescription:NULL Artifacts UUID List:{ ab55e756-1cf3-4085-9851-26269abc7bce , e8479fc4-6ecc-40db-bc93-cd1a2ba7b0b8 , 87fc8f17-44a8-4646-a3cd-e36e1caf5aca } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-15T04:19:26.427Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ab55e756-1cf3-4085-9851-26269abc7bce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-15T04:19:26.427Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:19:26.427Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-15T04:19:26.473Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:19:26.473Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ab55e756-1cf3-4085-9851-26269abc7bce 1164 2022-11-15T04:19:26.474Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-15T04:19:26.474Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-15T04:19:26.474Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:19:26.474Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:26.476Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:26.476Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485966473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:19:26.576Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:26.577Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:26.577Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:26.592Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:26.592Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:27.477Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 87fc8f17-44a8-4646-a3cd-e36e1caf5aca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-15T04:19:27.477Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:19:27.477Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-15T04:19:27.519Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:19:27.520Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 87fc8f17-44a8-4646-a3cd-e36e1caf5aca 200 2022-11-15T04:19:27.520Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-15T04:19:27.520Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-15T04:19:27.520Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:19:27.520Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:27.522Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:27.523Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485967520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:19:27.623Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:27.624Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:27.624Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:27.642Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:27.642Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:19:28.523Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 64020582-5b7c-4591-92d7-72e9e566e143 2022-11-15T04:19:28.524Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 22fc741a-08dd-4d53-b99b-e5280b82be45 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-11-15T04:19:28.537Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:19:28.540Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@306d6c47, org.onap.sdc.toscaparser.api.parameters.Input@5b0afb10, org.onap.sdc.toscaparser.api.parameters.Input@336b69a6, org.onap.sdc.toscaparser.api.parameters.Input@4c8347f2, org.onap.sdc.toscaparser.api.parameters.Input@17571571] 2022-11-15T04:19:28.541Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.542Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:28.542Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-15T04:19:28.542Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 906445cc-dca8-40b9-91f0-0e1e0955b9e1 2022-11-15T04:19:28.542Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 906445cc-dca8-40b9-91f0-0e1e0955b9e1 matches Tosca VF Customization UUID: 906445cc-dca8-40b9-91f0-0e1e0955b9e1 2022-11-15T04:19:28.543Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 906445cc-dca8-40b9-91f0-0e1e0955b9e1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-15T04:19:28.544Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.544Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:28.545Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 906445cc-dca8-40b9-91f0-0e1e0955b9e1: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-11-15T04:19:28.545Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@252db723 2022-11-15T04:19:28.545Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.546Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T04:19:28.546Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b8d27bdf-bf26-48e6-9876-7b366a488c29 2022-11-15T04:19:28.546Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b8d27bdf-bf26-48e6-9876-7b366a488c29 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-15T04:19:28.547Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.548Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-15T04:19:28.548Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:19:28.548Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.549Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-15T04:19:28.549Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:19:28.549Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.549Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-15T04:19:28.549Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-15T04:19:28.550Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=af22bd94-ccc4-4135-80a9-f98ab222833d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-15T04:19:28.551Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.551Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-15T04:19:28.551Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:19:28.552Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.552Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-15T04:19:28.552Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=906445cc-dca8-40b9-91f0-0e1e0955b9e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:19:28.553Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.554Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:28.554Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 64020582-5b7c-4591-92d7-72e9e566e143: basic_cnf 2022-11-15T04:19:28.554Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.554Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:28.554Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.554Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:28.555Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.555Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:28.555Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.555Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:28.555Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:19:28.555Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:19:28.556Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:19:28.603Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 22fc741a-08dd-4d53-b99b-e5280b82be45 1 ASDC deployResourceStructure 2022-11-15T04:19:28.604Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-15T04:19:28.604Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-15T04:19:28.604Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-15T04:19:28.605Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:28.607Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:28.607Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485968603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-15T04:19:28.707Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:28.708Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:28.708Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:28.722Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:28.722Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:29.608Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-15T04:19:29.608Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-15T04:19:29.608Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-15T04:19:29.608Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:29.610Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:29.610Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485969607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-15T04:19:29.711Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:29.712Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:29.712Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:29.725Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:29.725Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:19:29.846Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:19:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:29.871Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:29.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:19:29.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485910008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:19:29.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:19:30.611Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-15T04:19:30.612Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-15T04:19:30.612Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:19:30.612Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:30.614Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:30.614Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485970611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:19:30.714Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:30.715Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:30.716Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:30.735Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:30.736Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:31.615Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-15T04:19:31.616Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-15T04:19:31.616Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:19:31.616Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:31.618Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:31.618Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485971615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:19:31.719Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-15T04:19:31.720Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:31.720Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:31.737Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:31.738Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:32.619Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-15T04:19:32.620Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-15T04:19:32.620Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:19:32.620Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:32.622Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:32.622Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485972619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-15T04:19:32.722Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:32.723Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:32.723Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:32.737Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:32.738Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:33.622Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-15T04:19:33.623Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-15T04:19:33.623Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:19:33.624Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:19:33.626Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:19:33.626Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485973622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:19:33.726Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:19:33.727Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:19:33.727Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:19:33.741Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:19:33.741Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:19:34.627Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bf79e05-31d8-4c2e-919f-81b9ef40cecc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:19:34.637Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bf79e05-31d8-4c2e-919f-81b9ef40cecc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:19:34.640Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:19:34.640Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-15T04:19:34.640Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-15T04:19:34.640Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-15T04:19:34.640Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:19:34.640Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:19:34.641Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:19:34.641Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:19:34.641Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:19:34.641Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:19:34.641Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:19:34.646Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-15T04:20:04.646Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bf79e05-31d8-4c2e-919f-81b9ef40cecc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-15T04:20:04.654Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bf79e05-31d8-4c2e-919f-81b9ef40cecc and serviceModelVersionId: 64020582-5b7c-4591-92d7-72e9e566e143 2022-11-15T04:20:04.654Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3626ff26-503c-4e09-b2fd-33e4bec1fb0e 2022-11-15T04:20:04.655Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3626ff26-503c-4e09-b2fd-33e4bec1fb0e/model-vers/model-ver/64020582-5b7c-4591-92d7-72e9e566e143?depth=0 2022-11-15T04:20:04.667Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-15T04:20:04.707Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3626ff26-503c-4e09-b2fd-33e4bec1fb0e/model-vers/model-ver/64020582-5b7c-4591-92d7-72e9e566e143?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-15T04:20:04.708Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3626ff26-503c-4e09-b2fd-33e4bec1fb0e/model-vers/model-ver/64020582-5b7c-4591-92d7-72e9e566e143?depth=0|INFO|500||Invoke 2022-11-15T04:20:04.726Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3626ff26-503c-4e09-b2fd-33e4bec1fb0e/model-vers/model-ver/64020582-5b7c-4591-92d7-72e9e566e143?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-15T04:20:04.814Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3626ff26-503c-4e09-b2fd-33e4bec1fb0e/model-vers/model-ver/64020582-5b7c-4591-92d7-72e9e566e143?depth=0|INFO|500||InvokeReturn 2022-11-15T04:20:04.815Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3626ff26-503c-4e09-b2fd-33e4bec1fb0e/model-vers/model-ver/64020582-5b7c-4591-92d7-72e9e566e143?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221115-04:20:04:001-38615], vertex-id=[155792], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:20:03 GMT], Content-Type=[application/json]} 2022-11-15T04:20:04.815Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-15T04:20:04.815Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-15T04:20:04.816Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:20:04.825Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-15T04:20:04.826Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bf79e05-31d8-4c2e-919f-81b9ef40cecc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-15T04:20:04.826Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-15T04:20:04.826Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:20:04.828Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:20:04.828Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486004826, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:20:04.928Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:20:04.930Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:20:04.930Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:20:04.957Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:20:04.957Z||pool-88-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:20:06.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:20:06.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:20:06.264Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:20:15.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:20:15.807Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:20:15.808Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:20:15.808Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:20:25.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:20:25.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:20:25.353Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:20:25.353Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:20:29.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:20:29.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:20:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:20:29.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:20:29.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485911060, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:20:29.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485912150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:20:29.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485913153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:20:29.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485914157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-15T04:20:29.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485915160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:20:29.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80672fd1-8773-47af-892f-bfdbccc10b25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485946362, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485947378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485960972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485963308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485964364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485965417, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485966473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485967520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485968603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-15T04:20:29.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:20:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485969607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-15T04:20:29.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:20:34.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:20:34.909Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:20:34.910Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:20:34.910Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:20:44.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:20:44.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:20:44.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:20:44.473Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:20:54.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:21:29.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:21:29.845Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:21:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:21:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:21:29.846Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:21:29.846Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:21:30.376Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:21:30.377Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-15T04:21:30.377Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485970611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:21:30.378Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:21:30.379Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-15T04:21:30.379Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485971615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:21:30.379Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:21:30.379Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-15T04:21:30.379Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485972619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-15T04:21:30.379Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:21:30.379Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-15T04:21:30.379Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668485973622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:21:30.379Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:21:30.379Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-15T04:21:30.380Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bf79e05-31d8-4c2e-919f-81b9ef40cecc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486004826, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:21:30.380Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:21:39.401Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:22:29.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:22:29.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:22:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:22:29.845Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:22:29.846Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:22:29.846Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:22:39.404Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:22:39.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:23:29.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:23:29.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:23:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:23:29.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:23:29.846Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:23:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:23:39.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:23:39.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:24:29.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:24:29.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:24:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:24:29.845Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:24:29.846Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:24:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:24:39.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:24:39.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:25:29.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:25:29.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:25:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:25:29.845Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:25:29.846Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:25:29.846Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:25:39.395Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:25:39.400Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:26:29.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:26:29.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:26:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:26:29.845Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:26:29.846Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:26:29.846Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:26:39.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:26:39.431Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:27:29.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:27:29.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:27:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:27:29.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:27:29.848Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:27:29.848Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:27:39.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:27:39.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:28:29.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:28:29.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:28:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:28:29.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:28:29.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:28:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:28:39.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:28:39.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:29:29.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:29:29.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:29:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:29:29.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:29:29.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:29:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:29:39.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:29:39.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:30:29.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:30:29.846Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:30:29.848Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:30:29.848Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:30:29.848Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:30:29.848Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:30:39.400Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:30:39.400Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:31:29.844Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:31:29.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:31:29.846Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:31:29.846Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:31:29.846Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:31:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:31:39.397Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:31:39.398Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:32:29.844Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:32:29.845Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:32:29.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:32:29.846Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:32:29.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:32:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:32:39.403Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:32:39.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:33:29.844Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:33:29.845Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:33:29.845Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:33:29.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:33:29.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:33:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:33:39.393Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:33:39.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:34:29.843Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:34:29.844Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:34:29.844Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:34:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:34:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:34:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:34:39.387Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:34:39.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:35:29.843Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:35:29.844Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:35:29.845Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:35:29.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:35:29.846Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:35:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:35:39.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:35:39.394Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:29.843Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:36:29.844Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:36:29.844Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:29.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:36:29.846Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:36:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:30.471Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:30.472Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.472Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e4721809-ed2c-44ea-8770-4ec7462e22d0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8ed97d1c-26a9-4836-977d-552382bdbb10","serviceDescription":"service","serviceInvariantUUID":"9c13980d-96d6-43af-9009-9625d8c1619b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c2ea7f70-ed34-439f-a9f0-459406d8f6ba","resourceInvariantUUID":"bb259b47-11fc-4d0c-94da-de57359ed2a2","resourceCustomizationUUID":"2991e179-aaf6-4bdc-b6d2-0d9733cf33c0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NDkyODcxMzNhZDhkNzk2ZTYwZDIwY2JlY2Q2YzgyNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2fbada72-bacf-42ed-9945-75ac0a6d4c33","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"M2Q1MzYxMGZiZWQ5ODkyZDkwNmJmYjE0N2JlYTM4MTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2368e56-988c-44e2-b057-ee0e6228a011","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8cbc1b79-edce-4efe-82d8-b0cbf8acd59d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23a641b9-f5fc-4b71-ac9b-af32e2faa1a5","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cfb31470-22cc-4927-8658-e716e900bf18","artifactVersion":"2","generatedFromUUID":"8c929535-c09d-4f17-8b02-9fd0bb824470"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd5efcfd-fccd-4240-8b09-c714df362877","artifactVersion":"2","generatedFromUUID":"8cbc1b79-edce-4efe-82d8-b0cbf8acd59d"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c929535-c09d-4f17-8b02-9fd0bb824470","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c7a65536-5881-433c-85f8-00e8652441dd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NzhjZWQxZTEzZTIzYjZiM2M3MDk5YjA5YjFmNGFkNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e6fe190-c817-448f-8486-ff41d3ae531a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODNmOTc3MWZmZmNiYTVkNDdjYTY3Y2FiOWY1ZTcwNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb835aa2-c073-474a-b6f8-c664079752ab","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-15T04:36:30.480Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:36:30.481Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:30.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:30.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486954351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "ves-openapi-manager", "timestamp": 1668486956869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486953759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486954351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486953759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "ves-openapi-manager", "timestamp": 1668486956869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486954351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486953759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-15T04:36:30.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "ves-openapi-manager", "timestamp": 1668486956869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486954351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486953759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "ves-openapi-manager", "timestamp": 1668486956869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486963816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486954351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486953759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.490Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:30.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "ves-openapi-manager", "timestamp": 1668486956869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.490Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486963816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486954351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486953759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "ves-openapi-manager", "timestamp": 1668486956869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486963816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486954351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486953759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "ves-openapi-manager", "timestamp": 1668486956869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486963816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486954351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486967725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486953759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "ves-openapi-manager", "timestamp": 1668486956869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486963816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486954351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486967725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:36:30.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486953759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "ves-openapi-manager", "timestamp": 1668486956869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486963816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486968628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486954351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:36:30.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486967725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-15T04:36:30.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486953759, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:36:30.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "ves-openapi-manager", "timestamp": 1668486956869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486963816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486968628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486967725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486971232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:30.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486971220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:30.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486963816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486968628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486967725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-15T04:36:30.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486972224, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:36:30.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486963816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486968628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486967725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-15T04:36:30.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "policy-id", "timestamp": 1668486973227, "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 (?, ?, ?, ?, ?) 2022-11-15T04:36:30.519Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4721809-ed2c-44ea-8770-4ec7462e22d0 2022-11-15T04:36:30.519Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4721809-ed2c-44ea-8770-4ec7462e22d0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:36:30.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486963816, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:36:30.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486973680, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:36:30.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486973612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486968628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486967725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-15T04:36:30.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486974585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:30.528Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668486974685, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:36:30.533Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e4721809-ed2c-44ea-8770-4ec7462e22d0 2022-11-15T04:36:30.533Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4721809-ed2c-44ea-8770-4ec7462e22d0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:36:30.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486973612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:36:30.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486968628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486967725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486973612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486968628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486967725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486973612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486968628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486967725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:36:30.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "cds", "timestamp": 1668486977221, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:36:30.548Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e4721809-ed2c-44ea-8770-4ec7462e22d0 2022-11-15T04:36:30.548Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4721809-ed2c-44ea-8770-4ec7462e22d0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:36:30.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486973612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486968628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486978506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486973612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486968628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486979573, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486973612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486979395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:30.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486980629, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:30.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486973612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486981708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:30.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486973612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:30.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486982771, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:36:30.565Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4721809-ed2c-44ea-8770-4ec7462e22d0 2022-11-15T04:36:30.565Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4721809-ed2c-44ea-8770-4ec7462e22d0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-15T04:36:30.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486973612, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:36:30.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:36:30.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "multicloud-k8s-id", "timestamp": 1668486983776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:36:30.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486987068, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:36:30.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:36:30.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:36:30.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "aai-ml", "timestamp": 1668486988075, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:36:30.576Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e4721809-ed2c-44ea-8770-4ec7462e22d0 2022-11-15T04:36:30.576Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4721809-ed2c-44ea-8770-4ec7462e22d0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:36:30.589Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:36:30.590Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:30.590Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:30.605Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:30.605Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:31.491Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:36:31.491Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:31.494Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:31.494Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:36:31.594Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:31.595Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:31.595Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:31.608Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:31.609Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:32.494Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:36:32.495Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:32.497Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:32.497Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-15T04:36:32.597Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:32.598Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:32.598Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:32.614Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:32.614Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:33.498Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:36:33.499Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:33.501Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:33.501Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:33.601Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:33.602Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:33.602Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:33.616Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:33.616Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:36:34.502Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:36:34.502Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:34.505Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:34.505Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-15T04:36:34.605Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:34.606Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:34.606Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:34.619Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:34.620Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:35.506Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:36:35.507Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:35.509Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:35.509Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-15T04:36:35.609Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:35.610Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:35.610Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:35.623Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:35.623Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:36:36.510Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:36:36.511Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:36.513Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:36.513Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-15T04:36:36.613Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:36.614Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:36.614Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:36.625Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:36.625Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:37.514Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:36:37.515Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:37.517Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:37.517Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:37.618Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:37.619Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:37.619Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:37.638Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:37.638Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:38.518Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:36:38.519Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:38.521Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:38.522Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:36:38.622Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:38.623Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:38.623Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:38.640Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:38.641Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:39.522Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:36:39.523Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:39.526Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:39.526Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:36:39.626Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:39.627Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:39.627Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:39.639Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:39.640Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:40.527Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "8ed97d1c-26a9-4836-977d-552382bdbb10", "serviceDescription": "service", "serviceInvariantUUID": "9c13980d-96d6-43af-9009-9625d8c1619b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "2991e179-aaf6-4bdc-b6d2-0d9733cf33c0", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c2ea7f70-ed34-439f-a9f0-459406d8f6ba", "resourceInvariantUUID": "bb259b47-11fc-4d0c-94da-de57359ed2a2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "M2Q1MzYxMGZiZWQ5ODkyZDkwNmJmYjE0N2JlYTM4MTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f2368e56-988c-44e2-b057-ee0e6228a011", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8cbc1b79-edce-4efe-82d8-b0cbf8acd59d", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bd5efcfd-fccd-4240-8b09-c714df362877", "generatedFromUUID": "8cbc1b79-edce-4efe-82d8-b0cbf8acd59d" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cfb31470-22cc-4927-8658-e716e900bf18", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bd5efcfd-fccd-4240-8b09-c714df362877", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8c929535-c09d-4f17-8b02-9fd0bb824470", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ODNmOTc3MWZmZmNiYTVkNDdjYTY3Y2FiOWY1ZTcwNDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cb835aa2-c073-474a-b6f8-c664079752ab" } ], "workloadContext": "Production" } 2022-11-15T04:36:40.528Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-15T04:36:40.528Z|3bf79e05-31d8-4c2e-919f-81b9ef40cecc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8ed97d1c-26a9-4836-977d-552382bdbb10 ASDC 2022-11-15T04:36:40.531Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:e4721809-ed2c-44ea-8770-4ec7462e22d0 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:8ed97d1c-26a9-4836-977d-552382bdbb10 ServiceInvariantUUID:9c13980d-96d6-43af-9009-9625d8c1619b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:cb835aa2-c073-474a-b6f8-c664079752ab ArtifactChecksum:ODNmOTc3MWZmZmNiYTVkNDdjYTY3Y2FiOWY1ZTcwNDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:2991e179-aaf6-4bdc-b6d2-0d9733cf33c0 ResourceInvariantUUID:bb259b47-11fc-4d0c-94da-de57359ed2a2 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:c2ea7f70-ed34-439f-a9f0-459406d8f6ba ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:f2368e56-988c-44e2-b057-ee0e6228a011 ArtifactChecksum:M2Q1MzYxMGZiZWQ5ODkyZDkwNmJmYjE0N2JlYTM4MTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:8cbc1b79-edce-4efe-82d8-b0cbf8acd59d ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:bd5efcfd-fccd-4240-8b09-c714df362877 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:cfb31470-22cc-4927-8658-e716e900bf18 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:bd5efcfd-fccd-4240-8b09-c714df362877 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:8c929535-c09d-4f17-8b02-9fd0bb824470 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-15T04:36:40.531Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ed97d1c-26a9-4836-977d-552382bdbb10 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:36:40.570Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:36:40.572Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:36:40.572Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:36:40.573Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cb835aa2-c073-474a-b6f8-c664079752ab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:40.573Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:36:40.573Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:40.639Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:36:40.647Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cb835aa2-c073-474a-b6f8-c664079752ab 158223 2022-11-15T04:36:40.648Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-15T04:36:40.648Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:40.648Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:36:40.648Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:40.650Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:40.650Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487000648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:40.750Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:40.752Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:40.752Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:40.765Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:40.765Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:41.651Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:36:41.652Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:36:41.653Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cb835aa2-c073-474a-b6f8-c664079752ab, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:41.653Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-15T04:36:41.654Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:41.654Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:41.878Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1791180221334583640/Definitions/service-BasicCnfMacro-template.yml 2022-11-15T04:36:43.309Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-15T04:36:43.322Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:36:43.323Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:43.323Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-15T04:36:43.324Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:43.324Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:43.324Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:43.324Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:43.324Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:36:43.325Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.325Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:43.325Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-15T04:36:43.325Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:36:43.326Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:36:43.326Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.326Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:43.326Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-15T04:36:43.326Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:36:43.327Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:36:43.327Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.327Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:43.327Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.327Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-15T04:36:43.327Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-15T04:36:43.327Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-15T04:36:43.328Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-15T04:36:43.328Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.328Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T04:36:43.328Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.328Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-15T04:36:43.328Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:36:43.329Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.329Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-15T04:36:43.329Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:36:43.329Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.329Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-15T04:36:43.329Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:36:43.330Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.330Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-15T04:36:43.330Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:36:43.330Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.330Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-15T04:36:43.330Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-15T04:36:43.330Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=36c4345c-444d-4a56-9a73-246c1f7e9818 2022-11-15T04:36:43.331Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.331Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:43.331Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.331Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:43.331Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.331Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:43.331Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:43.331Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:43.332Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:8ed97d1c-26a9-4836-977d-552382bdbb10 Model Version:NULL Model InvariantUuid:9c13980d-96d6-43af-9009-9625d8c1619b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:4f2a772b-648e-41c5-9349-7798a5e02b58 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bb259b47-11fc-4d0c-94da-de57359ed2a2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2991e179-aaf6-4bdc-b6d2-0d9733cf33c0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:67168b02-759b-43f5-97e5-a437954ebead ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:3ed0fffe-465b-44a6-952f-e405b4e8dc56 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:9f9bb160-122f-4a31-8cab-e7db5b36d40c ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:215e57c2-a947-4a13-8b45-a551620fb736 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:36c4345c-444d-4a56-9a73-246c1f7e9818 ModelInvariantUuid:bf5ca084-d81f-49fb-aec2-7a3d983a8416 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:0ae927f4-7ddc-4850-80d3-00ec1c32a58f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:55c6ca3d-c294-4203-9f86-98ddf6f94974 ModelInvariantUuid:0a651dd5-857b-4d2a-9514-231812994f33 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:b0d9d708-2976-407f-86bf-b65b20190010 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-15T04:36:43.336Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c2ea7f70-ed34-439f-a9f0-459406d8f6ba Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:36:43.340Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-11-15T04:36:43.340Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c2ea7f70-ed34-439f-a9f0-459406d8f6ba 2022-11-15T04:36:43.340Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f2368e56-988c-44e2-b057-ee0e6228a011 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-15T04:36:43.340Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:36:43.340Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-15T04:36:43.388Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:36:43.389Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f2368e56-988c-44e2-b057-ee0e6228a011 1565 2022-11-15T04:36:43.389Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-15T04:36:43.389Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-15T04:36:43.389Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:36:43.390Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:43.392Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:43.392Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487003389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:43.492Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:43.494Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:43.495Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:43.515Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:43.516Z||pool-100-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:44.393Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9f9bb160-122f-4a31-8cab-e7db5b36d40c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "215e57c2-a947-4a13-8b45-a551620fb736", "vfModuleModelCustomizationUUID": "cff2fa35-e3ee-4214-98ab-93bf94ff082e", "isBase": true, "artifacts": [ "8cbc1b79-edce-4efe-82d8-b0cbf8acd59d", "bd5efcfd-fccd-4240-8b09-c714df362877" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "67168b02-759b-43f5-97e5-a437954ebead", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ed0fffe-465b-44a6-952f-e405b4e8dc56", "vfModuleModelCustomizationUUID": "199f37cd-ca09-450d-860a-e9323eeef25a", "isBase": false, "artifacts": [ "8c929535-c09d-4f17-8b02-9fd0bb824470" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T04:36:44.398Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:215e57c2-a947-4a13-8b45-a551620fb736 VfModuleModelInvariantUUID:9f9bb160-122f-4a31-8cab-e7db5b36d40c VfModuleModelDescription:NULL Artifacts UUID List:{ 8cbc1b79-edce-4efe-82d8-b0cbf8acd59d , bd5efcfd-fccd-4240-8b09-c714df362877 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:3ed0fffe-465b-44a6-952f-e405b4e8dc56 VfModuleModelInvariantUUID:67168b02-759b-43f5-97e5-a437954ebead VfModuleModelDescription:NULL Artifacts UUID List:{ 8c929535-c09d-4f17-8b02-9fd0bb824470 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-15T04:36:44.400Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9f9bb160-122f-4a31-8cab-e7db5b36d40c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "215e57c2-a947-4a13-8b45-a551620fb736", "vfModuleModelCustomizationUUID": "cff2fa35-e3ee-4214-98ab-93bf94ff082e", "isBase": true, "artifacts": [ "8cbc1b79-edce-4efe-82d8-b0cbf8acd59d", "bd5efcfd-fccd-4240-8b09-c714df362877" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "67168b02-759b-43f5-97e5-a437954ebead", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ed0fffe-465b-44a6-952f-e405b4e8dc56", "vfModuleModelCustomizationUUID": "199f37cd-ca09-450d-860a-e9323eeef25a", "isBase": false, "artifacts": [ "8c929535-c09d-4f17-8b02-9fd0bb824470" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T04:36:44.400Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:215e57c2-a947-4a13-8b45-a551620fb736 VfModuleModelInvariantUUID:9f9bb160-122f-4a31-8cab-e7db5b36d40c VfModuleModelDescription:NULL Artifacts UUID List:{ 8cbc1b79-edce-4efe-82d8-b0cbf8acd59d , bd5efcfd-fccd-4240-8b09-c714df362877 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:3ed0fffe-465b-44a6-952f-e405b4e8dc56 VfModuleModelInvariantUUID:67168b02-759b-43f5-97e5-a437954ebead VfModuleModelDescription:NULL Artifacts UUID List:{ 8c929535-c09d-4f17-8b02-9fd0bb824470 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-15T04:36:44.400Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8cbc1b79-edce-4efe-82d8-b0cbf8acd59d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-15T04:36:44.400Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:36:44.400Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-15T04:36:44.447Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:36:44.447Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 8cbc1b79-edce-4efe-82d8-b0cbf8acd59d 914 2022-11-15T04:36:44.448Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-15T04:36:44.448Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-15T04:36:44.448Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:36:44.449Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:44.451Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:44.451Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487004448, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:44.551Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:36:44.552Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:44.552Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:44.567Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:44.567Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:45.456Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cfb31470-22cc-4927-8658-e716e900bf18 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-15T04:36:45.456Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:36:45.457Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-15T04:36:45.511Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:36:45.511Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env cfb31470-22cc-4927-8658-e716e900bf18 12 2022-11-15T04:36:45.512Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-15T04:36:45.512Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-15T04:36:45.512Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:36:45.513Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:45.515Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:45.515Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487005512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:45.615Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:45.616Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:45.616Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:45.629Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:45.629Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:46.516Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bd5efcfd-fccd-4240-8b09-c714df362877 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-15T04:36:46.518Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:36:46.519Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-15T04:36:46.613Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:36:46.614Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env bd5efcfd-fccd-4240-8b09-c714df362877 96 2022-11-15T04:36:46.614Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-15T04:36:46.614Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-15T04:36:46.614Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:36:46.615Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:46.616Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:46.616Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487006614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:46.716Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:36:46.717Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:46.717Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:46.731Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:46.731Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:47.620Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8c929535-c09d-4f17-8b02-9fd0bb824470 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-15T04:36:47.622Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:36:47.622Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-15T04:36:47.732Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:36:47.733Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 8c929535-c09d-4f17-8b02-9fd0bb824470 20206 2022-11-15T04:36:47.734Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-15T04:36:47.734Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-15T04:36:47.734Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:36:47.735Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:47.737Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:47.737Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487007733, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-15T04:36:47.837Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:47.838Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:47.838Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:47.851Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:47.851Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:48.742Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8ed97d1c-26a9-4836-977d-552382bdbb10 2022-11-15T04:36:48.742Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c2ea7f70-ed34-439f-a9f0-459406d8f6ba ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:36:48.750Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22a853f5, org.onap.sdc.toscaparser.api.parameters.Input@b6e4299, org.onap.sdc.toscaparser.api.parameters.Input@5d453c0e, org.onap.sdc.toscaparser.api.parameters.Input@2d88945d, org.onap.sdc.toscaparser.api.parameters.Input@4ddf5de2] 2022-11-15T04:36:48.751Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.752Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:48.752Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-15T04:36:48.752Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2991e179-aaf6-4bdc-b6d2-0d9733cf33c0 2022-11-15T04:36:48.752Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2991e179-aaf6-4bdc-b6d2-0d9733cf33c0 matches Tosca VF Customization UUID: 2991e179-aaf6-4bdc-b6d2-0d9733cf33c0 2022-11-15T04:36:48.752Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2991e179-aaf6-4bdc-b6d2-0d9733cf33c0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-15T04:36:48.754Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.754Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:48.755Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2991e179-aaf6-4bdc-b6d2-0d9733cf33c0: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-11-15T04:36:48.755Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@294e15b3 2022-11-15T04:36:48.755Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.755Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T04:36:48.755Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 199f37cd-ca09-450d-860a-e9323eeef25a 2022-11-15T04:36:48.755Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 199f37cd-ca09-450d-860a-e9323eeef25a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-15T04:36:48.757Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.758Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-15T04:36:48.758Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:36:48.758Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.758Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-15T04:36:48.758Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:36:48.758Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.759Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-15T04:36:48.759Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2991e179-aaf6-4bdc-b6d2-0d9733cf33c0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:36:48.760Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.760Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:48.760Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8ed97d1c-26a9-4836-977d-552382bdbb10: basic_cnf_macro 2022-11-15T04:36:48.760Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.760Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:48.761Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.761Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:48.761Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.761Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:48.761Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.761Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:48.761Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:36:48.762Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:36:48.762Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:36:48.798Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c2ea7f70-ed34-439f-a9f0-459406d8f6ba 2 ASDC deployResourceStructure 2022-11-15T04:36:48.798Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-15T04:36:48.798Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-15T04:36:48.799Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:36:48.799Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:48.801Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:48.801Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487008798, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:36:48.901Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:48.902Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:48.902Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:48.917Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:48.917Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:49.802Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-15T04:36:49.802Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-15T04:36:49.802Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:36:49.802Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:49.804Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:49.804Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487009801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:36:49.904Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:36:49.905Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:49.905Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:49.918Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:49.918Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:50.809Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-15T04:36:50.810Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-15T04:36:50.810Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-15T04:36:50.810Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:50.812Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:50.812Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487010805, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-15T04:36:50.913Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-15T04:36:50.913Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:50.914Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:50.927Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:50.928Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:51.813Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-15T04:36:51.813Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-15T04:36:51.813Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:36:51.814Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:51.816Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:51.816Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487011813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-15T04:36:51.916Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:51.917Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:51.917Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:51.931Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:51.932Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:52.817Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-15T04:36:52.817Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-15T04:36:52.817Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-15T04:36:52.821Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:52.824Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:52.824Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487012817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-15T04:36:52.924Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:52.925Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:52.926Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:52.941Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:52.941Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:53.829Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-15T04:36:53.829Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-15T04:36:53.829Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:36:53.829Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:36:53.831Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:36:53.831Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487013829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:36:53.931Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:36:53.932Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:36:53.932Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:36:53.945Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:36:53.946Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:36:54.832Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4721809-ed2c-44ea-8770-4ec7462e22d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:36:54.843Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4721809-ed2c-44ea-8770-4ec7462e22d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:36:54.845Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:36:54.845Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-15T04:36:54.845Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-15T04:36:54.846Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-15T04:36:54.846Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:36:54.846Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:36:54.846Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:36:54.846Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:36:54.846Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:36:54.847Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:36:54.852Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-15T04:37:24.852Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e4721809-ed2c-44ea-8770-4ec7462e22d0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-15T04:37:24.857Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e4721809-ed2c-44ea-8770-4ec7462e22d0 and serviceModelVersionId: 8ed97d1c-26a9-4836-977d-552382bdbb10 2022-11-15T04:37:24.857Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c13980d-96d6-43af-9009-9625d8c1619b 2022-11-15T04:37:24.859Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c13980d-96d6-43af-9009-9625d8c1619b/model-vers/model-ver/8ed97d1c-26a9-4836-977d-552382bdbb10?depth=0 2022-11-15T04:37:24.864Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-15T04:37:24.912Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c13980d-96d6-43af-9009-9625d8c1619b/model-vers/model-ver/8ed97d1c-26a9-4836-977d-552382bdbb10?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-15T04:37:24.914Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c13980d-96d6-43af-9009-9625d8c1619b/model-vers/model-ver/8ed97d1c-26a9-4836-977d-552382bdbb10?depth=0|INFO|500||Invoke 2022-11-15T04:37:24.936Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c13980d-96d6-43af-9009-9625d8c1619b/model-vers/model-ver/8ed97d1c-26a9-4836-977d-552382bdbb10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-15T04:37:25.019Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c13980d-96d6-43af-9009-9625d8c1619b/model-vers/model-ver/8ed97d1c-26a9-4836-977d-552382bdbb10?depth=0|INFO|500||InvokeReturn 2022-11-15T04:37:25.020Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c13980d-96d6-43af-9009-9625d8c1619b/model-vers/model-ver/8ed97d1c-26a9-4836-977d-552382bdbb10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221115-04:37:24:200-41954], vertex-id=[249928], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:37:24 GMT], Content-Type=[application/json]} 2022-11-15T04:37:25.020Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-15T04:37:25.021Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-15T04:37:25.021Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:37:25.026Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-15T04:37:25.026Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e4721809-ed2c-44ea-8770-4ec7462e22d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-15T04:37:25.026Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-15T04:37:25.027Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:25.029Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:25.029Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487045026, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:37:25.129Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:25.130Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:25.130Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:25.148Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:25.148Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:37:29.843Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:37:29.844Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:37:29.845Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:29.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:37:29.846Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:37:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:29.975Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:29.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:37:29.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:37:29.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:37:30.479Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:30.480Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-15T04:37:30.480Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b3f6871-4ad7-4498-a50d-c4a94c91e180","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a6bd29d7-d319-4cf6-8f10-88c40704cba5","serviceDescription":"service","serviceInvariantUUID":"1ada6c63-5c21-46ba-9700-103e14329181","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e89db29-a70b-4e86-8916-06e180caa562","resourceInvariantUUID":"16f8df08-1e3a-44c7-8273-28c5c9ae2882","resourceCustomizationUUID":"05034e92-149b-479a-8d63-536eb4cd7c34","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":"YTcyNDBlMGZiOWMxYzIxYWM0ZGRhYWMzYzIyZTMyNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa186d3c-4e55-44f2-ae48-27f37d31c8c0","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":"ZWY0MzUzN2FjNGQ2YTQwNDIyNjgxMDEwMTZhNjg4MTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d619516-814a-406a-abcd-1b5e9883867e","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":"1cd9a8b0-ac37-4a05-9ddc-087a6793d3fc","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":"2d0f4c31-8083-464f-adf9-f15b376e56ff","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":"a72557a1-2edf-412a-b742-69dd1ff57905","artifactVersion":"2","generatedFromUUID":"1cd9a8b0-ac37-4a05-9ddc-087a6793d3fc"},{"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":"M2UzNTU5OWNkMjg5ZTBjZWQ0Y2U4YjY5OTdlMjk4OTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c5d92f83-5987-4e45-a312-122d88699feb","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":"YmQyMzY5ZjAwNzYyMzZjODRlZTE2MDRlOWZiZWZmZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a62736b-cc9a-455d-91f8-b006c79778ac","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTkxNmY3OWM2MjZlZTAyNDJkZjY5ZWM1OGQ0ZDlhNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"753502a4-baed-4076-86a4-a59a4c960b8e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-15T04:37:30.482Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:37:30.482Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:30.484Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:30.485Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:37:30.585Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-15T04:37:30.585Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:30.585Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:30.601Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:30.602Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:31.485Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:37:31.486Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:31.488Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:31.488Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:37:31.588Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:31.591Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:31.591Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:31.606Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:31.606Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:32.489Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:37:32.490Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:32.492Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:32.492Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-15T04:37:32.592Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:32.593Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:32.593Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:32.606Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:32.606Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:33.492Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:37:33.493Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:33.496Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:33.496Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:37:33.596Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:33.597Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:33.597Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:33.609Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:33.610Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:34.496Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:37:34.498Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:34.499Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:34.500Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-15T04:37:34.600Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:34.600Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:34.600Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:34.613Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:34.614Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:35.500Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:37:35.502Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:35.503Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:35.504Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:37:35.604Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:35.605Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:35.605Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:35.617Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:35.617Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:36.505Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:37:36.505Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:36.508Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:36.508Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:37:36.608Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:36.609Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:36.609Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:36.624Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:36.624Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:37.508Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:37:37.510Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:37.512Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:37.512Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:37:37.612Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:37.613Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:37.613Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:37.626Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:37.626Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:38.513Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "a6bd29d7-d319-4cf6-8f10-88c40704cba5", "serviceDescription": "service", "serviceInvariantUUID": "1ada6c63-5c21-46ba-9700-103e14329181", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "05034e92-149b-479a-8d63-536eb4cd7c34", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4e89db29-a70b-4e86-8916-06e180caa562", "resourceInvariantUUID": "16f8df08-1e3a-44c7-8273-28c5c9ae2882", "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": "ZWY0MzUzN2FjNGQ2YTQwNDIyNjgxMDEwMTZhNjg4MTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d619516-814a-406a-abcd-1b5e9883867e", "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": "1cd9a8b0-ac37-4a05-9ddc-087a6793d3fc", "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": "a72557a1-2edf-412a-b742-69dd1ff57905", "generatedFromUUID": "1cd9a8b0-ac37-4a05-9ddc-087a6793d3fc" }, "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": "a72557a1-2edf-412a-b742-69dd1ff57905", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NTkxNmY3OWM2MjZlZTAyNDJkZjY5ZWM1OGQ0ZDlhNTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "753502a4-baed-4076-86a4-a59a4c960b8e" } ], "workloadContext": "Production" } 2022-11-15T04:37:38.514Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-15T04:37:38.514Z|e4721809-ed2c-44ea-8770-4ec7462e22d0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a6bd29d7-d319-4cf6-8f10-88c40704cba5 ASDC 2022-11-15T04:37:38.514Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:7b3f6871-4ad7-4498-a50d-c4a94c91e180 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:a6bd29d7-d319-4cf6-8f10-88c40704cba5 ServiceInvariantUUID:1ada6c63-5c21-46ba-9700-103e14329181 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:753502a4-baed-4076-86a4-a59a4c960b8e ArtifactChecksum:NTkxNmY3OWM2MjZlZTAyNDJkZjY5ZWM1OGQ0ZDlhNTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:05034e92-149b-479a-8d63-536eb4cd7c34 ResourceInvariantUUID:16f8df08-1e3a-44c7-8273-28c5c9ae2882 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:4e89db29-a70b-4e86-8916-06e180caa562 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:3d619516-814a-406a-abcd-1b5e9883867e ArtifactChecksum:ZWY0MzUzN2FjNGQ2YTQwNDIyNjgxMDEwMTZhNjg4MTE= 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:1cd9a8b0-ac37-4a05-9ddc-087a6793d3fc 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:a72557a1-2edf-412a-b742-69dd1ff57905 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:a72557a1-2edf-412a-b742-69dd1ff57905 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-15T04:37:38.515Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6bd29d7-d319-4cf6-8f10-88c40704cba5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:37:38.554Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:37:38.555Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:37:38.555Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:37:38.555Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 753502a4-baed-4076-86a4-a59a4c960b8e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-15T04:37:38.556Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:37:38.556Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-15T04:37:38.613Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:37:38.616Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 753502a4-baed-4076-86a4-a59a4c960b8e 78832 2022-11-15T04:37:38.617Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-15T04:37:38.617Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-15T04:37:38.617Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:37:38.617Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:38.619Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:38.620Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487058616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:37:38.720Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:38.721Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:38.721Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:38.735Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:38.735Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:39.621Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:37:39.622Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-15T04:37:39.622Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 753502a4-baed-4076-86a4-a59a4c960b8e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:39.622Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-15T04:37:39.623Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:39.623Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:39.732Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10531691535495796801/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-15T04:37:40.884Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-15T04:37:40.884Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:37:40.884Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:40.885Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-15T04:37:40.885Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:40.885Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:40.885Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:40.886Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:40.886Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:40.886Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:40.886Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:40.887Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:40.887Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-15T04:37:40.887Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-15T04:37:40.887Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.888Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:40.888Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-15T04:37:40.888Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:37:40.889Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:37:40.889Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.889Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:40.889Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-15T04:37:40.890Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-15T04:37:40.890Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:37:40.890Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.891Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:40.891Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.891Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-15T04:37:40.891Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-15T04:37:40.892Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-15T04:37:40.892Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-15T04:37:40.892Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-15T04:37:40.892Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-15T04:37:40.893Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.893Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T04:37:40.893Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.893Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-15T04:37:40.894Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:37:40.894Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.894Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-15T04:37:40.894Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:37:40.895Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.895Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-15T04:37:40.895Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:37:40.896Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.896Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-15T04:37:40.896Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-15T04:37:40.896Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-15T04:37:40.897Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0120a2c5-ee75-4016-b6f0-0925f071c77e 2022-11-15T04:37:40.897Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.897Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:40.897Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.898Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:40.898Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.898Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:40.898Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:40.899Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:40.899Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:a6bd29d7-d319-4cf6-8f10-88c40704cba5 Model Version:NULL Model InvariantUuid:1ada6c63-5c21-46ba-9700-103e14329181 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:e506e550-84f5-4b74-b593-ede6d0da3141 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:16f8df08-1e3a-44c7-8273-28c5c9ae2882 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:05034e92-149b-479a-8d63-536eb4cd7c34 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ff5f6c7b-aa56-46c6-9486-eb4337edc6f5 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:0bfa9f04-34b8-4770-b6b5-60ddf6e4e10c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0120a2c5-ee75-4016-b6f0-0925f071c77e ModelInvariantUuid:16d9f1b7-0a87-4b72-af52-e529847ba393 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:db6b2ddf-f319-47bd-8160-ab34d5b20298 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:105e4337-7ce0-42a8-87af-e92afadcfe04 ModelInvariantUuid:babc026c-3ba6-4279-a8f0-4a93c793d027 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:194213d2-b3c6-4390-95b5-7a03cd92b148 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-15T04:37:40.904Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e89db29-a70b-4e86-8916-06e180caa562 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:37:40.906Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-11-15T04:37:40.906Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e89db29-a70b-4e86-8916-06e180caa562 2022-11-15T04:37:40.906Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3d619516-814a-406a-abcd-1b5e9883867e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-15T04:37:40.906Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:37:40.907Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-15T04:37:40.950Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:37:40.951Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3d619516-814a-406a-abcd-1b5e9883867e 792 2022-11-15T04:37:40.951Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-15T04:37:40.951Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-15T04:37:40.951Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:37:40.952Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:40.954Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:40.954Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487060951, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:37:41.056Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-15T04:37:41.057Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:41.057Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:41.078Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:41.079Z||pool-121-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:37:41.960Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ff5f6c7b-aa56-46c6-9486-eb4337edc6f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0bfa9f04-34b8-4770-b6b5-60ddf6e4e10c", "vfModuleModelCustomizationUUID": "5750dfd0-1444-4540-bf0b-e69ca88d0745", "isBase": true, "artifacts": [ "1cd9a8b0-ac37-4a05-9ddc-087a6793d3fc", "a72557a1-2edf-412a-b742-69dd1ff57905" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T04:37:41.963Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0bfa9f04-34b8-4770-b6b5-60ddf6e4e10c VfModuleModelInvariantUUID:ff5f6c7b-aa56-46c6-9486-eb4337edc6f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 1cd9a8b0-ac37-4a05-9ddc-087a6793d3fc , a72557a1-2edf-412a-b742-69dd1ff57905 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-15T04:37:41.965Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ff5f6c7b-aa56-46c6-9486-eb4337edc6f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0bfa9f04-34b8-4770-b6b5-60ddf6e4e10c", "vfModuleModelCustomizationUUID": "5750dfd0-1444-4540-bf0b-e69ca88d0745", "isBase": true, "artifacts": [ "1cd9a8b0-ac37-4a05-9ddc-087a6793d3fc", "a72557a1-2edf-412a-b742-69dd1ff57905" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-15T04:37:41.965Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0bfa9f04-34b8-4770-b6b5-60ddf6e4e10c VfModuleModelInvariantUUID:ff5f6c7b-aa56-46c6-9486-eb4337edc6f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 1cd9a8b0-ac37-4a05-9ddc-087a6793d3fc , a72557a1-2edf-412a-b742-69dd1ff57905 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-15T04:37:41.966Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1cd9a8b0-ac37-4a05-9ddc-087a6793d3fc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-15T04:37:41.966Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:37:41.967Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-15T04:37:42.024Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:37:42.024Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1cd9a8b0-ac37-4a05-9ddc-087a6793d3fc 5033 2022-11-15T04:37:42.024Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-15T04:37:42.024Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-15T04:37:42.024Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:37:42.025Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:42.036Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:42.036Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487062024, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:37:42.127Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-11-15T04:37:42.128Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:42.128Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:42.140Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:42.140Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:43.040Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a72557a1-2edf-412a-b742-69dd1ff57905 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-15T04:37:43.040Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-15T04:37:43.040Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-15T04:37:43.085Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-15T04:37:43.085Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a72557a1-2edf-412a-b742-69dd1ff57905 903 2022-11-15T04:37:43.086Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-15T04:37:43.086Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-15T04:37:43.086Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:37:43.086Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:43.088Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:43.088Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487063086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:37:43.188Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:43.189Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:43.189Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:43.201Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:43.202Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:44.088Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a6bd29d7-d319-4cf6-8f10-88c40704cba5 2022-11-15T04:37:44.089Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4e89db29-a70b-4e86-8916-06e180caa562 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:37:44.100Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52c9a858, org.onap.sdc.toscaparser.api.parameters.Input@57b11455, org.onap.sdc.toscaparser.api.parameters.Input@12cd1242, org.onap.sdc.toscaparser.api.parameters.Input@3dfcbc01, org.onap.sdc.toscaparser.api.parameters.Input@2268588e] 2022-11-15T04:37:44.101Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.101Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:44.101Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-15T04:37:44.101Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 05034e92-149b-479a-8d63-536eb4cd7c34 2022-11-15T04:37:44.102Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 05034e92-149b-479a-8d63-536eb4cd7c34 matches Tosca VF Customization UUID: 05034e92-149b-479a-8d63-536eb4cd7c34 2022-11-15T04:37:44.102Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 05034e92-149b-479a-8d63-536eb4cd7c34 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-15T04:37:44.103Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.103Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:44.103Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 05034e92-149b-479a-8d63-536eb4cd7c34: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-11-15T04:37:44.104Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f45198b 2022-11-15T04:37:44.104Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.104Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-15T04:37:44.104Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5750dfd0-1444-4540-bf0b-e69ca88d0745 2022-11-15T04:37:44.104Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5750dfd0-1444-4540-bf0b-e69ca88d0745 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-15T04:37:44.105Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.105Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-15T04:37:44.106Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:37:44.106Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.106Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-15T04:37:44.106Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:37:44.106Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.107Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-15T04:37:44.107Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-15T04:37:44.107Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-15T04:37:44.107Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0120a2c5-ee75-4016-b6f0-0925f071c77e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-15T04:37:44.109Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.109Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-15T04:37:44.109Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-15T04:37:44.109Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.109Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-15T04:37:44.109Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=05034e92-149b-479a-8d63-536eb4cd7c34 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:37:44.110Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.110Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:44.110Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a6bd29d7-d319-4cf6-8f10-88c40704cba5: basic_vm_macro 2022-11-15T04:37:44.111Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.111Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:44.111Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.111Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:44.111Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.111Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:44.112Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.112Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:44.112Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:37:44.112Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:37:44.112Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:37:44.164Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4e89db29-a70b-4e86-8916-06e180caa562 1 ASDC deployResourceStructure 2022-11-15T04:37:44.165Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-15T04:37:44.165Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-15T04:37:44.165Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:37:44.165Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:44.167Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:44.167Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487064164, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:37:44.267Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:44.268Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:44.268Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:44.282Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:44.282Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:45.168Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-15T04:37:45.168Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-15T04:37:45.168Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:37:45.169Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:45.171Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:45.171Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487065168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:37:45.271Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:45.272Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:45.272Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:45.284Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:45.284Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:46.171Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-15T04:37:46.173Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-15T04:37:46.173Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:37:46.174Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:46.175Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:46.176Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487066171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-15T04:37:46.276Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:46.277Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:46.277Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:46.292Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:46.292Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:47.177Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-15T04:37:47.177Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-15T04:37:47.177Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:37:47.178Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:37:47.179Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:37:47.180Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487067176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:37:47.280Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:37:47.281Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:37:47.281Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:37:47.293Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:37:47.293Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:37:48.180Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b3f6871-4ad7-4498-a50d-c4a94c91e180 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:37:48.192Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b3f6871-4ad7-4498-a50d-c4a94c91e180 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:37:48.194Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:37:48.194Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:37:48.195Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:38:18.195Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b3f6871-4ad7-4498-a50d-c4a94c91e180 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:38:18.204Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b3f6871-4ad7-4498-a50d-c4a94c91e180 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:38:18.207Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:38:18.207Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:38:18.207Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:38:29.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:38:29.846Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:38:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:38:29.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:38:29.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:38:29.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-15T04:38:29.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486994498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486998503, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:38:29.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "clamp", "timestamp": 1668486999507, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:38:29.899Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e4721809-ed2c-44ea-8770-4ec7462e22d0 2022-11-15T04:38:29.899Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4721809-ed2c-44ea-8770-4ec7462e22d0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:38:29.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668486989843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:38:29.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "cds", "timestamp": 1668486993817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "policy-id", "timestamp": 1668486993759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "ves-openapi-manager", "timestamp": 1668486996869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "aai-ml", "timestamp": 1668486998628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487000648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "cds", "timestamp": 1668486993817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "policy-id", "timestamp": 1668486993759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "ves-openapi-manager", "timestamp": 1668486996869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "aai-ml", "timestamp": 1668486998628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "cds", "timestamp": 1668486993817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "policy-id", "timestamp": 1668486993759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-15T04:38:29.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "ves-openapi-manager", "timestamp": 1668486996869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "aai-ml", "timestamp": 1668486998628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "cds", "timestamp": 1668486993817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "policy-id", "timestamp": 1668486993759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "ves-openapi-manager", "timestamp": 1668486996869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "aai-ml", "timestamp": 1668486998628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487003389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "policy-id", "timestamp": 1668486993759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "cds", "timestamp": 1668486993817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "ves-openapi-manager", "timestamp": 1668486996869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "aai-ml", "timestamp": 1668486998628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "clamp", "timestamp": 1668487003612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487004448, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "policy-id", "timestamp": 1668486993759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "cds", "timestamp": 1668486993817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "ves-openapi-manager", "timestamp": 1668486996869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "aai-ml", "timestamp": 1668486998628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "clamp", "timestamp": 1668487003612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:38:29.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487005512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "policy-id", "timestamp": 1668486993759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "cds", "timestamp": 1668486993817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "ves-openapi-manager", "timestamp": 1668486996869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "aai-ml", "timestamp": 1668486998628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "clamp", "timestamp": 1668487003612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487006614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "policy-id", "timestamp": 1668486993759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:38:29.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "cds", "timestamp": 1668486993817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:38:29.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "ves-openapi-manager", "timestamp": 1668486996869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "aai-ml", "timestamp": 1668486998628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:38:29.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "clamp", "timestamp": 1668487003612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487007733, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.920Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "clamp", "timestamp": 1668487003612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "cds", "timestamp": 1668487008048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "policy-id", "timestamp": 1668487008034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "aai-ml", "timestamp": 1668487007335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487007725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487008798, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "clamp", "timestamp": 1668487003612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "policy-id", "timestamp": 1668487009038, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487007725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:38:29.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "cds", "timestamp": 1668487009343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:38:29.927Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b3f6871-4ad7-4498-a50d-c4a94c91e180 2022-11-15T04:38:29.928Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b3f6871-4ad7-4498-a50d-c4a94c91e180 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:38:29.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487009801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:38:29.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "clamp", "timestamp": 1668487003612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "policy-id", "timestamp": 1668487010041, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:38:29.939Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b3f6871-4ad7-4498-a50d-c4a94c91e180 2022-11-15T04:38:29.939Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b3f6871-4ad7-4498-a50d-c4a94c91e180 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:38:29.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487007725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-15T04:38:29.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487010805, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-15T04:38:29.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "clamp", "timestamp": 1668487003612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:38:29.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487007725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487011813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-15T04:38:29.947Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487007725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-15T04:38:29.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487012817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-15T04:38:29.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487007725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487013829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:38:29.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487007725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "aai-ml", "timestamp": 1668487014240, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487014351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487007725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "aai-ml", "timestamp": 1668487015244, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:38:29.954Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b3f6871-4ad7-4498-a50d-c4a94c91e180 2022-11-15T04:38:29.954Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b3f6871-4ad7-4498-a50d-c4a94c91e180 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:38:29.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487014351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487016501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487014351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487017595, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487014351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487018693, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487014351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487019714, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:38:29.966Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b3f6871-4ad7-4498-a50d-c4a94c91e180 2022-11-15T04:38:29.966Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b3f6871-4ad7-4498-a50d-c4a94c91e180 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-11-15T04:38:29.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487014351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "clamp", "timestamp": 1668487020501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "multicloud-k8s-id", "timestamp": 1668487020718, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487014351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487014351, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-15T04:38:29.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487023102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:38:29.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "clamp", "timestamp": 1668487024509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:38:29.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "clamp", "timestamp": 1668487025513, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:38:29.979Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b3f6871-4ad7-4498-a50d-c4a94c91e180 2022-11-15T04:38:29.979Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b3f6871-4ad7-4498-a50d-c4a94c91e180 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:38:29.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487025400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:38:29.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:29.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487026405, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:38:29.991Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b3f6871-4ad7-4498-a50d-c4a94c91e180 2022-11-15T04:38:29.991Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b3f6871-4ad7-4498-a50d-c4a94c91e180 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:38:29.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-15T04:38:29.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4721809-ed2c-44ea-8770-4ec7462e22d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487045026, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:38:29.998Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:38:48.208Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b3f6871-4ad7-4498-a50d-c4a94c91e180 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:38:48.221Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b3f6871-4ad7-4498-a50d-c4a94c91e180 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:38:48.223Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:38:48.223Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-15T04:38:48.223Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-15T04:38:48.223Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-15T04:38:48.223Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:38:48.223Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:38:48.224Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:38:48.224Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:38:48.224Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:38:48.224Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:38:48.224Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:38:48.229Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-15T04:39:18.229Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b3f6871-4ad7-4498-a50d-c4a94c91e180 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-15T04:39:18.235Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b3f6871-4ad7-4498-a50d-c4a94c91e180 and serviceModelVersionId: a6bd29d7-d319-4cf6-8f10-88c40704cba5 2022-11-15T04:39:18.235Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ada6c63-5c21-46ba-9700-103e14329181 2022-11-15T04:39:18.236Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ada6c63-5c21-46ba-9700-103e14329181/model-vers/model-ver/a6bd29d7-d319-4cf6-8f10-88c40704cba5?depth=0 2022-11-15T04:39:18.239Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-15T04:39:18.274Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ada6c63-5c21-46ba-9700-103e14329181/model-vers/model-ver/a6bd29d7-d319-4cf6-8f10-88c40704cba5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-15T04:39:18.276Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ada6c63-5c21-46ba-9700-103e14329181/model-vers/model-ver/a6bd29d7-d319-4cf6-8f10-88c40704cba5?depth=0|INFO|500||Invoke 2022-11-15T04:39:18.297Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ada6c63-5c21-46ba-9700-103e14329181/model-vers/model-ver/a6bd29d7-d319-4cf6-8f10-88c40704cba5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-15T04:39:18.382Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ada6c63-5c21-46ba-9700-103e14329181/model-vers/model-ver/a6bd29d7-d319-4cf6-8f10-88c40704cba5?depth=0|INFO|500||InvokeReturn 2022-11-15T04:39:18.382Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ada6c63-5c21-46ba-9700-103e14329181/model-vers/model-ver/a6bd29d7-d319-4cf6-8f10-88c40704cba5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-04:39:17:560-67854], vertex-id=[262192], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:39:17 GMT], Content-Type=[application/json]} 2022-11-15T04:39:18.383Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-15T04:39:18.383Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-15T04:39:18.383Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:39:18.387Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-15T04:39:18.388Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b3f6871-4ad7-4498-a50d-c4a94c91e180 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-15T04:39:18.388Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-15T04:39:18.388Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:18.390Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:18.390Z|7b3f6871-4ad7-4498-a50d-c4a94c91e180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487158388, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:39:18.490Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:39:18.491Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:18.492Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:18.511Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:18.513Z||pool-128-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:39:19.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:39:19.406Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:39:19.406Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:20.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:20.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-15T04:39:20.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"620c96f5-65ec-4b34-8a42-d48f910c4473","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"dcae09f6-72a1-4d97-bc2a-485a57145bfe","serviceDescription":"service","serviceInvariantUUID":"717171ea-148b-49ea-8097-5aba7e6e8d38","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1e4e427b-2fa5-4561-94a3-1bab8d53b593","resourceInvariantUUID":"9431d4f1-3027-4718-8aeb-438ccfa7b63e","resourceCustomizationUUID":"25cbd57d-b5be-495d-897f-6d81a050236e","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":"YjExZWYzZTRmZDRmYWVlZWViZWY4M2Q4MWE4NmJiMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"562ff6e6-aa0b-43e3-8175-476384287d37","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":"1cb5a4a7-89af-4e31-b1b9-70354592377a","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":"6ad5a3b4-fedb-49f8-bdfa-0383196a9fb5","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":"Yjk5NWQyZDUxNzgzNjEwZTE4Mzk3YWYxNTdjZmFmYzc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b33ad807-8216-48f0-b91d-e0c3df0f98ae","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":"d05f1162-e5c8-4ae3-830c-100efefb33ab","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":"04bcac54-9b01-4539-8fc3-474f1cfe42ba","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":"be3932e2-41a0-4f3e-9022-d06b1fc2ec23","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":"Yjk4NWZhMWE4ZDNhMzhiYmM4MWNkMmJlOWJiMDRlOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab2c0638-0980-4c08-ab53-d4f345430c75","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWJhZmIzNWFkOTVhZTYzN2M5NGVmMDdhNTc5ODUwNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4315d295-fe7d-4a40-a422-ade4259c0adb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-15T04:39:20.036Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:39:20.036Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:20.038Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:20.038Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:20.138Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:39:20.139Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:20.139Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:20.151Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:20.152Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:39:21.039Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:39:21.040Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:21.042Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:21.042Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:21.143Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-15T04:39:21.144Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:21.144Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:21.157Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:21.157Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:39:22.043Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:39:22.044Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:22.046Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:22.046Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:22.146Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:39:22.147Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:22.147Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:22.160Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:22.160Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:39:23.046Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:39:23.047Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:23.049Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:23.049Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:23.149Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:39:23.150Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:23.151Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:23.163Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:23.163Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:39:24.049Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:39:24.051Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:24.064Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:24.064Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:24.153Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-11-15T04:39:24.153Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:24.154Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:24.169Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:24.169Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:39:25.065Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:39:25.066Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:25.068Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:25.068Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:25.168Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:39:25.169Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:25.169Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:25.185Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:25.185Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:39:26.069Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:39:26.069Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:26.072Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:26.072Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:26.172Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:39:26.173Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:26.173Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:26.191Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:26.191Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:39:27.073Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:39:27.073Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:27.076Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:27.076Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:27.176Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:39:27.177Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:27.177Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:27.191Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:27.191Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:39:28.077Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-15T04:39:28.077Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:28.079Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:28.079Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:39:28.180Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:39:28.180Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:28.181Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:28.196Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:28.196Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:39:29.081Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "dcae09f6-72a1-4d97-bc2a-485a57145bfe", "serviceDescription": "service", "serviceInvariantUUID": "717171ea-148b-49ea-8097-5aba7e6e8d38", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "25cbd57d-b5be-495d-897f-6d81a050236e", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1e4e427b-2fa5-4561-94a3-1bab8d53b593", "resourceInvariantUUID": "9431d4f1-3027-4718-8aeb-438ccfa7b63e", "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": "YWJhZmIzNWFkOTVhZTYzN2M5NGVmMDdhNTc5ODUwNmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4315d295-fe7d-4a40-a422-ade4259c0adb" } ], "workloadContext": "Production" } 2022-11-15T04:39:29.081Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-15T04:39:29.081Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcae09f6-72a1-4d97-bc2a-485a57145bfe ASDC 2022-11-15T04:39:29.081Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:620c96f5-65ec-4b34-8a42-d48f910c4473 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:dcae09f6-72a1-4d97-bc2a-485a57145bfe ServiceInvariantUUID:717171ea-148b-49ea-8097-5aba7e6e8d38 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:4315d295-fe7d-4a40-a422-ade4259c0adb ArtifactChecksum:YWJhZmIzNWFkOTVhZTYzN2M5NGVmMDdhNTc5ODUwNmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:25cbd57d-b5be-495d-897f-6d81a050236e ResourceInvariantUUID:9431d4f1-3027-4718-8aeb-438ccfa7b63e ResourceName:test-pnf ResourceType:PNF ResourceUUID:1e4e427b-2fa5-4561-94a3-1bab8d53b593 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-15T04:39:29.082Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcae09f6-72a1-4d97-bc2a-485a57145bfe ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:39:29.121Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:39:29.121Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-15T04:39:29.122Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-15T04:39:29.122Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4315d295-fe7d-4a40-a422-ade4259c0adb from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-15T04:39:29.122Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-15T04:39:29.122Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-15T04:39:29.180Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-15T04:39:29.185Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4315d295-fe7d-4a40-a422-ade4259c0adb 105676 2022-11-15T04:39:29.185Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-15T04:39:29.185Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-15T04:39:29.185Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-15T04:39:29.185Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:29.187Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:29.187Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487169185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:39:29.287Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:39:29.288Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:29.289Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:29.300Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:29.301Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-15T04:39:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:39:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:39:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:29.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:29.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-15T04:39:29.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-15T04:39:29.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487049843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487058616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:39:29.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:39:29.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487060951, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-15T04:39:29.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:39:29.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487062024, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487063086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487064164, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487065168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487066171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-15T04:39:29.873Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487067176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487096869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487093759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487093612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "cds", "timestamp": 1668487098816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487096869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487093759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487093612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "cds", "timestamp": 1668487098816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487096869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487093759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487093612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "cds", "timestamp": 1668487098816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487096869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487093759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487093612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "cds", "timestamp": 1668487098816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487104351, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487096869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487093759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487093612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "cds", "timestamp": 1668487098816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487104351, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487096869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487093759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487093612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "cds", "timestamp": 1668487098816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487104351, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487096869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-15T04:39:29.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487093759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487093612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "cds", "timestamp": 1668487098816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487104351, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "multicloud-k8s-id", "timestamp": 1668487107725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487096869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487093759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487093612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "cds", "timestamp": 1668487098816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487104351, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:29.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:39:29.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "multicloud-k8s-id", "timestamp": 1668487107725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:39:29.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:39:30.188Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-15T04:39:30.189Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-15T04:39:30.189Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4315d295-fe7d-4a40-a422-ade4259c0adb, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-15T04:39:30.189Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-15T04:39:30.190Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-15T04:39:30.190Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-15T04:39:30.310Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8687745726872937713/Definitions/service-TestPnfMacro-template.yml 2022-11-15T04:39:31.039Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-15T04:39:31.039Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-11-15T04:39:31.039Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-15T04:39:31.039Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-15T04:39:31.039Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-15T04:39:31.039Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-15T04:39:31.039Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-15T04:39:31.040Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-15T04:39:31.040Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-15T04:39:31.040Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-15T04:39:31.040Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-15T04:39:31.040Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-11-15T04:39:31.040Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:39:31.040Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:39:31.040Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-15T04:39:31.040Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-11-15T04:39:31.041Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:39:31.041Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:39:31.041Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:39:31.041Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-15T04:39:31.041Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-11-15T04:39:31.041Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-15T04:39:31.041Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:39:31.042Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:39:31.042Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:39:31.042Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:39:31.042Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:39:31.042Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:39:31.042Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:39:31.042Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:39:31.043Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:39:31.043Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:39:31.043Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:dcae09f6-72a1-4d97-bc2a-485a57145bfe Model Version:NULL Model InvariantUuid:717171ea-148b-49ea-8097-5aba7e6e8d38 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-15T04:39:31.047Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1e4e427b-2fa5-4561-94a3-1bab8d53b593 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:39:31.050Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-11-15T04:39:31.050Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1e4e427b-2fa5-4561-94a3-1bab8d53b593 2022-11-15T04:39:31.050Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||No resources found for Service: dcae09f6-72a1-4d97-bc2a-485a57145bfe 2022-11-15T04:39:31.050Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: dcae09f6-72a1-4d97-bc2a-485a57145bfe 2022-11-15T04:39:31.050Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1e4e427b-2fa5-4561-94a3-1bab8d53b593 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:39:31.052Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d2291fc, org.onap.sdc.toscaparser.api.parameters.Input@32a69c40, org.onap.sdc.toscaparser.api.parameters.Input@396adf1e, org.onap.sdc.toscaparser.api.parameters.Input@2ea03115, org.onap.sdc.toscaparser.api.parameters.Input@724e84c] 2022-11-15T04:39:31.053Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:39:31.053Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:39:31.053Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid dcae09f6-72a1-4d97-bc2a-485a57145bfe: test-pnf 2022-11-15T04:39:31.053Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||Processing PNF resource: 1e4e427b-2fa5-4561-94a3-1bab8d53b593 2022-11-15T04:39:31.053Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-15T04:39:31.053Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-15T04:39:31.053Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||Resource customization UUID: 25cbd57d-b5be-495d-897f-6d81a050236e is the same as notified resource customizationUUID: 25cbd57d-b5be-495d-897f-6d81a050236e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-15T04:39:31.077Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1e4e427b-2fa5-4561-94a3-1bab8d53b593 0 ASDC deployResourceStructure 2022-11-15T04:39:31.078Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-15T04:39:31.078Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-15T04:39:31.078Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-15T04:39:31.078Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:39:31.080Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:39:31.080Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487171077, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:39:31.180Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:39:31.181Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:39:31.181Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:39:31.192Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:39:31.192Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-15T04:39:32.080Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:39:32.091Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:39:32.092Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:39:32.092Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:39:32.093Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:40:02.093Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:40:02.109Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:40:02.111Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:40:02.111Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:40:02.112Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:40:29.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:40:29.848Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:40:29.849Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:40:29.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:40:29.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-15T04:40:29.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487096869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:40:29.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-15T04:40:32.112Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:40:32.131Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:40:32.132Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:40:32.133Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:40:32.133Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:41:02.133Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:41:02.145Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:41:02.147Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:41:02.147Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-15T04:41:02.147Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-15T04:41:29.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:41:29.847Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:41:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:41:29.916Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:41:29.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487093759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:41:29.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "cds", "timestamp": 1668487098816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:41:29.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487093612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:41:29.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487104351, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:29.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "multicloud-k8s-id", "timestamp": 1668487107725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:29.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487110933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-15T04:41:29.921Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:29.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487110924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:41:29.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:29.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "cds", "timestamp": 1668487110969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:41:29.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:29.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487104351, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:29.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "multicloud-k8s-id", "timestamp": 1668487107725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:29.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487111928, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:41:29.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:29.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487111963, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-15T04:41:29.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:29.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487104351, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:29.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "multicloud-k8s-id", "timestamp": 1668487107725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:29.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "cds", "timestamp": 1668487112325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:41:29.934Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 620c96f5-65ec-4b34-8a42-d48f910c4473 2022-11-15T04:41:29.935Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620c96f5-65ec-4b34-8a42-d48f910c4473 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:41:29.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "ves-openapi-manager", "timestamp": 1668487112966, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:41:29.958Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 620c96f5-65ec-4b34-8a42-d48f910c4473 2022-11-15T04:41:29.959Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620c96f5-65ec-4b34-8a42-d48f910c4473 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:41:29.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "policy-id", "timestamp": 1668487112931, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:41:29.973Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 620c96f5-65ec-4b34-8a42-d48f910c4473 2022-11-15T04:41:29.974Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620c96f5-65ec-4b34-8a42-d48f910c4473 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:41:29.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487104351, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:41:29.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "multicloud-k8s-id", "timestamp": 1668487107725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:29.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487114107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:41:29.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:29.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "multicloud-k8s-id", "timestamp": 1668487107725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:29.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487114516, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:41:29.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:29.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "multicloud-k8s-id", "timestamp": 1668487107725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:29.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487115535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:41:29.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:29.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487115939, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:41:29.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:29.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "multicloud-k8s-id", "timestamp": 1668487107725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:41:29.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:29.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:29.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "clamp", "timestamp": 1668487116539, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:41:29.994Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 620c96f5-65ec-4b34-8a42-d48f910c4473 2022-11-15T04:41:29.995Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620c96f5-65ec-4b34-8a42-d48f910c4473 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:41:30.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668487116942, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:41:30.006Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 620c96f5-65ec-4b34-8a42-d48f910c4473 2022-11-15T04:41:30.007Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620c96f5-65ec-4b34-8a42-d48f910c4473 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:41:30.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487118628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487118628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487118628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487118628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487118628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487118628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487118628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487118628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487118628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:41:30.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487128423, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:41:30.020Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:30.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487133493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:41:30.020Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:30.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "aai-ml", "timestamp": 1668487134496, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:41:30.025Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 620c96f5-65ec-4b34-8a42-d48f910c4473 2022-11-15T04:41:30.025Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 620c96f5-65ec-4b34-8a42-d48f910c4473 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-15T04:41:30.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b3f6871-4ad7-4498-a50d-c4a94c91e180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487158388, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:41:30.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:30.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-15T04:41:30.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487159405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-15T04:41:30.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-15T04:41:30.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-15T04:41:30.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487169185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-15T04:41:30.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:41:32.147Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:41:32.159Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-15T04:41:32.162Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-15T04:41:32.162Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-15T04:41:32.162Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-15T04:41:32.162Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-15T04:41:32.162Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:41:32.162Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:41:32.163Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:41:32.163Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:41:32.163Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:41:32.163Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:41:32.163Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-15T04:41:32.163Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-15T04:41:32.168Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-15T04:42:02.168Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-15T04:42:02.174Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 620c96f5-65ec-4b34-8a42-d48f910c4473 and serviceModelVersionId: dcae09f6-72a1-4d97-bc2a-485a57145bfe 2022-11-15T04:42:02.174Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 717171ea-148b-49ea-8097-5aba7e6e8d38 2022-11-15T04:42:02.176Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/717171ea-148b-49ea-8097-5aba7e6e8d38/model-vers/model-ver/dcae09f6-72a1-4d97-bc2a-485a57145bfe?depth=0 2022-11-15T04:42:02.185Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-11-15T04:42:02.241Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/717171ea-148b-49ea-8097-5aba7e6e8d38/model-vers/model-ver/dcae09f6-72a1-4d97-bc2a-485a57145bfe?depth=0|INFO|500||Invoke 2022-11-15T04:42:02.242Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/717171ea-148b-49ea-8097-5aba7e6e8d38/model-vers/model-ver/dcae09f6-72a1-4d97-bc2a-485a57145bfe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/717171ea-148b-49ea-8097-5aba7e6e8d38/model-vers/model-ver/dcae09f6-72a1-4d97-bc2a-485a57145bfe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[620c96f5-65ec-4b34-8a42-d48f910c4473], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[362d17af-1ca0-4e8b-b840-13d64357cd08], X-ECOMP-RequestID=[620c96f5-65ec-4b34-8a42-d48f910c4473], X-TransactionId=[], X-ONAP-RequestID=[620c96f5-65ec-4b34-8a42-d48f910c4473], Content-Type=[application/merge-patch+json]} 2022-11-15T04:42:02.292Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/717171ea-148b-49ea-8097-5aba7e6e8d38/model-vers/model-ver/dcae09f6-72a1-4d97-bc2a-485a57145bfe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-15T04:42:02.378Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/717171ea-148b-49ea-8097-5aba7e6e8d38/model-vers/model-ver/dcae09f6-72a1-4d97-bc2a-485a57145bfe?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/717171ea-148b-49ea-8097-5aba7e6e8d38/model-vers/model-ver/dcae09f6-72a1-4d97-bc2a-485a57145bfe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221115-04:42:01:556-3883], vertex-id=[274480], Content-Length=[0], Date=[Tue, 15 Nov 2022 04:42:01 GMT], Content-Type=[application/json]} 2022-11-15T04:42:02.378Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/717171ea-148b-49ea-8097-5aba7e6e8d38/model-vers/model-ver/dcae09f6-72a1-4d97-bc2a-485a57145bfe?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-15T04:42:02.378Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/717171ea-148b-49ea-8097-5aba7e6e8d38/model-vers/model-ver/dcae09f6-72a1-4d97-bc2a-485a57145bfe?depth=0|INFO|500||InvokeReturn 2022-11-15T04:42:02.379Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-15T04:42:02.379Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-15T04:42:02.382Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-15T04:42:02.383Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 620c96f5-65ec-4b34-8a42-d48f910c4473 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-15T04:42:02.383Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-15T04:42:02.384Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-15T04:42:02.386Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-15T04:42:02.386Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487322383, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:42:02.487Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-15T04:42:02.487Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-15T04:42:02.488Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CE9wJzh13UJJQYY9) ... 2022-11-15T04:42:02.503Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:42:02.504Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-15T04:42:03.401Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:42:03.402Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:42:03.402Z|620c96f5-65ec-4b34-8a42-d48f910c4473|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:42:13.695Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:42:13.696Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:42:13.697Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:42:13.697Z|620c96f5-65ec-4b34-8a42-d48f910c4473|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:42:23.239Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:42:23.240Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:42:23.241Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:42:23.241Z|620c96f5-65ec-4b34-8a42-d48f910c4473|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:42:29.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:42:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:42:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:42:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:42:29.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-15T04:42:29.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487171077, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-15T04:42:29.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:42:32.783Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:42:32.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:42:32.785Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:42:32.785Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:42:42.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:43:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:43:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:43:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:43:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:43:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:43:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:43:30.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:43:30.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-15T04:43:30.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "620c96f5-65ec-4b34-8a42-d48f910c4473", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668487322383, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-15T04:43:30.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-15T04:43:39.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:44:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:44:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:44:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:44:29.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:44:29.847Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:44:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:44:39.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:44:39.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:45:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:45:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:45:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:45:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:45:29.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:45:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:45:39.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:45:39.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:46:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:46:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:46:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:46:29.845Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:46:29.846Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:46:29.846Z|620c96f5-65ec-4b34-8a42-d48f910c4473|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:46:39.389Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:46:39.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:47:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:47:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:47:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:47:29.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:47:29.846Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:47:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:47:39.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:47:39.404Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:48:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:48:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:48:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:48:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:48:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:48:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:48:39.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:48:39.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:49:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:49:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:49:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:49:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:49:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:49:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:49:39.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:49:39.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:50:29.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:50:29.845Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:50:29.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:50:29.846Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:50:29.846Z|620c96f5-65ec-4b34-8a42-d48f910c4473|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:50:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:50:39.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:50:39.397Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:51:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:51:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:51:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:51:29.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:51:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:51:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:51:39.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:51:39.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:52:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:52:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:52:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:52:29.845Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:52:29.846Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:52:29.847Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:52:39.426Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:52:39.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:53:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:53:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:53:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:53:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:53:29.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:53:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:53:39.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:53:39.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:54:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:54:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:54:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:54:29.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:54:29.854Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:54:29.855Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:54:39.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:54:39.403Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:55:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:55:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:55:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:55:29.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:55:29.846Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:55:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:55:39.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:55:39.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:56:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:56:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:56:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:56:29.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:56:29.846Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:56:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:56:39.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:56:39.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:57:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:57:29.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:57:29.844Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:57:29.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:57:29.846Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:57:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:57:39.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:57:39.407Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:58:29.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:58:29.845Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:58:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:58:29.845Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:58:29.846Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:58:29.846Z|620c96f5-65ec-4b34-8a42-d48f910c4473|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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:58:39.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:58:39.392Z|620c96f5-65ec-4b34-8a42-d48f910c4473|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:59:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:59:29.845Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:59:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:59:29.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T04:59:29.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T04:59:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T04:59:39.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T04:59:39.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T05:00:29.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T05:00:29.846Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T05:00:29.848Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T05:00:29.848Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T05:00:29.848Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T05:00:29.848Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|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 CE9wJzh13UJJQYY9) ... 2022-11-15T05:00:39.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T05:00:39.422Z|cd82e16c-4cfb-4858-9ad5-959b7ca1c969|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T05:01:29.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T05:01:29.845Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T05:01:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T05:01:29.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T05:01:29.846Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T05:01:29.846Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T05:01:39.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T05:01:39.389Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T05:02:29.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T05:02:29.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T05:02:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T05:02:29.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T05:02:29.847Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T05:02:29.847Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T05:02:39.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T05:02:39.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T05:03:29.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T05:03:29.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T05:03:29.845Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T05:03:29.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-15T05:03:29.849Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-15T05:03:29.850Z||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 CE9wJzh13UJJQYY9) ... 2022-11-15T05:03:39.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-15T05:03:39.394Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK