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-05T05:21:21.794Z||main|||||INFO|500||The following profiles are active: basic 2022-11-05T05:21:33.070Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-05T05:21:33.071Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-05T05:21:33.179Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-05T05:21:37.690Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-05T05:21:38.109Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-05T05:21:38.593Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-05T05:21:38.601Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-05T05:21:38.732Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-05T05:21:38.948Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-05T05:21:39.642Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-05T05:21:41.590Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-05T05:21:44.246Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-05T05:21:44.307Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-05T05:21:45.052Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-05T05:21:45.275Z||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-05T05:21:46.596Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-05T05:21:47.710Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-05T05:21:47.728Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$6480366b.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-11-05T05:21:47.729Z||main|||||WARN|500||The sdc end point is not alive 2022-11-05T05:21:50.793Z||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-05T05:21:53.800Z||main|||||WARN|500||--- 2022-11-05T05:21:53.800Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-05T05:21:53.800Z||main|||||WARN|500||--- 2022-11-05T05:21:54.257Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-05T05:21:59.265Z||main|||||INFO|500||Started Application in 40.695 seconds (JVM running for 42.805) 2022-11-05T05:21:59.299Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-05T05:21:59.311Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-05T05:21:59.329Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-05T05:21:59.390Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-05T05:21:59.435Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bdb524bf-325d-4a2e-b9fd-5970529c63de url= /sdc/v1/artifactTypes 2022-11-05T05:21:59.435Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-05T05:21:59.711Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-05T05:21:59.744Z||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-05T05:21:59.801Z||scheduling-1|||||DEBUG|500||create keys 2022-11-05T05:21:59.809Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-05T05:21:59.845Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:21:59.864Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 14316983-66c9-48b3-8376-294ac235e570 url= /sdc/v1/registerForDistribution 2022-11-05T05:21:59.952Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 14316983-66c9-48b3-8376-294ac235e570 url= /sdc/v1/registerForDistribution 2022-11-05T05:21:59.953Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-05T05:21:59.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:21:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:22:00.007Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-05T05:22:00.012Z||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-05T05:22:00.012Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:22:00.012Z||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-05T05:22:00.020Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T05:22:10.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:22:10.320Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:22:59.973Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:22:59.979Z||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-05T05:22:59.979Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:22:59.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:22:59.983Z||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-05T05:22:59.983Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:23:09.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:23:09.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:23:59.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:23:59.975Z||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-05T05:23:59.975Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:23:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:23:59.982Z||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-05T05:23:59.983Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:24:09.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:24:09.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:24:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:24:59.973Z||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-05T05:24:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:24:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:24:59.982Z||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-05T05:24:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:25:09.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:25:09.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:25:59.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:25:59.973Z||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-05T05:25:59.974Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:25:59.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:25:59.981Z||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-05T05:25:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:26:09.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:26:09.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:26:59.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:26:59.973Z||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-05T05:26:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:26:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:26:59.981Z||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-05T05:26:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:27:09.519Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:27:09.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:27:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:27:59.973Z||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-05T05:27:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:27:59.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:27:59.981Z||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-05T05:27:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:28:09.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:28:09.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:28:59.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:28:59.974Z||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-05T05:28:59.974Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:28:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:28:59.981Z||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-05T05:28:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:29:09.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:29:09.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:29:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:29:59.973Z||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-05T05:29:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:29:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:29:59.981Z||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-05T05:29:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:30:09.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:30:09.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:30:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:30:59.973Z||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-05T05:30:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:30:59.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:30:59.982Z||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-05T05:30:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:31:09.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:31:09.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:31:39.898Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-05T05:31:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:31:59.973Z||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-05T05:31:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:31:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:31:59.981Z||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-05T05:31:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:32:09.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:32:09.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:32:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:32:59.973Z||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-05T05:32:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:32:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:32:59.981Z||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-05T05:32:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:33:09.522Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:33:09.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:33:59.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:33:59.975Z||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-05T05:33:59.976Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:33:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:33:59.981Z||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-05T05:33:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:34:09.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:34:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:34:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:34:59.973Z||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-05T05:34:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:34:59.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:34:59.981Z||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-05T05:34:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:35:09.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:35:09.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:35:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:35:59.972Z||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-05T05:35:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:35:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:35:59.981Z||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-05T05:35:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:36:09.524Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:36:09.529Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:36:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:36:59.972Z||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-05T05:36:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:36:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:36:59.981Z||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-05T05:36:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:37:09.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:37:09.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:37:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:37:59.973Z||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-05T05:37:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:37:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:37:59.982Z||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-05T05:37:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:38:09.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:38:09.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:38:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:38:59.973Z||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-05T05:38:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:38:59.981Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:38:59.982Z||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-05T05:38:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:39:09.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:39:09.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:39:59.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:39:59.974Z||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-05T05:39:59.974Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:39:59.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:39:59.981Z||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-05T05:39:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:40:09.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:40:09.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:40:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:40:59.973Z||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-05T05:40:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:40:59.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:40:59.981Z||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-05T05:40:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:41:09.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:41:09.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:41:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:41:59.972Z||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-05T05:41:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:41:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:41:59.981Z||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-05T05:41:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:42:09.523Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:42:09.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:42:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:42:59.972Z||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-05T05:42:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:42:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:42:59.982Z||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-05T05:42:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:43:09.522Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:43:09.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:43:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:43:59.973Z||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-05T05:43:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:43:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:43:59.981Z||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-05T05:43:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:44:09.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:44:09.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:44:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:44:59.973Z||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-05T05:44:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:44:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:44:59.981Z||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-05T05:44:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:45:09.526Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:45:09.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:45:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:45:59.974Z||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-05T05:45:59.974Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:45:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:45:59.981Z||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-05T05:45:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:46:09.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:46:09.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:46:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:46:59.972Z||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-05T05:46:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:46:59.981Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:46:59.981Z||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-05T05:46:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:47:09.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:47:09.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:47:59.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:47:59.972Z||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-05T05:47:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:47:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:47:59.981Z||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-05T05:47:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:48:09.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:48:09.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:48:59.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:48:59.973Z||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-05T05:48:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:48:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:48:59.981Z||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-05T05:48:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:49:09.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:49:09.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:49:59.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:49:59.973Z||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-05T05:49:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:49:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:49:59.981Z||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-05T05:49:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:50:09.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:50:09.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:50:59.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:50:59.973Z||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-05T05:50:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:50:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:50:59.982Z||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-05T05:50:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:51:09.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:51:09.529Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:51:59.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:51:59.972Z||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-05T05:51:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:51:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:51:59.981Z||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-05T05:51:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:52:09.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:52:09.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:52:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:52:59.973Z||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-05T05:52:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:52:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:52:59.982Z||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-05T05:52:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:53:09.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:53:09.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:53:59.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:53:59.973Z||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-05T05:53:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:53:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:53:59.981Z||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-05T05:53:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:54:09.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:54:09.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:54:59.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:54:59.973Z||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-05T05:54:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:54:59.981Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:54:59.981Z||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-05T05:54:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:55:09.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:55:09.525Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:55:59.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:55:59.973Z||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-05T05:55:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:55:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:55:59.981Z||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-05T05:55:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:56:09.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:56:09.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:56:59.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:56:59.973Z||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-05T05:56:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:56:59.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:56:59.981Z||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-05T05:56:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:57:09.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:57:09.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:57:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:57:59.972Z||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-05T05:57:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:57:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:57:59.982Z||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-05T05:57:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:58:09.523Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:58:09.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:58:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:58:59.972Z||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-05T05:58:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:58:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:58:59.981Z||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-05T05:58:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:59:09.512Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:59:09.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T05:59:59.973Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:59:59.974Z||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-05T05:59:59.974Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T05:59:59.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T05:59:59.981Z||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-05T05:59:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:00:09.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:00:09.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:00:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:00:59.973Z||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-05T06:00:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:00:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:00:59.981Z||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-05T06:00:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:01:09.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:01:09.519Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:01:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:01:59.973Z||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-05T06:01:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:01:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:01:59.981Z||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-05T06:01:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:02:09.574Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:02:09.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:02:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:02:59.972Z||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-05T06:02:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:02:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:02:59.981Z||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-05T06:02:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:03:09.519Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:03:09.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:03:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:03:59.972Z||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-05T06:03:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:03:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:03:59.981Z||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-05T06:03:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:04:09.516Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:04:09.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:04:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:04:59.972Z||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-05T06:04:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:04:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:04:59.981Z||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-05T06:04:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:05:09.520Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:05:09.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:05:59.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:05:59.973Z||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-05T06:05:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:05:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:05:59.981Z||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-05T06:05:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:06:09.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:06:09.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:06:59.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:06:59.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:06:59.975Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:06:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:06:59.981Z||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-05T06:06:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:07:00.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:00.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3608b92d-c52f-4769-a6a5-cd943f9f9539","serviceName":"vFW 2022-11-05 06-05-20","serviceVersion":"1.0","serviceUUID":"329e4b77-7d2a-463f-b203-bd6493ace6e3","serviceDescription":"catalog service description","serviceInvariantUUID":"5ba83e18-6ad8-44dc-bac5-6cea16b61749","resources":[{"resourceInstanceName":"vFW e8b8ab9c-ebca 0","resourceName":"vFW e8b8ab9c-ebca","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c65b37f-d289-4917-ac7b-3e823632e8c0","resourceInvariantUUID":"7997d900-b834-4fbb-91c7-8a3edbbff514","resourceCustomizationUUID":"27f9686b-d7d0-47f9-a3b5-927d4b95f992","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml","artifactChecksum":"YmMyODE4ZDMwMmEzYzNiNmE1MjZkYmRlNzg4NmQ3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04b43596-6e58-44b7-83c7-8d334f7875f8","artifactVersion":"1"},{"artifactName":"vfwe8b8ab9cebca0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json","artifactChecksum":"ZmZhOWM1MDNkNWY3YTcxNTc3ODMzYWRkNmJhZjdmN2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c4492fae-de4f-4799-adfb-97b43e9853f8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58981e89-6be2-4868-a828-75f58a2786d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMmI3MmNmZTc3ZjFiMjI1ZDE1Y2JhZDE4NzQzZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff6b8eae-1769-42e1-bf28-a32ce24ad37b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fa8b3790-4559-4f50-b393-fe559ef2024f","artifactVersion":"2","generatedFromUUID":"58981e89-6be2-4868-a828-75f58a2786d4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221105060520-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml","artifactChecksum":"MjFjZDFhMTcyMzRiYTUxNjczYjY3NDcxODkyN2I3NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6639f509-b062-491f-8047-6885c1c607cf","artifactVersion":"1"},{"artifactName":"service-Vfw20221105060520-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar","artifactChecksum":"ZDM5YzQ5YTE1MGI1YTFkODJlZDcxYmE0NzgzZmQzOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e7732af-3865-457b-ab26-f20caa76d949","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-05T06:07:00.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:00.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "ves-openapi-manager", "timestamp": 1667628365749, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.644Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:07:00.651Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:00.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628364669, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "cds", "timestamp": 1667628372791, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "ves-openapi-manager", "timestamp": 1667628365749, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628364669, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:07:00.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "cds", "timestamp": 1667628372791, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "ves-openapi-manager", "timestamp": 1667628365749, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.667Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:00.667Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628364669, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-05T06:07:00.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628373830, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "cds", "timestamp": 1667628372791, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "ves-openapi-manager", "timestamp": 1667628365749, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628364669, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628373830, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "cds", "timestamp": 1667628372791, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "ves-openapi-manager", "timestamp": 1667628365749, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628364669, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-05T06:07:00.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628373830, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "cds", "timestamp": 1667628372791, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "ves-openapi-manager", "timestamp": 1667628365749, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628364669, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628373830, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "cds", "timestamp": 1667628372791, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "ves-openapi-manager", "timestamp": 1667628365749, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628364669, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:07:00.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628373830, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "cds", "timestamp": 1667628372791, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:07:00.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628373830, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628379841, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:00.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:00.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "cds", "timestamp": 1667628380606, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:00.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:00.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "aai-ml", "timestamp": 1667628380057, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628373830, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:07:00.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628380947, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:00.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:00.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "cds", "timestamp": 1667628381624, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-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-05T06:07:00.767Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-05T06:07:00.772Z||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-05T06:07:00.772Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:00.785Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:00.786Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-05T06:07:00.926Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3608b92d-c52f-4769-a6a5-cd943f9f9539 2022-11-05T06:07:00.949Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3608b92d-c52f-4769-a6a5-cd943f9f9539 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-05T06:07:00.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "aai-ml", "timestamp": 1667628380057, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628381657, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:00.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:00.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628382013, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:00.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:00.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "aai-ml", "timestamp": 1667628380057, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628383120, "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-05T06:07:00.990Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3608b92d-c52f-4769-a6a5-cd943f9f9539 2022-11-05T06:07:00.990Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3608b92d-c52f-4769-a6a5-cd943f9f9539 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-05T06:07:00.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "aai-ml", "timestamp": 1667628380057, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:00.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:00.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:00.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "multicloud-k8s-id", "timestamp": 1667628384127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:07:01.000Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "aai-ml", "timestamp": 1667628380057, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "aai-ml", "timestamp": 1667628380057, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "aai-ml", "timestamp": 1667628380057, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:07:01.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "ves-openapi-manager", "timestamp": 1667628385751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628385134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628387305, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:07:01.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "aai-ml", "timestamp": 1667628387954, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:01.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "ves-openapi-manager", "timestamp": 1667628385751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628385134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:07:01.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "cds", "timestamp": 1667628387790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628388311, "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-05T06:07:01.011Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3608b92d-c52f-4769-a6a5-cd943f9f9539 2022-11-05T06:07:01.012Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3608b92d-c52f-4769-a6a5-cd943f9f9539 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-05T06:07:01.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "ves-openapi-manager", "timestamp": 1667628385751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628385134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-05T06:07:01.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "cds", "timestamp": 1667628387790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "ves-openapi-manager", "timestamp": 1667628385751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628385134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "cds", "timestamp": 1667628387790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "ves-openapi-manager", "timestamp": 1667628385751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628385134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-05T06:07:01.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "cds", "timestamp": 1667628387790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "ves-openapi-manager", "timestamp": 1667628385751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628385134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "cds", "timestamp": 1667628387790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "ves-openapi-manager", "timestamp": 1667628385751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628385134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:07:01.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "cds", "timestamp": 1667628387790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "cds", "timestamp": 1667628387790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:07:01.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628394261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:01.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "cds", "timestamp": 1667628395522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:01.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628395359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:01.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "cds", "timestamp": 1667628396527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-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-05T06:07:01.043Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b8eb304-fe71-4d21-a840-f2d052c5d194 2022-11-05T06:07:01.043Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8eb304-fe71-4d21-a840-f2d052c5d194 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-05T06:07:01.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628396477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:01.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628397515, "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-05T06:07:01.057Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b8eb304-fe71-4d21-a840-f2d052c5d194 2022-11-05T06:07:01.058Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8eb304-fe71-4d21-a840-f2d052c5d194 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-05T06:07:01.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "multicloud-k8s-id", "timestamp": 1667628398520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:07:01.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628403830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628403830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628403830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628403830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "aai-ml", "timestamp": 1667628407773, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:07:01.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628403830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "aai-ml", "timestamp": 1667628408781, "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-05T06:07:01.074Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3608b92d-c52f-4769-a6a5-cd943f9f9539 2022-11-05T06:07:01.074Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3608b92d-c52f-4769-a6a5-cd943f9f9539 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-05T06:07:01.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628403830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "aai-ml", "timestamp": 1667628410057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628403830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:07:01.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "aai-ml", "timestamp": 1667628410057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628411582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:01.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "aai-ml", "timestamp": 1667628410057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "aai-ml", "timestamp": 1667628410057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628413834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:07:01.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "aai-ml", "timestamp": 1667628410057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667628414838, "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-05T06:07:01.093Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b8eb304-fe71-4d21-a840-f2d052c5d194 2022-11-05T06:07:01.093Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8eb304-fe71-4d21-a840-f2d052c5d194 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-05T06:07:01.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "aai-ml", "timestamp": 1667628410057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:01.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "aai-ml", "timestamp": 1667628410057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:07:01.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:07:01.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:07:01.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "aai-ml", "timestamp": 1667628417828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:01.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:07:01.677Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:07:01.678Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:01.680Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:01.680Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:07:01.780Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:07:01.782Z||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-05T06:07:01.782Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:01.795Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:01.795Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:02.683Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:07:02.684Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:02.687Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:02.688Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-05T06:07:02.788Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:07:02.789Z||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-05T06:07:02.789Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:02.811Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:02.812Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:07:03.688Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:07:03.689Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:03.691Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:03.691Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:03.792Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-05T06:07:03.794Z||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-05T06:07:03.795Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:03.806Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:03.807Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:04.692Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:07:04.693Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:04.695Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:04.695Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-05T06:07:04.795Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:07:04.796Z||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-05T06:07:04.796Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:04.806Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:04.806Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:05.696Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:07:05.697Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:05.699Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:05.699Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:07:05.799Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:07:05.800Z||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-05T06:07:05.800Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:05.814Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:05.814Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:07:06.699Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:07:06.700Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:06.702Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:06.703Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:07:06.803Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:07:06.805Z||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-05T06:07:06.805Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:06.820Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:06.821Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:07.705Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "serviceName": "vFW 2022-11-05 06-05-20", "serviceVersion": "1.0", "serviceUUID": "329e4b77-7d2a-463f-b203-bd6493ace6e3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5ba83e18-6ad8-44dc-bac5-6cea16b61749", "resources": [ { "resourceInstanceName": "vFW e8b8ab9c-ebca 0", "resourceCustomizationUUID": "27f9686b-d7d0-47f9-a3b5-927d4b95f992", "resourceName": "vFW e8b8ab9c-ebca", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3c65b37f-d289-4917-ac7b-3e823632e8c0", "resourceInvariantUUID": "7997d900-b834-4fbb-91c7-8a3edbbff514", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe8b8ab9cebca0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "artifactChecksum": "ZmZhOWM1MDNkNWY3YTcxNTc3ODMzYWRkNmJhZjdmN2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c4492fae-de4f-4799-adfb-97b43e9853f8", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "58981e89-6be2-4868-a828-75f58a2786d4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fa8b3790-4559-4f50-b393-fe559ef2024f", "generatedFromUUID": "58981e89-6be2-4868-a828-75f58a2786d4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fa8b3790-4559-4f50-b393-fe559ef2024f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221105060520-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "artifactChecksum": "ZDM5YzQ5YTE1MGI1YTFkODJlZDcxYmE0NzgzZmQzOTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7e7732af-3865-457b-ab26-f20caa76d949" } ], "workloadContext": "Production" } 2022-11-05T06:07:07.706Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-05T06:07:07.707Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 329e4b77-7d2a-463f-b203-bd6493ace6e3 ASDC 2022-11-05T06:07:07.819Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:3608b92d-c52f-4769-a6a5-cd943f9f9539 ServiceName:vFW 2022-11-05 06-05-20 ServiceVersion:1.0 ServiceUUID:329e4b77-7d2a-463f-b203-bd6493ace6e3 ServiceInvariantUUID:5ba83e18-6ad8-44dc-bac5-6cea16b61749 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221105060520-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar ArtifactUUID:7e7732af-3865-457b-ab26-f20caa76d949 ArtifactChecksum:ZDM5YzQ5YTE1MGI1YTFkODJlZDcxYmE0NzgzZmQzOTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e8b8ab9c-ebca 0 ResourceCustomizationUUID:27f9686b-d7d0-47f9-a3b5-927d4b95f992 ResourceInvariantUUID:7997d900-b834-4fbb-91c7-8a3edbbff514 ResourceName:vFW e8b8ab9c-ebca ResourceType:VF ResourceUUID:3c65b37f-d289-4917-ac7b-3e823632e8c0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe8b8ab9cebca0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json ArtifactUUID:c4492fae-de4f-4799-adfb-97b43e9853f8 ArtifactChecksum:ZmZhOWM1MDNkNWY3YTcxNTc3ODMzYWRkNmJhZjdmN2M= 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/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml ArtifactUUID:58981e89-6be2-4868-a828-75f58a2786d4 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/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env ArtifactUUID:fa8b3790-4559-4f50-b393-fe559ef2024f 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/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env ArtifactUUID:fa8b3790-4559-4f50-b393-fe559ef2024f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-05T06:07:07.819Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 329e4b77-7d2a-463f-b203-bd6493ace6e3 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-05T06:07:07.891Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:07:07.891Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:07:07.892Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:07:07.893Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7e7732af-3865-457b-ab26-f20caa76d949 from URL: /sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:07.893Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:07:07.894Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:07.991Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:07:08.009Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar 7e7732af-3865-457b-ab26-f20caa76d949 100691 2022-11-05T06:07:08.011Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar ASDC sendASDCNotification 2022-11-05T06:07:08.011Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:08.013Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:07:08.014Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:08.015Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:08.015Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628428009, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:08.116Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:07:08.116Z||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-05T06:07:08.117Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:08.128Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:08.129Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:09.016Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:07:09.017Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:07:09.018Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7e7732af-3865-457b-ab26-f20caa76d949, URL: /sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar to file: /app/ASDC/1/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:09.018Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221105060520-csar.csar 2022-11-05T06:07:09.124Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:09.124Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:09.796Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9335910373747556852/Definitions/service-Vfw20221105060520-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-11-05T06:07:12.716Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-05T06:07:12.721Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:07:12.721Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.721Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-05T06:07:12.721Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||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-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||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-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||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-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||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-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.722Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e8b8ab9c-ebca 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:12.723Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:07:12.729Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.730Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:12.734Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria 2022-11-05T06:07:12.734Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:07:12.736Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:07:12.737Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.737Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:12.737Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria 2022-11-05T06:07:12.738Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:07:12.738Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:07:12.738Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.738Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:12.741Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria 2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.742Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:12.743Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.744Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:07:12.745Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.746Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria 2022-11-05T06:07:12.746Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:07:12.746Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.746Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria 2022-11-05T06:07:12.746Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria 2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria 2022-11-05T06:07:12.747Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.748Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f172001f-4234-48bf-8089-86085feca31d 2022-11-05T06:07:12.749Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria 2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:12.750Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.751Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35eab6f0-87ca-4856-84ac-52f5522e8080 2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria 2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.752Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-05T06:07:12.753Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f91a6fb4-30e5-4b4e-8aee-58ae6dfd7e6a 2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.754Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:12.755Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:12.755Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:12.755Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-05 06-05-20 Description:catalog service description Model UUID:329e4b77-7d2a-463f-b203-bd6493ace6e3 Model Version:NULL Model InvariantUuid:5ba83e18-6ad8-44dc-bac5-6cea16b61749 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e8b8ab9c-ebca Model UUID:fa29083b-2ce1-4b9c-8439-408c09278188 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:7997d900-b834-4fbb-91c7-8a3edbbff514 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:27f9686b-d7d0-47f9-a3b5-927d4b95f992 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:84bfbb89-21b2-4da5-b03d-60a58fd893eb ModelName:VfwE8b8ab9cEbca..base_vfw..module-0 ModelUuid:a02f4b5a-a43e-41ba-a362-29093c557441 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f172001f-4234-48bf-8089-86085feca31d ModelInvariantUuid:6ccf5fb5-f78f-4d52-9316-19be3260299f ModelName:vFW e8b8ab9c-ebca-nodes.vfwCvfc ModelUuid:8bfd9b44-2d21-4775-af27-f7b389b47b27 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3ae10234-06f9-49cb-83b0-c95317b9e399 ModelInvariantUuid:2762f87e-583a-4eb5-bce6-7e666008de0f ModelName:VfwE8b8ab9cEbca.compute.nodes.heat.vfw ModelUuid:bba1873d-978e-445a-8e3f-97062a0a7e4b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:35eab6f0-87ca-4856-84ac-52f5522e8080 ModelInvariantUuid:5b236d77-d8bd-4cfc-a254-414d0b7bf5e8 ModelName:vFW e8b8ab9c-ebca-nodes.vsnCvfc ModelUuid:5299b5e0-5fb8-48e6-bad0-708ec8cb68b5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:e60f657f-1580-4ad1-b637-f46da9d2cb70 ModelInvariantUuid:a50b850a-21e7-4f0e-8e33-9d910383ce22 ModelName:VfwE8b8ab9cEbca.compute.nodes.heat.vsn ModelUuid:cdfd6fa7-c89b-45c7-aa8b-97c4f5e801c7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f91a6fb4-30e5-4b4e-8aee-58ae6dfd7e6a ModelInvariantUuid:474f30eb-7846-43d5-a1d2-30d791105314 ModelName:vFW e8b8ab9c-ebca-nodes.vpgCvfc ModelUuid:4ad96ed7-083b-40fd-ada8-4fd91262dad0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:b4a52c3d-c2b2-4a82-b856-bd05c491a62d ModelInvariantUuid:fe06adda-17c4-406c-9eaa-07cc94ba9d0e ModelName:VfwE8b8ab9cEbca.compute.nodes.heat.vpg ModelUuid:99fddec6-fcc2-45f9-8f81-6e19410081d8 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-05T06:07:12.770Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c65b37f-d289-4917-ac7b-3e823632e8c0 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-05T06:07:12.875Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||vFW e8b8ab9c-ebca 0 2022-11-05T06:07:12.883Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c65b37f-d289-4917-ac7b-3e823632e8c0 2022-11-05T06:07:12.883Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c4492fae-de4f-4799-adfb-97b43e9853f8 from URL: /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json 2022-11-05T06:07:12.883Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:07:12.883Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json 2022-11-05T06:07:12.938Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:07:12.938Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json c4492fae-de4f-4799-adfb-97b43e9853f8 785 2022-11-05T06:07:12.938Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json ASDC sendASDCNotification 2022-11-05T06:07:12.939Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json 2022-11-05T06:07:12.939Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:07:12.939Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:12.942Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:12.942Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628432938, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:13.042Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:07:13.043Z||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-05T06:07:13.043Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:13.060Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:13.061Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:13.943Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE8b8ab9cEbca..base_vfw..module-0", "vfModuleModelInvariantUUID": "84bfbb89-21b2-4da5-b03d-60a58fd893eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a02f4b5a-a43e-41ba-a362-29093c557441", "vfModuleModelCustomizationUUID": "849d1561-61f8-408c-82e1-b8d4c47c6fab", "isBase": true, "artifacts": [ "58981e89-6be2-4868-a828-75f58a2786d4", "fa8b3790-4559-4f50-b393-fe559ef2024f" ], "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-05T06:07:13.963Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE8b8ab9cEbca..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a02f4b5a-a43e-41ba-a362-29093c557441 VfModuleModelInvariantUUID:84bfbb89-21b2-4da5-b03d-60a58fd893eb VfModuleModelDescription:NULL Artifacts UUID List:{ 58981e89-6be2-4868-a828-75f58a2786d4 , fa8b3790-4559-4f50-b393-fe559ef2024f } 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-05T06:07:13.966Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE8b8ab9cEbca..base_vfw..module-0", "vfModuleModelInvariantUUID": "84bfbb89-21b2-4da5-b03d-60a58fd893eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a02f4b5a-a43e-41ba-a362-29093c557441", "vfModuleModelCustomizationUUID": "849d1561-61f8-408c-82e1-b8d4c47c6fab", "isBase": true, "artifacts": [ "58981e89-6be2-4868-a828-75f58a2786d4", "fa8b3790-4559-4f50-b393-fe559ef2024f" ], "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-05T06:07:13.966Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE8b8ab9cEbca..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a02f4b5a-a43e-41ba-a362-29093c557441 VfModuleModelInvariantUUID:84bfbb89-21b2-4da5-b03d-60a58fd893eb VfModuleModelDescription:NULL Artifacts UUID List:{ 58981e89-6be2-4868-a828-75f58a2786d4 , fa8b3790-4559-4f50-b393-fe559ef2024f } 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-05T06:07:13.967Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58981e89-6be2-4868-a828-75f58a2786d4 from URL: /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml 2022-11-05T06:07:13.967Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:07:13.967Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml 2022-11-05T06:07:14.021Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:07:14.023Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml 58981e89-6be2-4868-a828-75f58a2786d4 20368 2022-11-05T06:07:14.023Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-05T06:07:14.023Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml 2022-11-05T06:07:14.024Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:07:14.024Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:14.027Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:14.027Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628434023, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:14.128Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-05T06:07:14.129Z||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-05T06:07:14.130Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:14.144Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:14.145Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:15.028Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fa8b3790-4559-4f50-b393-fe559ef2024f from URL: /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env 2022-11-05T06:07:15.029Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:07:15.029Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env 2022-11-05T06:07:15.102Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:07:15.103Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env fa8b3790-4559-4f50-b393-fe559ef2024f 2098 2022-11-05T06:07:15.103Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-05T06:07:15.104Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env 2022-11-05T06:07:15.104Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:07:15.104Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:15.106Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:15.107Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628435103, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:07:15.207Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:07:15.208Z||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-05T06:07:15.208Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:15.218Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:15.219Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:16.107Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 329e4b77-7d2a-463f-b203-bd6493ace6e3 2022-11-05T06:07:16.108Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e8b8ab9c-ebca 0 3c65b37f-d289-4917-ac7b-3e823632e8c0 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-05T06:07:16.146Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54a8f736, org.onap.sdc.toscaparser.api.parameters.Input@4a20dc6f, org.onap.sdc.toscaparser.api.parameters.Input@7eb93b98, org.onap.sdc.toscaparser.api.parameters.Input@7391e5cf, org.onap.sdc.toscaparser.api.parameters.Input@6093bdcc] 2022-11-05T06:07:16.150Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.151Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:16.151Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-05T06:07:16.151Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 27f9686b-d7d0-47f9-a3b5-927d4b95f992 2022-11-05T06:07:16.152Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 27f9686b-d7d0-47f9-a3b5-927d4b95f992 matches Tosca VF Customization UUID: 27f9686b-d7d0-47f9-a3b5-927d4b95f992 2022-11-05T06:07:16.152Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 27f9686b-d7d0-47f9-a3b5-927d4b95f992 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-05T06:07:16.159Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.159Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:16.160Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 27f9686b-d7d0-47f9-a3b5-927d4b95f992: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-05T06:07:16.160Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22cf6d63 2022-11-05T06:07:16.161Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.161Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:07:16.162Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 849d1561-61f8-408c-82e1-b8d4c47c6fab 2022-11-05T06:07:16.163Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 849d1561-61f8-408c-82e1-b8d4c47c6fab 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-05T06:07:16.169Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.170Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria 2022-11-05T06:07:16.170Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:07:16.171Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.171Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria 2022-11-05T06:07:16.171Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:07:16.171Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.172Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria 2022-11-05T06:07:16.172Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-05T06:07:16.172Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-05T06:07:16.172Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-05T06:07:16.173Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-05T06:07:16.173Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-05T06:07:16.173Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-05T06:07:16.173Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:16.174Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-05T06:07:16.174Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:16.174Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-05T06:07:16.174Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-05T06:07:16.175Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f172001f-4234-48bf-8089-86085feca31d 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-05T06:07:16.185Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.185Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria 2022-11-05T06:07:16.186Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:07:16.186Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.186Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria 2022-11-05T06:07:16.186Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-05T06:07:16.187Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-05T06:07:16.187Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-05T06:07:16.187Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-05T06:07:16.187Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:16.188Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-05T06:07:16.188Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-05T06:07:16.188Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-05T06:07:16.188Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-05T06:07:16.189Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:16.189Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-05T06:07:16.189Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-05T06:07:16.189Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35eab6f0-87ca-4856-84ac-52f5522e8080 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-05T06:07:16.192Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.192Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria 2022-11-05T06:07:16.192Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:07:16.195Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.195Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is not matching search criteria 2022-11-05T06:07:16.195Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-05T06:07:16.196Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-05T06:07:16.196Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-05T06:07:16.196Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-05T06:07:16.196Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:16.197Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-05T06:07:16.197Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-05T06:07:16.197Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-05T06:07:16.197Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-05T06:07:16.198Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-05T06:07:16.198Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-05T06:07:16.198Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-05T06:07:16.198Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f91a6fb4-30e5-4b4e-8aee-58ae6dfd7e6a 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-05T06:07:16.201Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.201Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria 2022-11-05T06:07:16.201Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:07:16.201Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.202Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Node template vFW e8b8ab9c-ebca 0 is matching search criteria 2022-11-05T06:07:16.202Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e8b8ab9c-ebca 0] matching following query criteria: sdcType=VF, customizationUUID=27f9686b-d7d0-47f9-a3b5-927d4b95f992 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-05T06:07:16.204Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.204Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:16.204Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 329e4b77-7d2a-463f-b203-bd6493ace6e3: vFW e8b8ab9c-ebca 2022-11-05T06:07:16.205Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.205Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:16.205Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.205Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:16.206Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.206Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:16.206Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.206Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:16.207Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:07:16.207Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-05 06-05-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:07:16.207Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-11-05 06-05-20 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-05T06:07:16.487Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e8b8ab9c-ebca 3c65b37f-d289-4917-ac7b-3e823632e8c0 1 ASDC deployResourceStructure 2022-11-05T06:07:16.488Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json ASDC sendASDCNotification 2022-11-05T06:07:16.488Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json 2022-11-05T06:07:16.488Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:07:16.489Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:16.491Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:16.492Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628436487, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:07:16.592Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:07:16.593Z||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-05T06:07:16.593Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:16.605Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:16.605Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:17.493Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-05T06:07:17.493Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml 2022-11-05T06:07:17.493Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:07:17.494Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:17.495Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:17.495Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628437493, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:07:17.595Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:07:17.596Z||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-05T06:07:17.596Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:17.609Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:17.609Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:18.496Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-05T06:07:18.496Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env 2022-11-05T06:07:18.497Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:07:18.497Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:18.498Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:18.499Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628438496, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-05T06:07:18.599Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:07:18.600Z||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-05T06:07:18.600Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:18.619Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:18.620Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:19.500Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar ASDC sendASDCNotification 2022-11-05T06:07:19.500Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar 2022-11-05T06:07:19.500Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:07:19.500Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:07:19.503Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:07:19.503Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628439499, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:07:19.603Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:07:19.604Z||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-05T06:07:19.604Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:07:19.615Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:07:19.616Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:07:20.504Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3608b92d-c52f-4769-a6a5-cd943f9f9539 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:07:20.524Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3608b92d-c52f-4769-a6a5-cd943f9f9539 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:07:20.528Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:07:20.528Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-05T06:07:20.528Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-05T06:07:20.528Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-05T06:07:20.528Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:07:20.529Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:07:20.529Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:07:20.529Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:07:20.529Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:07:20.529Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||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-05T06:07:20.534Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-05T06:07:50.535Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3608b92d-c52f-4769-a6a5-cd943f9f9539 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-05T06:07:50.547Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3608b92d-c52f-4769-a6a5-cd943f9f9539 and serviceModelVersionId: 329e4b77-7d2a-463f-b203-bd6493ace6e3 2022-11-05T06:07:50.547Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ba83e18-6ad8-44dc-bac5-6cea16b61749 2022-11-05T06:07:59.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:07:59.994Z||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-05T06:07:59.994Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:08:00.117Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:00.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:08:00.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:08:00.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:08:05.859Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?depth=0 2022-11-05T06:08:05.964Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-05T06:08:06.464Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?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-05T06:08:06.469Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?depth=0|INFO|500||Invoke 2022-11-05T06:08:06.575Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-05T06:08:06.789Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?depth=0|INFO|500||InvokeReturn 2022-11-05T06:08:06.790Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba83e18-6ad8-44dc-bac5-6cea16b61749/model-vers/model-ver/329e4b77-7d2a-463f-b203-bd6493ace6e3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221105-06:08:06:274-86463], vertex-id=[159848], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:08:06 GMT], Content-Type=[application/json]} 2022-11-05T06:08:06.791Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-11-05T06:08:06.795Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-05T06:08:06.795Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||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-05T06:08:06.802Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||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-05T06:08:06.803Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3608b92d-c52f-4769-a6a5-cd943f9f9539 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-05T06:08:06.804Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-05T06:08:06.805Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:06.807Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:06.807Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628486803, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:08:06.907Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:06.908Z||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-05T06:08:06.909Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:06.919Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:06.920Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-05T06:08:07.819Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-05T06:08:07.820Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b8eb304-fe71-4d21-a840-f2d052c5d194","serviceName":"basic_onboard_wmUyRC","serviceVersion":"1.0","serviceUUID":"faadca71-9fd5-4dd5-923e-a25705ee717c","serviceDescription":"service","serviceInvariantUUID":"51aead33-dd55-42e5-b444-8d85bad20cad","resources":[{"resourceInstanceName":"basic_onboard_wmUyRC 0","resourceName":"basic_onboard_wmUyRC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99ded714-86b6-43d7-8b6f-4db2e33a9107","resourceInvariantUUID":"69b8cd82-07dd-4a0a-8417-f3c69ded7116","resourceCustomizationUUID":"191ca406-3200-49c3-93cf-e807a0ae2ff0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml","artifactChecksum":"MDU4N2M2NjE4N2YwOTA0MmI2MzY2ZWExYzkyZDE3MGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b07c614-eadc-4881-9896-fe512b94f0b2","artifactVersion":"1"},{"artifactName":"basic_onboard_wmuyrc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json","artifactChecksum":"OTIyMmQ1MzFkYzJkMjEyOWI4MDM4NmFhNjIzOGRiMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb30db08-4390-40f4-b1e8-40a06cad9bd3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7b315ce2-17ce-406e-a28a-71fe8b503c48","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"486fdbe1-c0b5-447f-a34b-39cf3ae346c7","artifactVersion":"2","generatedFromUUID":"ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWmuyrc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml","artifactChecksum":"NjZmNTJjNTBiYmQzYTRmMmYxMzdiZGJiMzk3ODQ5YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5ec10aa-361b-4eac-94af-b3724659c597","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWmuyrc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar","artifactChecksum":"MzIwYTEwNDM3YmU3ZTM1Zjc3ZjFiZTUzNzQyNWQ4Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9489f2a3-f307-4625-93e8-bfa2efce38ef","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-05T06:08:07.820Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:08:07.821Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:07.823Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:07.823Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:08:07.923Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:07.925Z||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-05T06:08:07.925Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:07.937Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:07.938Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:08.824Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:08:08.825Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:08.827Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:08.827Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:08:08.927Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:08.929Z||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-05T06:08:08.929Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:08.950Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:08.951Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:08:09.828Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:08:09.829Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:09.831Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:09.831Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-05T06:08:09.931Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:08:09.932Z||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-05T06:08:09.932Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:09.943Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:09.944Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:10.833Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:08:10.833Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:10.835Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:10.835Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:08:10.936Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-05T06:08:10.937Z||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-05T06:08:10.937Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:10.948Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:10.949Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:11.836Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:08:11.841Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:11.843Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:11.843Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-05T06:08:11.946Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-05T06:08:11.948Z||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-05T06:08:11.948Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:11.961Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:11.962Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:12.848Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:08:12.849Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:12.851Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:12.851Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:08:12.951Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:12.952Z||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-05T06:08:12.952Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:12.966Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:12.967Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:13.851Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:08:13.853Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:13.855Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:13.855Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:08:13.955Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:13.957Z||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-05T06:08:13.957Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:13.968Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:13.968Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:14.857Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "serviceName": "basic_onboard_wmUyRC", "serviceVersion": "1.0", "serviceUUID": "faadca71-9fd5-4dd5-923e-a25705ee717c", "serviceDescription": "service", "serviceInvariantUUID": "51aead33-dd55-42e5-b444-8d85bad20cad", "resources": [ { "resourceInstanceName": "basic_onboard_wmUyRC 0", "resourceCustomizationUUID": "191ca406-3200-49c3-93cf-e807a0ae2ff0", "resourceName": "basic_onboard_wmUyRC", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "99ded714-86b6-43d7-8b6f-4db2e33a9107", "resourceInvariantUUID": "69b8cd82-07dd-4a0a-8417-f3c69ded7116", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_wmuyrc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "artifactChecksum": "OTIyMmQ1MzFkYzJkMjEyOWI4MDM4NmFhNjIzOGRiMDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bb30db08-4390-40f4-b1e8-40a06cad9bd3", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "486fdbe1-c0b5-447f-a34b-39cf3ae346c7", "generatedFromUUID": "ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "486fdbe1-c0b5-447f-a34b-39cf3ae346c7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardWmuyrc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "artifactChecksum": "MzIwYTEwNDM3YmU3ZTM1Zjc3ZjFiZTUzNzQyNWQ4Njg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9489f2a3-f307-4625-93e8-bfa2efce38ef" } ], "workloadContext": "Production" } 2022-11-05T06:08:14.857Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-05T06:08:14.858Z|3608b92d-c52f-4769-a6a5-cd943f9f9539|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 faadca71-9fd5-4dd5-923e-a25705ee717c ASDC 2022-11-05T06:08:14.859Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:4b8eb304-fe71-4d21-a840-f2d052c5d194 ServiceName:basic_onboard_wmUyRC ServiceVersion:1.0 ServiceUUID:faadca71-9fd5-4dd5-923e-a25705ee717c ServiceInvariantUUID:51aead33-dd55-42e5-b444-8d85bad20cad ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardWmuyrc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar ArtifactUUID:9489f2a3-f307-4625-93e8-bfa2efce38ef ArtifactChecksum:MzIwYTEwNDM3YmU3ZTM1Zjc3ZjFiZTUzNzQyNWQ4Njg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_wmUyRC 0 ResourceCustomizationUUID:191ca406-3200-49c3-93cf-e807a0ae2ff0 ResourceInvariantUUID:69b8cd82-07dd-4a0a-8417-f3c69ded7116 ResourceName:basic_onboard_wmUyRC ResourceType:VF ResourceUUID:99ded714-86b6-43d7-8b6f-4db2e33a9107 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_wmuyrc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json ArtifactUUID:bb30db08-4390-40f4-b1e8-40a06cad9bd3 ArtifactChecksum:OTIyMmQ1MzFkYzJkMjEyOWI4MDM4NmFhNjIzOGRiMDE= 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/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml ArtifactUUID:ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7 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/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env ArtifactUUID:486fdbe1-c0b5-447f-a34b-39cf3ae346c7 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/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env ArtifactUUID:486fdbe1-c0b5-447f-a34b-39cf3ae346c7 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-05T06:08:14.860Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF faadca71-9fd5-4dd5-923e-a25705ee717c 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-05T06:08:14.893Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:08:14.893Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:08:14.894Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:08:14.894Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9489f2a3-f307-4625-93e8-bfa2efce38ef from URL: /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:14.894Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:08:14.894Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:14.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:08:14.977Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar 9489f2a3-f307-4625-93e8-bfa2efce38ef 75307 2022-11-05T06:08:14.977Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar ASDC sendASDCNotification 2022-11-05T06:08:14.977Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:14.977Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:08:14.978Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:14.979Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:14.979Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628494977, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:08:15.080Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:15.081Z||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-05T06:08:15.081Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:15.114Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:15.114Z||pool-26-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:15.980Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:08:15.980Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:08:15.981Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9489f2a3-f307-4625-93e8-bfa2efce38ef, URL: /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar to file: /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:15.981Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:15.982Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:15.982Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:16.094Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP801243373618434474/Definitions/service-BasicOnboardWmuyrc-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-11-05T06:08:17.265Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-05T06:08:17.266Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:08:17.266Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:17.266Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wmUyRC 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||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-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||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-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||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-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||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-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:08:17.267Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.268Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:17.268Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria 2022-11-05T06:08:17.268Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:08:17.268Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:08:17.268Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria 2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.269Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is not matching search criteria 2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-05T06:08:17.270Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-05T06:08:17.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:08:17.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria 2022-11-05T06:08:17.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria 2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria 2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:08:17.272Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is not matching search criteria 2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=188aede5-8b16-4a3b-9768-80bd966b7beb 2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.273Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:17.274Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_wmUyRC Description:service Model UUID:faadca71-9fd5-4dd5-923e-a25705ee717c Model Version:NULL Model InvariantUuid:51aead33-dd55-42e5-b444-8d85bad20cad Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_wmUyRC Model UUID:540cc981-66e4-4cea-b5ab-92cc12fe2714 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:69b8cd82-07dd-4a0a-8417-f3c69ded7116 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:191ca406-3200-49c3-93cf-e807a0ae2ff0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:14850551-83d6-4162-8f88-9eb73f00ce74 ModelName:BasicOnboardWmuyrc..base_ubuntu18..module-0 ModelUuid:bd94f62b-6024-4b33-9911-b0e2fb04ce1a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:188aede5-8b16-4a3b-9768-80bd966b7beb ModelInvariantUuid:10e2ce1c-8330-4a7d-834f-b55325218ed5 ModelName:basic_onboard_wmUyRC-nodes.ubuntu18Cvfc ModelUuid:7168bdb7-f3c9-4307-8f1f-80f40faccb20 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:27a7ee39-606d-474b-8287-46ad95a7c969 ModelInvariantUuid:fa68b8c7-6ad8-4541-9523-6b775004d972 ModelName:BasicOnboardWmuyrc.compute.nodes.heat.ubuntu18 ModelUuid:8e570e69-1ccd-4da4-9a08-c932399c48b3 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-05T06:08:17.281Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 99ded714-86b6-43d7-8b6f-4db2e33a9107 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-05T06:08:17.284Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||basic_onboard_wmUyRC 0 2022-11-05T06:08:17.284Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99ded714-86b6-43d7-8b6f-4db2e33a9107 2022-11-05T06:08:17.284Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bb30db08-4390-40f4-b1e8-40a06cad9bd3 from URL: /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json 2022-11-05T06:08:17.284Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:08:17.284Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json 2022-11-05T06:08:17.337Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:08:17.337Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json bb30db08-4390-40f4-b1e8-40a06cad9bd3 798 2022-11-05T06:08:17.337Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json ASDC sendASDCNotification 2022-11-05T06:08:17.338Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json 2022-11-05T06:08:17.338Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:08:17.338Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:17.340Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:17.340Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628497337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:08:17.440Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:17.441Z||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-05T06:08:17.442Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:17.452Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:17.453Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:08:18.341Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWmuyrc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "14850551-83d6-4162-8f88-9eb73f00ce74", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd94f62b-6024-4b33-9911-b0e2fb04ce1a", "vfModuleModelCustomizationUUID": "1712fa02-f510-4612-b459-6048b37826fb", "isBase": true, "artifacts": [ "ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7", "486fdbe1-c0b5-447f-a34b-39cf3ae346c7" ], "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-05T06:08:18.346Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWmuyrc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd94f62b-6024-4b33-9911-b0e2fb04ce1a VfModuleModelInvariantUUID:14850551-83d6-4162-8f88-9eb73f00ce74 VfModuleModelDescription:NULL Artifacts UUID List:{ ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7 , 486fdbe1-c0b5-447f-a34b-39cf3ae346c7 } 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-05T06:08:18.348Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWmuyrc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "14850551-83d6-4162-8f88-9eb73f00ce74", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd94f62b-6024-4b33-9911-b0e2fb04ce1a", "vfModuleModelCustomizationUUID": "1712fa02-f510-4612-b459-6048b37826fb", "isBase": true, "artifacts": [ "ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7", "486fdbe1-c0b5-447f-a34b-39cf3ae346c7" ], "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-05T06:08:18.348Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWmuyrc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd94f62b-6024-4b33-9911-b0e2fb04ce1a VfModuleModelInvariantUUID:14850551-83d6-4162-8f88-9eb73f00ce74 VfModuleModelDescription:NULL Artifacts UUID List:{ ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7 , 486fdbe1-c0b5-447f-a34b-39cf3ae346c7 } 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-05T06:08:18.348Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7 from URL: /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml 2022-11-05T06:08:18.348Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:08:18.349Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml 2022-11-05T06:08:18.395Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:08:18.395Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml ebbc3483-e3cc-4f03-b4a3-0d3c2fa6ffd7 5033 2022-11-05T06:08:18.396Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-05T06:08:18.396Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml 2022-11-05T06:08:18.396Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:08:18.397Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:18.399Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:18.399Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628498396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:08:18.499Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:18.500Z||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-05T06:08:18.500Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:18.520Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:18.521Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:19.400Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 486fdbe1-c0b5-447f-a34b-39cf3ae346c7 from URL: /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env 2022-11-05T06:08:19.400Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:08:19.401Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env 2022-11-05T06:08:19.444Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:08:19.445Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env 486fdbe1-c0b5-447f-a34b-39cf3ae346c7 909 2022-11-05T06:08:19.445Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-05T06:08:19.445Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env 2022-11-05T06:08:19.445Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:08:19.446Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:19.448Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:19.448Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628499445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:08:19.548Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:19.550Z||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-05T06:08:19.550Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:19.562Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:19.563Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:20.449Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: faadca71-9fd5-4dd5-923e-a25705ee717c 2022-11-05T06:08:20.450Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_wmUyRC 0 99ded714-86b6-43d7-8b6f-4db2e33a9107 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-05T06:08:20.463Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f63401d, org.onap.sdc.toscaparser.api.parameters.Input@6b06f5c2, org.onap.sdc.toscaparser.api.parameters.Input@52858c65, org.onap.sdc.toscaparser.api.parameters.Input@6b43a35f, org.onap.sdc.toscaparser.api.parameters.Input@7e356582] 2022-11-05T06:08:20.465Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.465Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:20.465Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-05T06:08:20.465Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 191ca406-3200-49c3-93cf-e807a0ae2ff0 2022-11-05T06:08:20.465Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 191ca406-3200-49c3-93cf-e807a0ae2ff0 matches Tosca VF Customization UUID: 191ca406-3200-49c3-93cf-e807a0ae2ff0 2022-11-05T06:08:20.466Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 191ca406-3200-49c3-93cf-e807a0ae2ff0 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-05T06:08:20.468Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.468Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:20.469Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 191ca406-3200-49c3-93cf-e807a0ae2ff0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-05T06:08:20.469Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2af66875 2022-11-05T06:08:20.469Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.470Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:08:20.470Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1712fa02-f510-4612-b459-6048b37826fb 2022-11-05T06:08:20.470Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1712fa02-f510-4612-b459-6048b37826fb 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-05T06:08:20.472Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.472Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria 2022-11-05T06:08:20.473Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:08:20.473Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.473Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria 2022-11-05T06:08:20.473Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:08:20.474Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.474Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is not matching search criteria 2022-11-05T06:08:20.474Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-05T06:08:20.474Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-05T06:08:20.474Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=188aede5-8b16-4a3b-9768-80bd966b7beb 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-05T06:08:20.476Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.477Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria 2022-11-05T06:08:20.477Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:08:20.477Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.477Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_wmUyRC 0 is matching search criteria 2022-11-05T06:08:20.477Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_wmUyRC 0] matching following query criteria: sdcType=VF, customizationUUID=191ca406-3200-49c3-93cf-e807a0ae2ff0 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-05T06:08:20.479Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.479Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:20.480Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid faadca71-9fd5-4dd5-923e-a25705ee717c: basic_onboard_wmUyRC 2022-11-05T06:08:20.480Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.480Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:20.480Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.481Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:20.481Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.481Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:20.481Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.482Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:20.482Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:08:20.482Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_wmUyRC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:08:20.482Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_wmUyRC 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-05T06:08:20.557Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_wmUyRC 99ded714-86b6-43d7-8b6f-4db2e33a9107 1 ASDC deployResourceStructure 2022-11-05T06:08:20.558Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json ASDC sendASDCNotification 2022-11-05T06:08:20.558Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json 2022-11-05T06:08:20.558Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:08:20.559Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:20.562Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:20.562Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628500557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:08:20.663Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:20.664Z||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-05T06:08:20.664Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:20.676Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:20.676Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:21.563Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-05T06:08:21.564Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml 2022-11-05T06:08:21.564Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:08:21.564Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:21.566Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:21.566Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628501563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:08:21.666Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:21.667Z||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-05T06:08:21.667Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:21.678Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:21.678Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:22.567Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-05T06:08:22.568Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env 2022-11-05T06:08:22.568Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:08:22.568Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:22.571Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:22.571Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628502567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-05T06:08:22.671Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:22.672Z||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-05T06:08:22.672Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:22.685Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:22.685Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:23.572Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar ASDC sendASDCNotification 2022-11-05T06:08:23.572Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar 2022-11-05T06:08:23.572Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:08:23.572Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:08:23.574Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:08:23.574Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628503572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:08:23.675Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:08:23.675Z||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-05T06:08:23.676Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:08:23.688Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:08:23.689Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:08:24.575Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:08:24.587Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:08:24.591Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:08:24.591Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:08:24.592Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:08:54.592Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:08:54.603Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:08:54.606Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:08:54.606Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:08:54.607Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:08:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:08:59.982Z||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-05T06:08:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:09:00.006Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:09:00.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:09:00.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-05T06:09:00.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:09:00.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-05T06:09:00.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:09:00.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "aai-ml", "timestamp": 1667628426181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:09:00.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:09:00.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-05T06:09:00.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "aai-ml", "timestamp": 1667628427186, "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-05T06:09:00.018Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b8eb304-fe71-4d21-a840-f2d052c5d194 2022-11-05T06:09:00.018Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b8eb304-fe71-4d21-a840-f2d052c5d194 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-05T06:09:00.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628428009, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:09:00.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:09:00.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628432938, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:09:00.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628434023, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:09:00.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628435103, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:09:00.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628436487, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/vfwe8b8ab9cebca0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:09:00.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:09:00.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628437493, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:09:00.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:09:00.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628438496, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/resourceInstances/vfwe8b8ab9cebca0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-05T06:09:00.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:09:00.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:09:00.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628439499, "artifactURL": "/sdc/v1/catalog/services/Vfw20221105060520/1.0/artifacts/service-Vfw20221105060520-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:09:00.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:09:24.607Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:09:24.622Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:09:24.624Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:09:24.625Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-05T06:09:24.625Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-05T06:09:24.625Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-05T06:09:24.625Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:09:24.625Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:09:24.626Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:09:24.626Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:09:24.626Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:09:24.626Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||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-05T06:09:24.631Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-05T06:09:54.631Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194 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-05T06:09:54.638Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b8eb304-fe71-4d21-a840-f2d052c5d194 and serviceModelVersionId: faadca71-9fd5-4dd5-923e-a25705ee717c 2022-11-05T06:09:54.638Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51aead33-dd55-42e5-b444-8d85bad20cad 2022-11-05T06:09:54.640Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?depth=0 2022-11-05T06:09:54.645Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-05T06:09:54.695Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?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-05T06:09:54.697Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?depth=0|INFO|500||Invoke 2022-11-05T06:09:54.728Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-05T06:09:54.827Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?depth=0|INFO|500||InvokeReturn 2022-11-05T06:09:54.829Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51aead33-dd55-42e5-b444-8d85bad20cad/model-vers/model-ver/faadca71-9fd5-4dd5-923e-a25705ee717c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221105-06:09:54:414-23654], vertex-id=[205000], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:09:54 GMT], Content-Type=[application/json]} 2022-11-05T06:09:54.829Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-11-05T06:09:54.829Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-05T06:09:54.829Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||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-05T06:09:54.836Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||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-05T06:09:54.836Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b8eb304-fe71-4d21-a840-f2d052c5d194 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-05T06:09:54.836Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-05T06:09:54.837Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:09:54.838Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:09:54.838Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628594836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:09:54.939Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:09:54.940Z||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-05T06:09:54.940Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:09:54.962Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:09:54.963Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-05T06:09:55.851Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:09:55.852Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:09:55.852Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:09:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:09:59.981Z||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-05T06:09:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:10:00.006Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:10:00.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3608b92d-c52f-4769-a6a5-cd943f9f9539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628486803, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:10:00.008Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:10:00.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:10:00.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:10:00.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-05T06:10:00.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:10:00.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-05T06:10:00.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:10:00.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628419971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:10:00.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628494977, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:10:00.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628497337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:10:00.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628498396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:10:00.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628499445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:10:00.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628500557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/basic_onboard_wmuyrc0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:10:00.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628501563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:10:00.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:10:00.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628502567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/resourceInstances/basic_onboard_wmuyrc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-05T06:10:00.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:10:00.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:10:00.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628503572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmuyrc/1.0/artifacts/service-BasicOnboardWmuyrc-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:10:00.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:10:06.149Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:10:06.150Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:10:06.151Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:10:06.151Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:10:15.727Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:10:15.728Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:10:15.729Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:10:15.729Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:10:25.271Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:10:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:10:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:10:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:10:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:10:59.981Z||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-05T06:10:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:11:00.510Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:11:00.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-05T06:11:00.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b8eb304-fe71-4d21-a840-f2d052c5d194", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667628594836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:11:00.512Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:11:09.523Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:11:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:11:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:11:59.974Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:11:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:11:59.981Z||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-05T06:11:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:12:09.520Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:12:09.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:12:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:12:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:12:59.974Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:12:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:12:59.981Z||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-05T06:12:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:13:09.520Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:13:09.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:13:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:13:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:13:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:13:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:13:59.981Z||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-05T06:13:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:14:09.528Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:14:09.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:14:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:14:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:14:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:14:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:14:59.981Z||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-05T06:14:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:15:09.522Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:15:09.522Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:15:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:15:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:15:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:15:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:15:59.981Z||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-05T06:15:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:16:09.532Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:16:09.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:16:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:16:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:16:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:16:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:16:59.982Z||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-05T06:16:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:17:09.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:17:09.535Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:17:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:17:59.974Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:17:59.974Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:17:59.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:17:59.981Z||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-05T06:17:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:18:09.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:18:09.541Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:18:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:18:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:18:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:18:59.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:18:59.981Z||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-05T06:18:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:19:09.526Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:19:09.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:19:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:19:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:19:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:19:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:19:59.981Z||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-05T06:19:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:20:09.530Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:20:09.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:20:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:20:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:20:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:20:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:20:59.982Z||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-05T06:20:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:21:09.512Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:21:09.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:21:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:21:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:21:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:21:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:21:59.981Z||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-05T06:21:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:22:09.516Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:22:09.526Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:22:59.971Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:22:59.972Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:22:59.973Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:22:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:22:59.981Z||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-05T06:22:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:23:03.183Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:23:03.184Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-05T06:23:03.184Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c34cad3b-1024-47de-bf69-b21eae235b6e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7453b8eb-21af-43e4-8291-fef3be47f86e","serviceDescription":"service","serviceInvariantUUID":"aaea98e9-31d3-443b-bd1c-181dc7400081","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"148c7054-68e4-4206-97eb-214e83226215","resourceInvariantUUID":"c77d9054-df25-43ad-8c03-b44165af9029","resourceCustomizationUUID":"e7d35f69-e439-4ab1-a006-052163278ab5","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":"ZDJiNGQ2YjQxYWIxNGMxNmI1Y2VjMTA4N2Y4MjdmZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"efe610e3-2656-4da4-9df4-461313a45e99","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmI3Y2M3YWI0NmIwYzJmMGNiODZhMjcxNzU4MDU5YzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a863edc5-4d7e-4cd3-9522-362b00dceefb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-05T06:23:03.190Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:23:03.190Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:23:03.193Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:23:03.194Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629379971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:23:03.294Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:23:03.295Z||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-05T06:23:03.295Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:23:03.312Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:23:03.312Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":4,"count":1} 2022-11-05T06:23:03.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:23:03.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:23:03.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629379971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:23:03.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:23:04.195Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:23:04.195Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:23:04.197Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:23:04.197Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629379971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:23:04.297Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:23:04.298Z||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-05T06:23:04.298Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:23:04.309Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:23:04.310Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:23:05.199Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "7453b8eb-21af-43e4-8291-fef3be47f86e", "serviceDescription": "service", "serviceInvariantUUID": "aaea98e9-31d3-443b-bd1c-181dc7400081", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "e7d35f69-e439-4ab1-a006-052163278ab5", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "148c7054-68e4-4206-97eb-214e83226215", "resourceInvariantUUID": "c77d9054-df25-43ad-8c03-b44165af9029", "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": "MmI3Y2M3YWI0NmIwYzJmMGNiODZhMjcxNzU4MDU5YzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a863edc5-4d7e-4cd3-9522-362b00dceefb" } ], "workloadContext": "Production" } 2022-11-05T06:23:05.200Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-05T06:23:05.200Z|4b8eb304-fe71-4d21-a840-f2d052c5d194|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7453b8eb-21af-43e4-8291-fef3be47f86e ASDC 2022-11-05T06:23:05.202Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c34cad3b-1024-47de-bf69-b21eae235b6e ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:7453b8eb-21af-43e4-8291-fef3be47f86e ServiceInvariantUUID:aaea98e9-31d3-443b-bd1c-181dc7400081 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:a863edc5-4d7e-4cd3-9522-362b00dceefb ArtifactChecksum:MmI3Y2M3YWI0NmIwYzJmMGNiODZhMjcxNzU4MDU5YzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:e7d35f69-e439-4ab1-a006-052163278ab5 ResourceInvariantUUID:c77d9054-df25-43ad-8c03-b44165af9029 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:148c7054-68e4-4206-97eb-214e83226215 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-05T06:23:05.202Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7453b8eb-21af-43e4-8291-fef3be47f86e 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-05T06:23:05.247Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:23:05.249Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:23:05.249Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:23:05.249Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a863edc5-4d7e-4cd3-9522-362b00dceefb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-05T06:23:05.249Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:23:05.250Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-05T06:23:05.324Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:23:05.327Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a863edc5-4d7e-4cd3-9522-362b00dceefb 57663 2022-11-05T06:23:05.328Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:05.328Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:05.328Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:23:05.329Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:23:05.331Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:23:05.331Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629385327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:23:05.431Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:23:05.432Z||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-05T06:23:05.432Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:23:05.446Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:23:05.446Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":3,"count":1} 2022-11-05T06:23:06.332Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:23:06.333Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:23:06.333Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a863edc5-4d7e-4cd3-9522-362b00dceefb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-05T06:23:06.334Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-05T06:23:06.334Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-05T06:23:06.335Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-05T06:23:06.528Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11164531615596412424/Definitions/service-BasicNetwork-template.yml 2022-11-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:06.997Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:23:06.998Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:06.999Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:06.999Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-05T06:23:06.999Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:23:06.999Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:23:06.999Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.000Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.000Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-05T06:23:07.000Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:23:07.002Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:23:07.002Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.002Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.002Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.002Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.003Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:7453b8eb-21af-43e4-8291-fef3be47f86e Model Version:NULL Model InvariantUuid:aaea98e9-31d3-443b-bd1c-181dc7400081 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c77d9054-df25-43ad-8c03-b44165af9029 Model UUID:b016bd3c-29d1-4ea2-86a8-c47244ab6dd3 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:e7d35f69-e439-4ab1-a006-052163278ab5 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-05T06:23:07.013Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 148c7054-68e4-4206-97eb-214e83226215 2022-11-05T06:23:07.013Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||No resources found for Service: 7453b8eb-21af-43e4-8291-fef3be47f86e 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-05T06:23:07.022Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500|| 2022-11-05T06:23:07.022Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-05T06:23:07.024Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 7453b8eb-21af-43e4-8291-fef3be47f86e 2022-11-05T06:23:07.024Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7453b8eb-21af-43e4-8291-fef3be47f86e 2022-11-05T06:23:07.024Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-05T06:23:07.025Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:07.032Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@193fb54, org.onap.sdc.toscaparser.api.parameters.Input@17536017, org.onap.sdc.toscaparser.api.parameters.Input@6861cfe0, org.onap.sdc.toscaparser.api.parameters.Input@39585397, org.onap.sdc.toscaparser.api.parameters.Input@270f46b3] 2022-11-05T06:23:07.034Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.035Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.035Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.035Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.036Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7453b8eb-21af-43e4-8291-fef3be47f86e: Generic NeutronNet 2022-11-05T06:23:07.036Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.037Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.037Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.037Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:07.091Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.092Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.092Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.092Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.093Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:23:07.093Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:23:07.094Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:07.178Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-05T06:23:07.178Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:07.179Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:23:07.179Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:23:07.179Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:23:07.182Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:23:07.182Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629387178, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:23:07.282Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:23:07.283Z||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-05T06:23:07.284Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:23:07.298Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:23:07.299Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:23:08.183Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:23:08.196Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:23:08.199Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:23:08.199Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:23:08.199Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:23:38.200Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:23:38.223Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:23:38.225Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:23:38.225Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:23:38.225Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:23:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:23:59.982Z||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-05T06:23:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:24:00.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:24:00.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:24:00.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "cds", "timestamp": 1667629377790, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:24:00.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:24:08.226Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:24:08.234Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:24:08.236Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:24:08.236Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:24:08.236Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:24:38.237Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:24:38.247Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:24:38.250Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:24:38.251Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:24:38.251Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:24:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:24:59.982Z||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-05T06:24:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:25:00.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:00.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629379971, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:25:00.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "cds", "timestamp": 1667629377790, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:25:00.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "cds", "timestamp": 1667629385372, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:25:00.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629385327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:25:00.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1667629384669, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "cds", "timestamp": 1667629386378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-05T06:25:00.032Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c34cad3b-1024-47de-bf69-b21eae235b6e 2022-11-05T06:25:00.032Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c34cad3b-1024-47de-bf69-b21eae235b6e 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-05T06:25:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1667629384669, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:25:00.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "ves-openapi-manager", "timestamp": 1667629385749, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629387178, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:25:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "ves-openapi-manager", "timestamp": 1667629385749, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629393830, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629393830, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:25:00.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629396577, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:25:00.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629398264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:25:00.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629399270, "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-05T06:25:00.065Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c34cad3b-1024-47de-bf69-b21eae235b6e 2022-11-05T06:25:00.065Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c34cad3b-1024-47de-bf69-b21eae235b6e 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-05T06:25:00.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "aai-ml", "timestamp": 1667629400057, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "aai-ml", "timestamp": 1667629400057, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:25:00.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "aai-ml", "timestamp": 1667629402813, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:25:00.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "aai-ml", "timestamp": 1667629407626, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:25:00.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "aai-ml", "timestamp": 1667629408631, "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-05T06:25:00.094Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c34cad3b-1024-47de-bf69-b21eae235b6e 2022-11-05T06:25:00.094Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c34cad3b-1024-47de-bf69-b21eae235b6e 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-05T06:25:00.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "cds", "timestamp": 1667629407790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "ves-openapi-manager", "timestamp": 1667629405749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "multicloud-k8s-id", "timestamp": 1667629404669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "cds", "timestamp": 1667629407790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "multicloud-k8s-id", "timestamp": 1667629404669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "ves-openapi-manager", "timestamp": 1667629405749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "cds", "timestamp": 1667629407790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "ves-openapi-manager", "timestamp": 1667629405749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "multicloud-k8s-id", "timestamp": 1667629404669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "cds", "timestamp": 1667629407790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "multicloud-k8s-id", "timestamp": 1667629404669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "ves-openapi-manager", "timestamp": 1667629405749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "cds", "timestamp": 1667629407790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "multicloud-k8s-id", "timestamp": 1667629404669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "ves-openapi-manager", "timestamp": 1667629405749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "cds", "timestamp": 1667629407790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "multicloud-k8s-id", "timestamp": 1667629404669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "ves-openapi-manager", "timestamp": 1667629405749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-05T06:25:00.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "cds", "timestamp": 1667629407790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "multicloud-k8s-id", "timestamp": 1667629404669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "ves-openapi-manager", "timestamp": 1667629405749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "cds", "timestamp": 1667629407790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:25:00.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "ves-openapi-manager", "timestamp": 1667629405749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "multicloud-k8s-id", "timestamp": 1667629404669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:25:00.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "cds", "timestamp": 1667629422814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:25:00.133Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "ves-openapi-manager", "timestamp": 1667629422707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:25:00.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "cds", "timestamp": 1667629423832, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-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-05T06:25:00.147Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5808a1b-f1d1-4192-94b9-adb96c7cccaa 2022-11-05T06:25:00.147Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5808a1b-f1d1-4192-94b9-adb96c7cccaa 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-05T06:25:00.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "ves-openapi-manager", "timestamp": 1667629423941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:25:00.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629423830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "ves-openapi-manager", "timestamp": 1667629424947, "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-05T06:25:00.161Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c5808a1b-f1d1-4192-94b9-adb96c7cccaa 2022-11-05T06:25:00.161Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5808a1b-f1d1-4192-94b9-adb96c7cccaa 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-05T06:25:00.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629423830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629423830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629423830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629423830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629423830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629423830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "aai-ml", "timestamp": 1667629430057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "aai-ml", "timestamp": 1667629430057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629423830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:25:00.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "aai-ml", "timestamp": 1667629430057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629432591, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:25:00.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "aai-ml", "timestamp": 1667629430057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "aai-ml", "timestamp": 1667629430057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629434509, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:25:00.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:00.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "aai-ml", "timestamp": 1667629430057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629435513, "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-05T06:25:00.183Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5808a1b-f1d1-4192-94b9-adb96c7cccaa 2022-11-05T06:25:00.184Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5808a1b-f1d1-4192-94b9-adb96c7cccaa 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-05T06:25:00.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "aai-ml", "timestamp": 1667629430057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:00.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "aai-ml", "timestamp": 1667629430057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:25:00.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:25:00.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:25:00.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "aai-ml", "timestamp": 1667629438860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:25:00.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:25:08.252Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:25:08.311Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:25:08.313Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:25:08.314Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:25:08.319Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-05T06:25:38.319Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c34cad3b-1024-47de-bf69-b21eae235b6e 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-05T06:25:38.325Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c34cad3b-1024-47de-bf69-b21eae235b6e and serviceModelVersionId: 7453b8eb-21af-43e4-8291-fef3be47f86e 2022-11-05T06:25:38.325Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaea98e9-31d3-443b-bd1c-181dc7400081 2022-11-05T06:25:38.327Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0 2022-11-05T06:25:38.335Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-05T06:25:38.395Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0|INFO|500||Invoke 2022-11-05T06:25:38.396Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c34cad3b-1024-47de-bf69-b21eae235b6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e602f648-3997-481e-8adc-bb142941d9a5], X-ECOMP-RequestID=[c34cad3b-1024-47de-bf69-b21eae235b6e], X-TransactionId=[], X-ONAP-RequestID=[c34cad3b-1024-47de-bf69-b21eae235b6e], Content-Type=[application/merge-patch+json]} 2022-11-05T06:25:38.425Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-05T06:25:38.518Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?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/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221105-06:25:38:020-34260], vertex-id=[250072], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:25:38 GMT], Content-Type=[application/json]} 2022-11-05T06:25:38.518Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-05T06:25:38.519Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaea98e9-31d3-443b-bd1c-181dc7400081/model-vers/model-ver/7453b8eb-21af-43e4-8291-fef3be47f86e?depth=0|INFO|500||InvokeReturn 2022-11-05T06:25:38.520Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-05T06:25:38.520Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:25:38.525Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||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-05T06:25:38.526Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c34cad3b-1024-47de-bf69-b21eae235b6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-05T06:25:38.526Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-05T06:25:38.527Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:25:38.529Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:25:38.529Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629538526, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:25:38.630Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-05T06:25:38.631Z||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-05T06:25:38.631Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:38.654Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:38.654Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 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-05T06:25:39.542Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:25:39.543Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:25:39.543Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:43.982Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:43.984Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-05T06:25:43.984Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5808a1b-f1d1-4192-94b9-adb96c7cccaa","serviceName":"Demo_pNF_HkPH0bDx3zmPrWXMmfPm","serviceVersion":"1.0","serviceUUID":"c882e519-f25a-42d0-b9c8-3d6ea93ba617","serviceDescription":"catalog service description","serviceInvariantUUID":"1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2","resources":[{"resourceInstanceName":"pNF 19534a0b-b6e9 0","resourceName":"pNF 19534a0b-b6e9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc","resourceInvariantUUID":"d1932130-d1bb-4864-8f08-08e98510e41f","resourceCustomizationUUID":"e33cb0b8-6d2b-44ff-a66d-e14228c148ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml","artifactChecksum":"YzUyZDZiNDNiYmNhY2ZhNTU5ZjdhZWMxMDFlZDE5NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd42dafc-f0c6-4f37-8424-005da21b1786","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar","artifactChecksum":"MzUzODM5MzZiNTk1MDA5M2MxMjM3NGZhM2RhYzk0Yjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8cf26ea4-2597-4dd8-867c-9c40e96e80a1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd70956e-4a52-44be-b40d-f3b67fb32f58","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml","artifactChecksum":"OTQzOTczMjU4NzBiNGU1ZDA3YjYxMjM5NzFkZjMyZmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17f464fa-6bd8-4bc3-862c-20efe7274a67","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d89c908f-55f1-40ec-87cf-02fd53cfef3c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bdaa931a-634a-462a-adfe-c26cb2ab6d76","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml","artifactChecksum":"ZGIzMTA2YWIxOTJhMWUyZjA1YmJiN2RmODFmZTA4ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5af64efa-26e0-4459-90af-7016bb6cf37c","artifactVersion":"1"},{"artifactName":"service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar","artifactChecksum":"NWFjM2ZlMTFkYWRhOWFmMmJlMTk3NmIwZTUyYzAwNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cd73180-d65a-47cf-9524-f77b538063e0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-05T06:25:43.988Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:25:43.988Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:25:43.991Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:25:43.992Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:44.092Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:25:44.094Z||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-05T06:25:44.094Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:44.106Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:44.106Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:25:44.992Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:25:45.008Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:25:45.011Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:25:45.011Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:45.111Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:25:45.112Z||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-05T06:25:45.112Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:45.127Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:45.128Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:25:46.012Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:25:46.017Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:25:46.021Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:25:46.021Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:46.124Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-05T06:25:46.125Z||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-05T06:25:46.125Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:46.138Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:46.139Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:25:47.023Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:25:47.024Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:25:47.027Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:25:47.028Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:47.127Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:25:47.128Z||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-05T06:25:47.128Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:47.142Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:47.143Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:25:48.029Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:25:48.030Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:25:48.032Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:25:48.033Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:48.133Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:25:48.134Z||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-05T06:25:48.134Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:48.145Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:48.146Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:25:49.033Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:25:49.034Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:25:49.036Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:25:49.036Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:49.136Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:25:49.138Z||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-05T06:25:49.138Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:49.152Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:49.152Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:25:50.037Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:25:50.038Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:25:50.040Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:25:50.040Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:25:50.140Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:25:50.141Z||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-05T06:25:50.141Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:50.152Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:50.152Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:25:51.041Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:25:51.042Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:25:51.047Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:25:51.048Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:25:51.147Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:25:51.148Z||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-05T06:25:51.149Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:51.159Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:51.159Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:25:52.058Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "serviceName": "Demo_pNF_HkPH0bDx3zmPrWXMmfPm", "serviceVersion": "1.0", "serviceUUID": "c882e519-f25a-42d0-b9c8-3d6ea93ba617", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2", "resources": [ { "resourceInstanceName": "pNF 19534a0b-b6e9 0", "resourceCustomizationUUID": "e33cb0b8-6d2b-44ff-a66d-e14228c148ef", "resourceName": "pNF 19534a0b-b6e9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc", "resourceInvariantUUID": "d1932130-d1bb-4864-8f08-08e98510e41f", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "artifactChecksum": "NWFjM2ZlMTFkYWRhOWFmMmJlMTk3NmIwZTUyYzAwNGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6cd73180-d65a-47cf-9524-f77b538063e0" } ], "workloadContext": "Production" } 2022-11-05T06:25:52.058Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-05T06:25:52.059Z|c34cad3b-1024-47de-bf69-b21eae235b6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c882e519-f25a-42d0-b9c8-3d6ea93ba617 ASDC 2022-11-05T06:25:52.060Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c5808a1b-f1d1-4192-94b9-adb96c7cccaa ServiceName:Demo_pNF_HkPH0bDx3zmPrWXMmfPm ServiceVersion:1.0 ServiceUUID:c882e519-f25a-42d0-b9c8-3d6ea93ba617 ServiceInvariantUUID:1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar ArtifactUUID:6cd73180-d65a-47cf-9524-f77b538063e0 ArtifactChecksum:NWFjM2ZlMTFkYWRhOWFmMmJlMTk3NmIwZTUyYzAwNGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 19534a0b-b6e9 0 ResourceCustomizationUUID:e33cb0b8-6d2b-44ff-a66d-e14228c148ef ResourceInvariantUUID:d1932130-d1bb-4864-8f08-08e98510e41f ResourceName:pNF 19534a0b-b6e9 ResourceType:PNF ResourceUUID:554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-05T06:25:52.060Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c882e519-f25a-42d0-b9c8-3d6ea93ba617 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-05T06:25:52.104Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:25:52.104Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:25:52.105Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:25:52.105Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6cd73180-d65a-47cf-9524-f77b538063e0 from URL: /sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:52.105Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:25:52.105Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:52.181Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:25:52.187Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 6cd73180-d65a-47cf-9524-f77b538063e0 87778 2022-11-05T06:25:52.187Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar ASDC sendASDCNotification 2022-11-05T06:25:52.188Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:52.188Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:25:52.188Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:25:52.191Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:25:52.191Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629552187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:25:52.291Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:25:52.292Z||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-05T06:25:52.293Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:52.314Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:52.314Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:25:53.192Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:25:53.193Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:25:53.193Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6cd73180-d65a-47cf-9524-f77b538063e0, URL: /sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar to file: /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:53.194Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:53.194Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:53.195Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:53.441Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13509375111818356087/Definitions/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml 2022-11-05T06:25:54.362Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-05T06:25:54.362Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:25:54.362Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:54.362Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||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-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||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-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||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-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||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-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 19534a0b-b6e9 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-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:54.363Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||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-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:54.364Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:25:54.364Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:25:54.364Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:25:54.364Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Node template pNF 19534a0b-b6e9 0 is matching search criteria 2022-11-05T06:25:54.365Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:25:54.365Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 19534a0b-b6e9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:25:54.365Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:25:54.365Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Node template pNF 19534a0b-b6e9 0 is matching search criteria 2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 19534a0b-b6e9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:25:54.366Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:25:54.367Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_HkPH0bDx3zmPrWXMmfPm Description:catalog service description Model UUID:c882e519-f25a-42d0-b9c8-3d6ea93ba617 Model Version:NULL Model InvariantUuid:1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2 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-05T06:25:54.375Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc 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-05T06:25:54.378Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||pNF 19534a0b-b6e9 0 2022-11-05T06:25:54.378Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc 2022-11-05T06:25:54.378Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c882e519-f25a-42d0-b9c8-3d6ea93ba617 2022-11-05T06:25:54.378Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c882e519-f25a-42d0-b9c8-3d6ea93ba617 2022-11-05T06:25:54.379Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 19534a0b-b6e9 0 554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc 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-05T06:25:54.383Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76cf4160, org.onap.sdc.toscaparser.api.parameters.Input@4e9493f1, org.onap.sdc.toscaparser.api.parameters.Input@7805b8d3, org.onap.sdc.toscaparser.api.parameters.Input@5f0a365f, org.onap.sdc.toscaparser.api.parameters.Input@53c2a89f] 2022-11-05T06:25:54.384Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:25:54.384Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:25:54.384Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c882e519-f25a-42d0-b9c8-3d6ea93ba617: pNF 19534a0b-b6e9 2022-11-05T06:25:54.385Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Processing PNF resource: 554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc 2022-11-05T06:25:54.385Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:25:54.385Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HkPH0bDx3zmPrWXMmfPm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:25:54.385Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||Resource customization UUID: e33cb0b8-6d2b-44ff-a66d-e14228c148ef is the same as notified resource customizationUUID: e33cb0b8-6d2b-44ff-a66d-e14228c148ef 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-05T06:25:54.433Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 19534a0b-b6e9 554b0a33-634b-4b7e-a7d7-d1fe7b72d5cc 0 ASDC deployResourceStructure 2022-11-05T06:25:54.434Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar ASDC sendASDCNotification 2022-11-05T06:25:54.434Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar 2022-11-05T06:25:54.434Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:25:54.434Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:25:54.436Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:25:54.436Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629554433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:25:54.536Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:25:54.537Z||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-05T06:25:54.537Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:25:54.549Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:25:54.549Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:25:55.436Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5808a1b-f1d1-4192-94b9-adb96c7cccaa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:25:55.449Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5808a1b-f1d1-4192-94b9-adb96c7cccaa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:25:55.451Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:25:55.451Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:25:55.452Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:25:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:25:59.982Z||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-05T06:25:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:26:00.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:26:00.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "aai-ml", "timestamp": 1667629444347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:26:00.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "aai-ml", "timestamp": 1667629445352, "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-05T06:26:00.020Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5808a1b-f1d1-4192-94b9-adb96c7cccaa 2022-11-05T06:26:00.020Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5808a1b-f1d1-4192-94b9-adb96c7cccaa 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-05T06:26:00.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "ves-openapi-manager", "timestamp": 1667629445749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629444669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629444669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-05T06:26:00.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "ves-openapi-manager", "timestamp": 1667629445749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629444669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-05T06:26:00.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "ves-openapi-manager", "timestamp": 1667629445749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "ves-openapi-manager", "timestamp": 1667629445749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629444669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:26:00.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "cds", "timestamp": 1667629452790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "ves-openapi-manager", "timestamp": 1667629445749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629444669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-05T06:26:00.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "cds", "timestamp": 1667629452790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629453830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "ves-openapi-manager", "timestamp": 1667629445749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629444669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "cds", "timestamp": 1667629452790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629453830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "ves-openapi-manager", "timestamp": 1667629445749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629444669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-05T06:26:00.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "cds", "timestamp": 1667629452790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629453830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "ves-openapi-manager", "timestamp": 1667629445749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629444669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "cds", "timestamp": 1667629452790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629453830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629444669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:26:00.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "ves-openapi-manager", "timestamp": 1667629445749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "cds", "timestamp": 1667629452790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629453830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "cds", "timestamp": 1667629452790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629459355, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629453830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "cds", "timestamp": 1667629452790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629460430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629460057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629453830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "cds", "timestamp": 1667629452790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:26:00.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629461500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629460057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629453830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "cds", "timestamp": 1667629462590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629462553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629460057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629453830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:26:00.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "cds", "timestamp": 1667629463597, "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-05T06:26:00.062Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e977a7d0-b05c-4981-9ba3-c26d83dc89fc 2022-11-05T06:26:00.062Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e977a7d0-b05c-4981-9ba3-c26d83dc89fc 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-05T06:26:00.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629460057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629463743, "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-05T06:26:00.074Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e977a7d0-b05c-4981-9ba3-c26d83dc89fc 2022-11-05T06:26:00.074Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e977a7d0-b05c-4981-9ba3-c26d83dc89fc 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-05T06:26:00.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629463581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.082Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629460057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "multicloud-k8s-id", "timestamp": 1667629464748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:26:00.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629460057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629465771, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:26:00.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629460057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629466774, "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-05T06:26:00.087Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e977a7d0-b05c-4981-9ba3-c26d83dc89fc 2022-11-05T06:26:00.087Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e977a7d0-b05c-4981-9ba3-c26d83dc89fc 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-05T06:26:00.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629460057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629460057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:26:00.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629469836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629478778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:26:00.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "aai-ml", "timestamp": 1667629479790, "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-05T06:26:00.098Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e977a7d0-b05c-4981-9ba3-c26d83dc89fc 2022-11-05T06:26:00.099Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e977a7d0-b05c-4981-9ba3-c26d83dc89fc 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-05T06:26:00.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "cds", "timestamp": 1667629482790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "cds", "timestamp": 1667629482790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629483830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "cds", "timestamp": 1667629482790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629484671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629483830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "cds", "timestamp": 1667629482790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629484671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:26:00.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "ves-openapi-manager", "timestamp": 1667629485749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629483830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "cds", "timestamp": 1667629482790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629484671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-05T06:26:00.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "ves-openapi-manager", "timestamp": 1667629485749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629483830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "cds", "timestamp": 1667629482790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629484671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "ves-openapi-manager", "timestamp": 1667629485749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629483830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "cds", "timestamp": 1667629482790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:26:00.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629484671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-05T06:26:00.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "ves-openapi-manager", "timestamp": 1667629485749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629483830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629484671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "cds", "timestamp": 1667629490536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "ves-openapi-manager", "timestamp": 1667629485749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "aai-ml", "timestamp": 1667629490057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629483830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:26:00.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629484671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:26:00.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "cds", "timestamp": 1667629491546, "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-05T06:26:00.127Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4977e456-3381-43ef-a874-6137a59da8a7 2022-11-05T06:26:00.127Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4977e456-3381-43ef-a874-6137a59da8a7 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-05T06:26:00.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "ves-openapi-manager", "timestamp": 1667629485749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "aai-ml", "timestamp": 1667629490057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629491552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "ves-openapi-manager", "timestamp": 1667629485749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629492422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "aai-ml", "timestamp": 1667629490057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629493498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "aai-ml", "timestamp": 1667629490057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629493807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:26:00.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629494580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "aai-ml", "timestamp": 1667629490057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667629494811, "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-05T06:26:00.141Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4977e456-3381-43ef-a874-6137a59da8a7 2022-11-05T06:26:00.141Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4977e456-3381-43ef-a874-6137a59da8a7 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-05T06:26:00.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629495618, "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-05T06:26:00.152Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4977e456-3381-43ef-a874-6137a59da8a7 2022-11-05T06:26:00.152Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4977e456-3381-43ef-a874-6137a59da8a7 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-05T06:26:00.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "aai-ml", "timestamp": 1667629490057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:00.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "multicloud-k8s-id", "timestamp": 1667629496625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:26:00.160Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:00.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "aai-ml", "timestamp": 1667629490057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:26:00.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:26:00.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:26:00.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "aai-ml", "timestamp": 1667629497820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:26:00.160Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:26:25.452Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5808a1b-f1d1-4192-94b9-adb96c7cccaa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:26:25.463Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5808a1b-f1d1-4192-94b9-adb96c7cccaa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:26:25.469Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:26:25.469Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-05T06:26:25.469Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-05T06:26:25.469Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-05T06:26:25.469Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:26:25.469Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:26:25.470Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:26:25.470Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:26:25.470Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:26:25.470Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||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-05T06:26:25.476Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-05T06:26:55.476Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5808a1b-f1d1-4192-94b9-adb96c7cccaa 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-05T06:26:55.489Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5808a1b-f1d1-4192-94b9-adb96c7cccaa and serviceModelVersionId: c882e519-f25a-42d0-b9c8-3d6ea93ba617 2022-11-05T06:26:55.489Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2 2022-11-05T06:26:55.491Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2/model-vers/model-ver/c882e519-f25a-42d0-b9c8-3d6ea93ba617?depth=0 2022-11-05T06:26:55.503Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-05T06:26:55.563Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2/model-vers/model-ver/c882e519-f25a-42d0-b9c8-3d6ea93ba617?depth=0|INFO|500||Invoke 2022-11-05T06:26:55.564Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2/model-vers/model-ver/c882e519-f25a-42d0-b9c8-3d6ea93ba617?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2/model-vers/model-ver/c882e519-f25a-42d0-b9c8-3d6ea93ba617?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5808a1b-f1d1-4192-94b9-adb96c7cccaa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[850507cd-d42e-4a04-babd-a25a72b7d45c], X-ECOMP-RequestID=[c5808a1b-f1d1-4192-94b9-adb96c7cccaa], X-TransactionId=[], X-ONAP-RequestID=[c5808a1b-f1d1-4192-94b9-adb96c7cccaa], Content-Type=[application/merge-patch+json]} 2022-11-05T06:26:55.601Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2/model-vers/model-ver/c882e519-f25a-42d0-b9c8-3d6ea93ba617?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-05T06:26:55.692Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2/model-vers/model-ver/c882e519-f25a-42d0-b9c8-3d6ea93ba617?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/1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2/model-vers/model-ver/c882e519-f25a-42d0-b9c8-3d6ea93ba617?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221105-06:26:55:186-12853], vertex-id=[229616], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:26:55 GMT], Content-Type=[application/json]} 2022-11-05T06:26:55.693Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2/model-vers/model-ver/c882e519-f25a-42d0-b9c8-3d6ea93ba617?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-05T06:26:55.694Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d2ae0e4-347d-4622-9f3f-e2e922c7c5d2/model-vers/model-ver/c882e519-f25a-42d0-b9c8-3d6ea93ba617?depth=0|INFO|500||InvokeReturn 2022-11-05T06:26:55.695Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-05T06:26:55.696Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||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-05T06:26:55.703Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||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-05T06:26:55.703Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5808a1b-f1d1-4192-94b9-adb96c7cccaa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-05T06:26:55.704Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-05T06:26:55.704Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:26:55.708Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:26:55.708Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629615704, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:26:55.808Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:26:55.809Z||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-05T06:26:55.809Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:26:55.824Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:26:55.825Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 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-05T06:26:56.724Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-05T06:26:56.724Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e977a7d0-b05c-4981-9ba3-c26d83dc89fc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"06cef4a4-3ac9-4429-8423-c60cfd964f93","serviceDescription":"service","serviceInvariantUUID":"4b87fb2c-6b81-4808-9f5a-2eeccadf1e78","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0521dffd-834d-4ea0-9e2d-00922ca4749b","resourceInvariantUUID":"072d2af2-0d9d-47a0-865a-a2718cada632","resourceCustomizationUUID":"e49c2be0-4f52-461e-ada4-eb543d20b1d3","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":"ZWI2Njg1OTk0YWNkYjI0MWZhMzI4ODQyMjM0MmZlMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bcf2100-0def-4ba5-b5a0-38df4fd7aa05","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":"03fcb6d3-e57a-42e5-a1e2-b5c76a0dfedd","artifactVersion":"2","generatedFromUUID":"0c5ab264-c3e7-4cc1-8cab-9a3810a0c4c1"},{"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":"0c5ab264-c3e7-4cc1-8cab-9a3810a0c4c1","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":"YWYzMDA4MWFiOGU5MmJhZmU4MmU5ZjdkOWI2NzkwMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7a9396a5-559c-4a10-bd95-99705047f123","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":"e7192094-458a-4422-aae3-b57bcb6edf90","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":"6160c582-8946-4f37-a628-4e9aced75c56","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":"4dc114e7-d5f7-4baa-98e5-4446da88369a","artifactVersion":"2","generatedFromUUID":"e7192094-458a-4422-aae3-b57bcb6edf90"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmI5MGM1YmI3MjZkMDc4YTE3NjE0NmJkNTVhYWM5OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a049ff0-aaa6-4bae-8038-4178c4782e4d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Yzc2ZjFkOTkwNmJlOTcxZmZkZGEyYTA5YjVjZjYyZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83c79941-a704-4c0b-a872-fc6b74bad9e8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-05T06:26:56.725Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:26:56.725Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:26:56.727Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:26:56.727Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:26:56.827Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:26:56.829Z||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-05T06:26:56.829Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:26:56.840Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:26:56.840Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:26:57.728Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:26:57.729Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:26:57.731Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:26:57.731Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-05T06:26:57.831Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:26:57.832Z||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-05T06:26:57.832Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:26:57.843Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:26:57.843Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:26:58.732Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:26:58.733Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:26:58.735Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:26:58.735Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-05T06:26:58.837Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-05T06:26:58.838Z||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-05T06:26:58.838Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:26:58.848Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:26:58.848Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:26:59.737Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:26:59.738Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:26:59.741Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:26:59.741Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:26:59.841Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:26:59.842Z||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-05T06:26:59.842Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:26:59.854Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:26:59.854Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:26:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:26:59.982Z||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-05T06:26:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:27:00.005Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:00.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "aai-ml", "timestamp": 1667629505976, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:27:00.007Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:27:00.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "aai-ml", "timestamp": 1667629506980, "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-05T06:27:00.015Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4977e456-3381-43ef-a874-6137a59da8a7 2022-11-05T06:27:00.016Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4977e456-3381-43ef-a874-6137a59da8a7 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-05T06:27:00.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c34cad3b-1024-47de-bf69-b21eae235b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629538526, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:27:00.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:27:00.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:00.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:27:00.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:00.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:27:00.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:00.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:27:00.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:00.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:27:00.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:00.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:27:00.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/resourceInstances/pnf19534a0bb6e90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:00.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:27:00.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:00.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:27:00.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:27:00.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-05T06:27:00.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629552187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:27:00.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:27:00.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-05T06:27:00.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629554433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHkph0bdx3zmprwxmmfpm/1.0/artifacts/service-DemoPnfHkph0bdx3zmprwxmmfpm-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:27:00.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:27:00.741Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:00.742Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:00.745Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:00.745Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-05T06:27:00.845Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:00.846Z||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-05T06:27:00.846Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:00.857Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:00.858Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:01.746Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:01.747Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:01.750Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:01.750Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:01.850Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:01.851Z||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-05T06:27:01.851Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:01.862Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:01.863Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:27:02.750Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:02.751Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:02.753Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:02.753Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-05T06:27:02.853Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:02.854Z||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-05T06:27:02.854Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:02.866Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:02.867Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:03.754Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:03.754Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:03.758Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:03.758Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:03.857Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:27:03.858Z||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-05T06:27:03.859Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:03.873Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:03.874Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:04.759Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:04.760Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:04.763Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:04.763Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:27:04.863Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:04.864Z||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-05T06:27:04.864Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:04.875Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:04.875Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:05.764Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "06cef4a4-3ac9-4429-8423-c60cfd964f93", "serviceDescription": "service", "serviceInvariantUUID": "4b87fb2c-6b81-4808-9f5a-2eeccadf1e78", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "e49c2be0-4f52-461e-ada4-eb543d20b1d3", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0521dffd-834d-4ea0-9e2d-00922ca4749b", "resourceInvariantUUID": "072d2af2-0d9d-47a0-865a-a2718cada632", "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": "03fcb6d3-e57a-42e5-a1e2-b5c76a0dfedd", "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": "0c5ab264-c3e7-4cc1-8cab-9a3810a0c4c1", "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": "YWYzMDA4MWFiOGU5MmJhZmU4MmU5ZjdkOWI2NzkwMjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7a9396a5-559c-4a10-bd95-99705047f123", "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": "e7192094-458a-4422-aae3-b57bcb6edf90", "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": "4dc114e7-d5f7-4baa-98e5-4446da88369a", "generatedFromUUID": "e7192094-458a-4422-aae3-b57bcb6edf90" }, "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": "4dc114e7-d5f7-4baa-98e5-4446da88369a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "Yzc2ZjFkOTkwNmJlOTcxZmZkZGEyYTA5YjVjZjYyZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "83c79941-a704-4c0b-a872-fc6b74bad9e8" } ], "workloadContext": "Production" } 2022-11-05T06:27:05.765Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-05T06:27:05.765Z|c5808a1b-f1d1-4192-94b9-adb96c7cccaa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 06cef4a4-3ac9-4429-8423-c60cfd964f93 ASDC 2022-11-05T06:27:05.766Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e977a7d0-b05c-4981-9ba3-c26d83dc89fc ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:06cef4a4-3ac9-4429-8423-c60cfd964f93 ServiceInvariantUUID:4b87fb2c-6b81-4808-9f5a-2eeccadf1e78 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:83c79941-a704-4c0b-a872-fc6b74bad9e8 ArtifactChecksum:Yzc2ZjFkOTkwNmJlOTcxZmZkZGEyYTA5YjVjZjYyZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:e49c2be0-4f52-461e-ada4-eb543d20b1d3 ResourceInvariantUUID:072d2af2-0d9d-47a0-865a-a2718cada632 ResourceName:basic_cnf ResourceType:VF ResourceUUID:0521dffd-834d-4ea0-9e2d-00922ca4749b 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:03fcb6d3-e57a-42e5-a1e2-b5c76a0dfedd 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:0c5ab264-c3e7-4cc1-8cab-9a3810a0c4c1 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:7a9396a5-559c-4a10-bd95-99705047f123 ArtifactChecksum:YWYzMDA4MWFiOGU5MmJhZmU4MmU5ZjdkOWI2NzkwMjY= 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:e7192094-458a-4422-aae3-b57bcb6edf90 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:4dc114e7-d5f7-4baa-98e5-4446da88369a 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:4dc114e7-d5f7-4baa-98e5-4446da88369a ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-05T06:27:05.766Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06cef4a4-3ac9-4429-8423-c60cfd964f93 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-05T06:27:05.800Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:27:05.801Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:27:05.801Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:27:05.801Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 83c79941-a704-4c0b-a872-fc6b74bad9e8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-05T06:27:05.801Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:27:05.802Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-05T06:27:05.886Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:27:05.890Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 83c79941-a704-4c0b-a872-fc6b74bad9e8 73673 2022-11-05T06:27:05.891Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:05.891Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:05.891Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:27:05.892Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:05.894Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:05.894Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629625890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:27:05.995Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-05T06:27:05.996Z||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-05T06:27:05.997Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:06.016Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:06.017Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:06.895Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:27:06.896Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:27:06.897Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 83c79941-a704-4c0b-a872-fc6b74bad9e8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-05T06:27:06.899Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-05T06:27:06.900Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-05T06:27:06.900Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-05T06:27:07.134Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3913122179660369149/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-11-05T06:27:08.363Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-05T06:27:08.363Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:27:08.364Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-05T06:27:08.364Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-05T06:27:08.364Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:08.364Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-05T06:27:08.364Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:08.364Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:08.364Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:27:08.365Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.365Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:08.365Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-05T06:27:08.365Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:27:08.366Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:27:08.366Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.366Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:08.366Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-05T06:27:08.366Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:27:08.367Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:27:08.367Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.367Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:08.367Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.367Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-05T06:27:08.368Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-05T06:27:08.368Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-05T06:27:08.368Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-05T06:27:08.368Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.368Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:27:08.369Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.369Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-05T06:27:08.369Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:27:08.369Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.369Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-05T06:27:08.370Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:27:08.370Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.370Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-05T06:27:08.370Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:27:08.370Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.370Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-05T06:27:08.371Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-05T06:27:08.371Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6770dc5e-8dbb-4d62-b7d4-cbd860d98db4 2022-11-05T06:27:08.371Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.371Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:08.371Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.372Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:08.372Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.372Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:08.372Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:08.372Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:08.372Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:06cef4a4-3ac9-4429-8423-c60cfd964f93 Model Version:NULL Model InvariantUuid:4b87fb2c-6b81-4808-9f5a-2eeccadf1e78 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:7eba3cb8-d066-4647-86a8-31110a786e30 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:072d2af2-0d9d-47a0-865a-a2718cada632 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e49c2be0-4f52-461e-ada4-eb543d20b1d3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:10bb4429-b3f5-4414-b0ef-4808ce94d253 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3c076567-ff8c-45e6-a360-ed373f6625ce ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6770dc5e-8dbb-4d62-b7d4-cbd860d98db4 ModelInvariantUuid:374bbbba-b669-463d-87c4-74d2f7031512 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:f742908b-3848-4320-bc0b-f1a85bab3158 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:e018f80d-cfda-4697-a785-a6dd8043e226 ModelInvariantUuid:d577e73c-9f25-483c-bd91-96e77cba1c7c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:dfa3b8ac-b14d-4653-ad41-acf5a46940c4 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-05T06:27:09.076Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 0521dffd-834d-4ea0-9e2d-00922ca4749b 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-05T06:27:09.079Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-11-05T06:27:09.080Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0521dffd-834d-4ea0-9e2d-00922ca4749b 2022-11-05T06:27:09.080Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 03fcb6d3-e57a-42e5-a1e2-b5c76a0dfedd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-05T06:27:09.080Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:27:09.080Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:09.131Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:27:09.132Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 03fcb6d3-e57a-42e5-a1e2-b5c76a0dfedd 12 2022-11-05T06:27:09.132Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:09.132Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:09.133Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:27:09.133Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:09.135Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:09.135Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629629132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:27:09.235Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:09.236Z||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-05T06:27:09.236Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:09.251Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:09.251Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:27:10.136Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c5ab264-c3e7-4cc1-8cab-9a3810a0c4c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-05T06:27:10.137Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:27:10.137Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:10.234Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:27:10.235Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0c5ab264-c3e7-4cc1-8cab-9a3810a0c4c1 2688 2022-11-05T06:27:10.235Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:10.235Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:10.235Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:27:10.235Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:10.237Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:10.238Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629630235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-05T06:27:10.338Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:10.339Z||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-05T06:27:10.339Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:10.351Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:10.352Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:27:11.239Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7a9396a5-559c-4a10-bd95-99705047f123 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-05T06:27:11.240Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:27:11.240Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:11.294Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:27:11.294Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7a9396a5-559c-4a10-bd95-99705047f123 828 2022-11-05T06:27:11.295Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:11.295Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:11.295Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:27:11.295Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:11.297Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:11.297Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629631295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:27:11.397Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:11.398Z||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-05T06:27:11.398Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:11.410Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:11.411Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:12.298Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "10bb4429-b3f5-4414-b0ef-4808ce94d253", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c076567-ff8c-45e6-a360-ed373f6625ce", "vfModuleModelCustomizationUUID": "debaa351-4008-457e-9e1e-036ab8ca69f2", "isBase": true, "artifacts": [ "0c5ab264-c3e7-4cc1-8cab-9a3810a0c4c1", "e7192094-458a-4422-aae3-b57bcb6edf90", "4dc114e7-d5f7-4baa-98e5-4446da88369a" ], "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-05T06:27:12.302Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c076567-ff8c-45e6-a360-ed373f6625ce VfModuleModelInvariantUUID:10bb4429-b3f5-4414-b0ef-4808ce94d253 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c5ab264-c3e7-4cc1-8cab-9a3810a0c4c1 , e7192094-458a-4422-aae3-b57bcb6edf90 , 4dc114e7-d5f7-4baa-98e5-4446da88369a } 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-05T06:27:12.305Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "10bb4429-b3f5-4414-b0ef-4808ce94d253", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c076567-ff8c-45e6-a360-ed373f6625ce", "vfModuleModelCustomizationUUID": "debaa351-4008-457e-9e1e-036ab8ca69f2", "isBase": true, "artifacts": [ "0c5ab264-c3e7-4cc1-8cab-9a3810a0c4c1", "e7192094-458a-4422-aae3-b57bcb6edf90", "4dc114e7-d5f7-4baa-98e5-4446da88369a" ], "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-05T06:27:12.305Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c076567-ff8c-45e6-a360-ed373f6625ce VfModuleModelInvariantUUID:10bb4429-b3f5-4414-b0ef-4808ce94d253 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c5ab264-c3e7-4cc1-8cab-9a3810a0c4c1 , e7192094-458a-4422-aae3-b57bcb6edf90 , 4dc114e7-d5f7-4baa-98e5-4446da88369a } 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-05T06:27:12.305Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e7192094-458a-4422-aae3-b57bcb6edf90 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-05T06:27:12.305Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:27:12.306Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:12.374Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:27:12.375Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e7192094-458a-4422-aae3-b57bcb6edf90 1164 2022-11-05T06:27:12.375Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:12.375Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:12.376Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:27:12.376Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:12.377Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:12.378Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629632375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:27:12.478Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:12.479Z||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-05T06:27:12.479Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:12.495Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:12.496Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:27:13.378Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4dc114e7-d5f7-4baa-98e5-4446da88369a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-05T06:27:13.379Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:27:13.380Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:13.453Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:27:13.454Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4dc114e7-d5f7-4baa-98e5-4446da88369a 200 2022-11-05T06:27:13.454Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:13.454Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:13.455Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:27:13.455Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:13.457Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:13.457Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629633454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:27:13.557Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:13.558Z||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-05T06:27:13.558Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:13.570Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:13.570Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:27:14.458Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 06cef4a4-3ac9-4429-8423-c60cfd964f93 2022-11-05T06:27:14.459Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0521dffd-834d-4ea0-9e2d-00922ca4749b ASDC 2022-11-05T06:27:14.468Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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 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-05T06:27:14.999Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1fe14aac, org.onap.sdc.toscaparser.api.parameters.Input@693f4de3, org.onap.sdc.toscaparser.api.parameters.Input@5de45b16, org.onap.sdc.toscaparser.api.parameters.Input@7c9a29f, org.onap.sdc.toscaparser.api.parameters.Input@12e83ce0] 2022-11-05T06:27:15.001Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.001Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:15.001Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-05T06:27:15.001Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e49c2be0-4f52-461e-ada4-eb543d20b1d3 2022-11-05T06:27:15.002Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e49c2be0-4f52-461e-ada4-eb543d20b1d3 matches Tosca VF Customization UUID: e49c2be0-4f52-461e-ada4-eb543d20b1d3 2022-11-05T06:27:15.002Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e49c2be0-4f52-461e-ada4-eb543d20b1d3 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-05T06:27:15.004Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.004Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:15.005Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e49c2be0-4f52-461e-ada4-eb543d20b1d3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-05T06:27:15.005Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34ff74db 2022-11-05T06:27:15.006Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.006Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:27:15.006Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : debaa351-4008-457e-9e1e-036ab8ca69f2 2022-11-05T06:27:15.006Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID debaa351-4008-457e-9e1e-036ab8ca69f2 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-05T06:27:15.009Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.009Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-05T06:27:15.009Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:27:15.010Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.010Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-05T06:27:15.010Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:27:15.010Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.010Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-05T06:27:15.011Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-05T06:27:15.011Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6770dc5e-8dbb-4d62-b7d4-cbd860d98db4 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-05T06:27:15.013Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.013Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-05T06:27:15.013Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:27:15.014Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.014Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-05T06:27:15.014Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e49c2be0-4f52-461e-ada4-eb543d20b1d3 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-05T06:27:15.016Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.016Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:15.016Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 06cef4a4-3ac9-4429-8423-c60cfd964f93: basic_cnf 2022-11-05T06:27:15.016Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.017Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:15.017Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.017Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:15.017Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.017Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:15.018Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.018Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:15.018Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:27:15.018Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:27:15.019Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:15.095Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0521dffd-834d-4ea0-9e2d-00922ca4749b 1 ASDC deployResourceStructure 2022-11-05T06:27:15.096Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:15.096Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:15.096Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-05T06:27:15.097Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:15.098Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:15.098Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629635096, "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-05T06:27:15.199Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:27:15.200Z||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-05T06:27:15.200Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:15.210Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:15.210Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:16.099Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:16.100Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:16.100Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-05T06:27:16.100Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:16.102Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:16.102Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629636099, "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-05T06:27:16.202Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:16.203Z||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-05T06:27:16.203Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:16.217Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:16.217Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:27:17.103Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:17.104Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:17.105Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:27:17.105Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:17.109Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:17.109Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629637103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:27:17.209Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:17.209Z||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-05T06:27:17.210Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:17.221Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:17.221Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:18.110Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:18.110Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:18.111Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:27:18.111Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:18.113Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:18.113Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629638109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:27:18.217Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-11-05T06:27:18.222Z||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-05T06:27:18.222Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:18.235Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:18.235Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:19.114Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:19.114Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:19.115Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:27:19.115Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:19.117Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:19.117Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629639114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-05T06:27:19.218Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:19.219Z||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-05T06:27:19.219Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:19.231Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:19.232Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:20.119Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:20.119Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:20.119Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:27:20.119Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:20.121Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:20.122Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629640119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:27:20.222Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:20.223Z||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-05T06:27:20.223Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:20.232Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:20.232Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:21.123Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e977a7d0-b05c-4981-9ba3-c26d83dc89fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:27:21.135Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e977a7d0-b05c-4981-9ba3-c26d83dc89fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:27:21.138Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:27:21.138Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-05T06:27:21.138Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-05T06:27:21.138Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-05T06:27:21.138Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:27:21.139Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:27:21.139Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:27:21.139Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:27:21.139Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:27:21.139Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:21.144Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-05T06:27:51.144Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e977a7d0-b05c-4981-9ba3-c26d83dc89fc 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-05T06:27:51.151Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e977a7d0-b05c-4981-9ba3-c26d83dc89fc and serviceModelVersionId: 06cef4a4-3ac9-4429-8423-c60cfd964f93 2022-11-05T06:27:51.151Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b87fb2c-6b81-4808-9f5a-2eeccadf1e78 2022-11-05T06:27:51.151Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b87fb2c-6b81-4808-9f5a-2eeccadf1e78/model-vers/model-ver/06cef4a4-3ac9-4429-8423-c60cfd964f93?depth=0 2022-11-05T06:27:51.156Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-05T06:27:51.204Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b87fb2c-6b81-4808-9f5a-2eeccadf1e78/model-vers/model-ver/06cef4a4-3ac9-4429-8423-c60cfd964f93?depth=0|INFO|500||Invoke 2022-11-05T06:27:51.205Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b87fb2c-6b81-4808-9f5a-2eeccadf1e78/model-vers/model-ver/06cef4a4-3ac9-4429-8423-c60cfd964f93?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b87fb2c-6b81-4808-9f5a-2eeccadf1e78/model-vers/model-ver/06cef4a4-3ac9-4429-8423-c60cfd964f93?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e977a7d0-b05c-4981-9ba3-c26d83dc89fc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[032d0e9a-8c22-43c2-bcff-c1d893bf2f82], X-ECOMP-RequestID=[e977a7d0-b05c-4981-9ba3-c26d83dc89fc], X-TransactionId=[], X-ONAP-RequestID=[e977a7d0-b05c-4981-9ba3-c26d83dc89fc], Content-Type=[application/merge-patch+json]} 2022-11-05T06:27:51.230Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b87fb2c-6b81-4808-9f5a-2eeccadf1e78/model-vers/model-ver/06cef4a4-3ac9-4429-8423-c60cfd964f93?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-05T06:27:51.319Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b87fb2c-6b81-4808-9f5a-2eeccadf1e78/model-vers/model-ver/06cef4a4-3ac9-4429-8423-c60cfd964f93?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/4b87fb2c-6b81-4808-9f5a-2eeccadf1e78/model-vers/model-ver/06cef4a4-3ac9-4429-8423-c60cfd964f93?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221105-06:27:50:809-45102], vertex-id=[192688], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:27:50 GMT], Content-Type=[application/json]} 2022-11-05T06:27:51.320Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b87fb2c-6b81-4808-9f5a-2eeccadf1e78/model-vers/model-ver/06cef4a4-3ac9-4429-8423-c60cfd964f93?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-05T06:27:51.321Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b87fb2c-6b81-4808-9f5a-2eeccadf1e78/model-vers/model-ver/06cef4a4-3ac9-4429-8423-c60cfd964f93?depth=0|INFO|500||InvokeReturn 2022-11-05T06:27:51.321Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-05T06:27:51.321Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:51.327Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||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-05T06:27:51.327Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e977a7d0-b05c-4981-9ba3-c26d83dc89fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-05T06:27:51.328Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-05T06:27:51.328Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:51.330Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:51.330Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629671327, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:27:51.430Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:51.431Z||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-05T06:27:51.431Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:51.447Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:51.448Z||pool-72-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-05T06:27:52.343Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-05T06:27:52.343Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4977e456-3381-43ef-a874-6137a59da8a7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f8d2502d-12ca-40ed-9835-2d5e5da4792d","serviceDescription":"service","serviceInvariantUUID":"8cb25a86-4c6b-4eaf-8a04-43033cf3e927","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cda38661-409d-4528-9b2a-734517f5b9fd","resourceInvariantUUID":"40e8ddbd-6200-41e0-8c27-44f0aaa320e8","resourceCustomizationUUID":"a062bcb1-a9ad-49c4-ba3f-704e291bc748","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":"NmMzOTU1Y2U3ZWU1OGE3MDg2ZDdhNTZjODY3M2VjMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"52202324-4de6-4f1e-bd20-b22d9addb798","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":"YjE4YTZjMTViNDJjZjk3NjZlYzY5MzkwODFhMWZlNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5248c82-9c89-42ce-bcc9-d638e0294c65","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":"d6a3cf9b-ce79-49ad-8730-a4742e2e1e8d","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":"c4cfa9e6-d206-4e8a-9e16-42dd600bd299","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":"86dd32aa-a2ba-4a83-801d-e05dc7fd244a","artifactVersion":"2","generatedFromUUID":"d6a3cf9b-ce79-49ad-8730-a4742e2e1e8d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmE4YjI5MTZiYTVjYWQ5YmM3OGE5NzNlMTMyYjcwZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b34520b2-1a9b-446d-9c8e-346ba5c2c18e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWQyOWZiMjY1MTAzM2UxMTFkNzA3NDdlNmNlYmI4MWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eab7d7df-cf59-4e8e-8b2e-662c90b72723","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-05T06:27:52.344Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:52.344Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:52.346Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:52.346Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:52.447Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:27:52.447Z||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-05T06:27:52.447Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:52.477Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:52.477Z||pool-73-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:53.347Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:53.348Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:53.350Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:53.350Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:27:53.450Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:53.451Z||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-05T06:27:53.451Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:53.460Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:53.460Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:54.350Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:54.351Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:54.353Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:54.354Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-05T06:27:54.454Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:54.455Z||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-05T06:27:54.455Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:54.464Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:54.465Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:27:55.354Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:55.356Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:55.359Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:55.359Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:55.459Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:55.460Z||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-05T06:27:55.460Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:55.472Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:55.472Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:56.360Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:56.361Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:56.364Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:56.364Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-05T06:27:56.464Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:27:56.465Z||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-05T06:27:56.465Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:56.477Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:56.478Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:27:57.365Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:57.366Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:57.369Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:57.369Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:27:57.469Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:57.470Z||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-05T06:27:57.470Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:57.484Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:57.484Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:58.370Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:27:58.371Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:58.373Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:58.373Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:27:58.473Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:58.474Z||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-05T06:27:58.474Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:58.485Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:58.485Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:59.374Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f8d2502d-12ca-40ed-9835-2d5e5da4792d", "serviceDescription": "service", "serviceInvariantUUID": "8cb25a86-4c6b-4eaf-8a04-43033cf3e927", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a062bcb1-a9ad-49c4-ba3f-704e291bc748", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cda38661-409d-4528-9b2a-734517f5b9fd", "resourceInvariantUUID": "40e8ddbd-6200-41e0-8c27-44f0aaa320e8", "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": "YjE4YTZjMTViNDJjZjk3NjZlYzY5MzkwODFhMWZlNWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5248c82-9c89-42ce-bcc9-d638e0294c65", "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": "d6a3cf9b-ce79-49ad-8730-a4742e2e1e8d", "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": "86dd32aa-a2ba-4a83-801d-e05dc7fd244a", "generatedFromUUID": "d6a3cf9b-ce79-49ad-8730-a4742e2e1e8d" }, "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": "86dd32aa-a2ba-4a83-801d-e05dc7fd244a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MWQyOWZiMjY1MTAzM2UxMTFkNzA3NDdlNmNlYmI4MWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eab7d7df-cf59-4e8e-8b2e-662c90b72723" } ], "workloadContext": "Production" } 2022-11-05T06:27:59.375Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-05T06:27:59.375Z|e977a7d0-b05c-4981-9ba3-c26d83dc89fc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f8d2502d-12ca-40ed-9835-2d5e5da4792d ASDC 2022-11-05T06:27:59.375Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:4977e456-3381-43ef-a874-6137a59da8a7 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f8d2502d-12ca-40ed-9835-2d5e5da4792d ServiceInvariantUUID:8cb25a86-4c6b-4eaf-8a04-43033cf3e927 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:eab7d7df-cf59-4e8e-8b2e-662c90b72723 ArtifactChecksum:MWQyOWZiMjY1MTAzM2UxMTFkNzA3NDdlNmNlYmI4MWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a062bcb1-a9ad-49c4-ba3f-704e291bc748 ResourceInvariantUUID:40e8ddbd-6200-41e0-8c27-44f0aaa320e8 ResourceName:basic_vm ResourceType:VF ResourceUUID:cda38661-409d-4528-9b2a-734517f5b9fd 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:f5248c82-9c89-42ce-bcc9-d638e0294c65 ArtifactChecksum:YjE4YTZjMTViNDJjZjk3NjZlYzY5MzkwODFhMWZlNWU= 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:d6a3cf9b-ce79-49ad-8730-a4742e2e1e8d 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:86dd32aa-a2ba-4a83-801d-e05dc7fd244a 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:86dd32aa-a2ba-4a83-801d-e05dc7fd244a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-05T06:27:59.376Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f8d2502d-12ca-40ed-9835-2d5e5da4792d 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-05T06:27:59.404Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:27:59.404Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:27:59.405Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:27:59.405Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eab7d7df-cf59-4e8e-8b2e-662c90b72723 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-05T06:27:59.405Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:27:59.405Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-05T06:27:59.542Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:27:59.545Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar eab7d7df-cf59-4e8e-8b2e-662c90b72723 74813 2022-11-05T06:27:59.546Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:27:59.546Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:27:59.546Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:27:59.546Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:27:59.548Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:27:59.548Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629679545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:27:59.648Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:27:59.649Z||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-05T06:27:59.649Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:27:59.662Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:27:59.662Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:27:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:27:59.981Z||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-05T06:27:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:28:00.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:28:00.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:28:00.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c5808a1b-f1d1-4192-94b9-adb96c7cccaa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629615704, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:28:00.006Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:28:00.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:28:00.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:28:00.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:28:00.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:28:00.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-05T06:28:00.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:28:00.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:28:00.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-05T06:28:00.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:28:00.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:28:00.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:28:00.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:28:00.548Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:28:00.550Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-05T06:28:00.551Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: eab7d7df-cf59-4e8e-8b2e-662c90b72723, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-05T06:28:00.551Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-05T06:28:00.552Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-05T06:28:00.552Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-05T06:28:00.718Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17783519188729205599/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-05T06:28:01.778Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-05T06:28:01.778Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:28:01.778Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-05T06:28:01.779Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-05T06:28:01.779Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:01.779Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:01.779Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-05T06:28:01.779Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-05T06:28:01.779Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:01.779Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:01.779Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:01.779Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-05T06:28:01.779Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.779Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:01.780Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-05T06:28:01.780Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:28:01.780Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:28:01.780Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.780Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:01.780Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-05T06:28:01.780Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-05T06:28:01.780Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:28:01.781Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.781Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:01.781Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.781Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-05T06:28:01.781Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-05T06:28:01.782Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-05T06:28:01.782Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-05T06:28:01.782Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-05T06:28:01.782Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-05T06:28:01.782Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.782Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:28:01.782Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.783Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-05T06:28:01.783Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:28:01.783Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.783Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-05T06:28:01.784Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:28:01.784Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.784Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-05T06:28:01.784Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:28:01.785Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.785Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-05T06:28:01.785Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-05T06:28:01.785Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-05T06:28:01.785Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6215ad26-0c8c-4a89-b3ce-7db90c7d3fd1 2022-11-05T06:28:01.785Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.785Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:01.785Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.786Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:01.786Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.786Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:01.786Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:01.786Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:01.786Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f8d2502d-12ca-40ed-9835-2d5e5da4792d Model Version:NULL Model InvariantUuid:8cb25a86-4c6b-4eaf-8a04-43033cf3e927 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:912b53fb-8f30-4991-9b08-8a92ba868e67 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:40e8ddbd-6200-41e0-8c27-44f0aaa320e8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a062bcb1-a9ad-49c4-ba3f-704e291bc748 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bea7f516-1043-4dbb-9351-4a8d25b2b0bf ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:19d47b0b-0f4f-4a97-b001-f06fcefe9efb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6215ad26-0c8c-4a89-b3ce-7db90c7d3fd1 ModelInvariantUuid:0c60194a-b860-4d82-8aab-c88c15168325 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:05ca9e7b-a634-4325-805e-30ef5c3f5033 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:49f6798e-34c0-4033-ae73-be583f6e0614 ModelInvariantUuid:558a03ea-32d5-47c9-8354-18eac269d1c6 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:7e6e76ac-1405-4875-8efc-11c4f07fb97c 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-05T06:28:01.792Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cda38661-409d-4528-9b2a-734517f5b9fd 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-05T06:28:01.795Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-11-05T06:28:01.796Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cda38661-409d-4528-9b2a-734517f5b9fd 2022-11-05T06:28:01.796Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f5248c82-9c89-42ce-bcc9-d638e0294c65 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-05T06:28:01.796Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:28:01.796Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:01.847Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:28:01.848Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f5248c82-9c89-42ce-bcc9-d638e0294c65 787 2022-11-05T06:28:01.848Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:01.848Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:01.848Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:28:01.848Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:28:01.850Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:28:01.850Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629681848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:28:01.951Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:28:01.952Z||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-05T06:28:01.952Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:28:01.964Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:28:01.965Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:28:02.851Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bea7f516-1043-4dbb-9351-4a8d25b2b0bf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "19d47b0b-0f4f-4a97-b001-f06fcefe9efb", "vfModuleModelCustomizationUUID": "53141395-feb4-4661-bab6-0d6c591ebc89", "isBase": true, "artifacts": [ "d6a3cf9b-ce79-49ad-8730-a4742e2e1e8d", "86dd32aa-a2ba-4a83-801d-e05dc7fd244a" ], "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-05T06:28:02.854Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:19d47b0b-0f4f-4a97-b001-f06fcefe9efb VfModuleModelInvariantUUID:bea7f516-1043-4dbb-9351-4a8d25b2b0bf VfModuleModelDescription:NULL Artifacts UUID List:{ d6a3cf9b-ce79-49ad-8730-a4742e2e1e8d , 86dd32aa-a2ba-4a83-801d-e05dc7fd244a } 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-05T06:28:02.856Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bea7f516-1043-4dbb-9351-4a8d25b2b0bf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "19d47b0b-0f4f-4a97-b001-f06fcefe9efb", "vfModuleModelCustomizationUUID": "53141395-feb4-4661-bab6-0d6c591ebc89", "isBase": true, "artifacts": [ "d6a3cf9b-ce79-49ad-8730-a4742e2e1e8d", "86dd32aa-a2ba-4a83-801d-e05dc7fd244a" ], "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-05T06:28:02.856Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:19d47b0b-0f4f-4a97-b001-f06fcefe9efb VfModuleModelInvariantUUID:bea7f516-1043-4dbb-9351-4a8d25b2b0bf VfModuleModelDescription:NULL Artifacts UUID List:{ d6a3cf9b-ce79-49ad-8730-a4742e2e1e8d , 86dd32aa-a2ba-4a83-801d-e05dc7fd244a } 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-05T06:28:02.856Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6a3cf9b-ce79-49ad-8730-a4742e2e1e8d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-05T06:28:02.857Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:28:02.857Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:02.925Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:28:02.925Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d6a3cf9b-ce79-49ad-8730-a4742e2e1e8d 5033 2022-11-05T06:28:02.925Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:02.925Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:02.926Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:28:02.926Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:28:02.927Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:28:02.927Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629682925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:28:03.028Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:28:03.029Z||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-05T06:28:03.029Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:28:03.043Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:28:03.043Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:28:03.928Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 86dd32aa-a2ba-4a83-801d-e05dc7fd244a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-05T06:28:03.929Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-05T06:28:03.929Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:04.027Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-05T06:28:04.027Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 86dd32aa-a2ba-4a83-801d-e05dc7fd244a 903 2022-11-05T06:28:04.027Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:04.027Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:04.028Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:28:04.028Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:28:04.030Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:28:04.030Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629684027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:28:04.130Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:28:04.146Z||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-05T06:28:04.146Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:28:04.167Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:28:04.168Z||pool-83-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:28:05.030Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f8d2502d-12ca-40ed-9835-2d5e5da4792d 2022-11-05T06:28:05.031Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 cda38661-409d-4528-9b2a-734517f5b9fd 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-05T06:28:05.044Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a12b473, org.onap.sdc.toscaparser.api.parameters.Input@5d6ab6a5, org.onap.sdc.toscaparser.api.parameters.Input@59bf935d, org.onap.sdc.toscaparser.api.parameters.Input@602db064, org.onap.sdc.toscaparser.api.parameters.Input@7f03213e] 2022-11-05T06:28:05.045Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.046Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:05.046Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-05T06:28:05.046Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a062bcb1-a9ad-49c4-ba3f-704e291bc748 2022-11-05T06:28:05.046Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a062bcb1-a9ad-49c4-ba3f-704e291bc748 matches Tosca VF Customization UUID: a062bcb1-a9ad-49c4-ba3f-704e291bc748 2022-11-05T06:28:05.047Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a062bcb1-a9ad-49c4-ba3f-704e291bc748 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-05T06:28:05.049Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.050Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:05.050Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a062bcb1-a9ad-49c4-ba3f-704e291bc748: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-05T06:28:05.051Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f770b87 2022-11-05T06:28:05.051Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.051Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:28:05.051Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 53141395-feb4-4661-bab6-0d6c591ebc89 2022-11-05T06:28:05.052Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 53141395-feb4-4661-bab6-0d6c591ebc89 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-05T06:28:05.054Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.054Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-05T06:28:05.054Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:28:05.054Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.055Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-05T06:28:05.055Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:28:05.055Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.055Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-05T06:28:05.055Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-05T06:28:05.055Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-05T06:28:05.056Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6215ad26-0c8c-4a89-b3ce-7db90c7d3fd1 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-05T06:28:05.057Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.057Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-05T06:28:05.058Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:28:05.058Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.058Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-05T06:28:05.058Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a062bcb1-a9ad-49c4-ba3f-704e291bc748 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-05T06:28:05.060Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.060Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:05.060Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f8d2502d-12ca-40ed-9835-2d5e5da4792d: basic_vm 2022-11-05T06:28:05.060Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.061Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:05.061Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.061Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:05.061Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.061Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:05.061Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.061Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:05.062Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:28:05.062Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:28:05.062Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:05.143Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm cda38661-409d-4528-9b2a-734517f5b9fd 1 ASDC deployResourceStructure 2022-11-05T06:28:05.143Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:05.144Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:05.144Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:28:05.144Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:28:05.146Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:28:05.146Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629685143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:28:05.246Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:28:05.248Z||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-05T06:28:05.248Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:28:05.271Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:28:05.271Z||pool-84-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:28:06.147Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:06.147Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:06.148Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:28:06.148Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:28:06.151Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:28:06.151Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629686147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:28:06.251Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:28:06.252Z||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-05T06:28:06.253Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:28:06.267Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:28:06.268Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:28:07.152Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:07.152Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:07.152Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:28:07.152Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:28:07.154Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:28:07.155Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629687151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-05T06:28:07.255Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:28:07.256Z||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-05T06:28:07.256Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:28:07.267Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:28:07.268Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:28:08.155Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:08.156Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:08.156Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:28:08.156Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:28:08.158Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:28:08.158Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629688155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:28:08.258Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:28:08.259Z||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-05T06:28:08.259Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:28:08.270Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:28:08.271Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:28:09.159Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4977e456-3381-43ef-a874-6137a59da8a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:28:09.171Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4977e456-3381-43ef-a874-6137a59da8a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:28:09.173Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:28:09.173Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-05T06:28:09.173Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-05T06:28:09.173Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-05T06:28:09.174Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:28:09.174Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:28:09.174Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:28:09.174Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:28:09.174Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:28:09.174Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:09.179Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-05T06:28:39.179Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4977e456-3381-43ef-a874-6137a59da8a7 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-05T06:28:39.186Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4977e456-3381-43ef-a874-6137a59da8a7 and serviceModelVersionId: f8d2502d-12ca-40ed-9835-2d5e5da4792d 2022-11-05T06:28:39.186Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8cb25a86-4c6b-4eaf-8a04-43033cf3e927 2022-11-05T06:28:39.187Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8cb25a86-4c6b-4eaf-8a04-43033cf3e927/model-vers/model-ver/f8d2502d-12ca-40ed-9835-2d5e5da4792d?depth=0 2022-11-05T06:28:39.191Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-05T06:28:39.237Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cb25a86-4c6b-4eaf-8a04-43033cf3e927/model-vers/model-ver/f8d2502d-12ca-40ed-9835-2d5e5da4792d?depth=0|INFO|500||Invoke 2022-11-05T06:28:39.237Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cb25a86-4c6b-4eaf-8a04-43033cf3e927/model-vers/model-ver/f8d2502d-12ca-40ed-9835-2d5e5da4792d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cb25a86-4c6b-4eaf-8a04-43033cf3e927/model-vers/model-ver/f8d2502d-12ca-40ed-9835-2d5e5da4792d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4977e456-3381-43ef-a874-6137a59da8a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05b3fb59-031c-4642-ab4d-def9024518f1], X-ECOMP-RequestID=[4977e456-3381-43ef-a874-6137a59da8a7], X-TransactionId=[], X-ONAP-RequestID=[4977e456-3381-43ef-a874-6137a59da8a7], Content-Type=[application/merge-patch+json]} 2022-11-05T06:28:39.255Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cb25a86-4c6b-4eaf-8a04-43033cf3e927/model-vers/model-ver/f8d2502d-12ca-40ed-9835-2d5e5da4792d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-05T06:28:39.346Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cb25a86-4c6b-4eaf-8a04-43033cf3e927/model-vers/model-ver/f8d2502d-12ca-40ed-9835-2d5e5da4792d?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/8cb25a86-4c6b-4eaf-8a04-43033cf3e927/model-vers/model-ver/f8d2502d-12ca-40ed-9835-2d5e5da4792d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221105-06:28:38:830-30469], vertex-id=[266456], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:28:38 GMT], Content-Type=[application/json]} 2022-11-05T06:28:39.346Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cb25a86-4c6b-4eaf-8a04-43033cf3e927/model-vers/model-ver/f8d2502d-12ca-40ed-9835-2d5e5da4792d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-05T06:28:39.347Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cb25a86-4c6b-4eaf-8a04-43033cf3e927/model-vers/model-ver/f8d2502d-12ca-40ed-9835-2d5e5da4792d?depth=0|INFO|500||InvokeReturn 2022-11-05T06:28:39.347Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-05T06:28:39.348Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:39.354Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||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-05T06:28:39.355Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4977e456-3381-43ef-a874-6137a59da8a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-05T06:28:39.355Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-05T06:28:39.355Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:28:39.357Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:28:39.357Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629719355, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:28:39.458Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:28:39.459Z||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-05T06:28:39.459Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:28:39.472Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:28:39.472Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-05T06:28:40.371Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:28:40.372Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:28:40.372Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:28:50.715Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:28:50.715Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:28:50.716Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:28:50.716Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:28:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:28:59.982Z||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-05T06:28:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:29:00.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:29:00.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-05T06:29:00.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:29:00.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-05T06:29:00.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:29:00.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:29:00.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629625890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:29:00.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629629132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:29:00.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629630235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-05T06:29:00.010Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629631295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:29:00.010Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629632375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:29:00.011Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629633454, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:29:00.011Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629635096, "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-05T06:29:00.012Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629636099, "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-05T06:29:00.012Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629637103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:29:00.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629638109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:29:00.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629639114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-05T06:29:00.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629640119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:29:00.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e977a7d0-b05c-4981-9ba3-c26d83dc89fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629671327, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:29:00.015Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:29:00.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:29:00.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-05T06:29:00.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:29:00.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-05T06:29:00.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:29:00.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629539542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:29:00.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:29:00.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:29:00.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629679545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:29:00.019Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:29:00.256Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:29:00.256Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:29:00.257Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:29:00.257Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:29:09.813Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:29:09.814Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:29:09.814Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:29:09.815Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:29:19.365Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:29:19.365Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:29:19.366Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:29:19.366Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:29:28.917Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:29:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:29:59.973Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:29:59.973Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:29:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:29:59.981Z||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-05T06:29:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:30:00.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:30:00.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:30:00.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629681848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:30:00.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:30:00.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:30:00.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629682925, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:30:00.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:30:00.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:30:00.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629684027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:30:00.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:30:00.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:30:00.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629685143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:30:00.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:30:00.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:30:00.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629686147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:30:00.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:30:00.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:30:00.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629687151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-05T06:30:00.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:30:00.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:30:00.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629688155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:30:00.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:30:00.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-05T06:30:00.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4977e456-3381-43ef-a874-6137a59da8a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667629719355, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:30:00.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:30:09.520Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:30:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:30:59.977Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:30:59.977Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:30:59.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:30:59.981Z||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-05T06:30:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:31:09.522Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:31:09.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:31:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:31:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:31:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:31:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:31:59.981Z||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-05T06:31:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:32:09.519Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:32:09.523Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:32:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:32:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:32:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:32:59.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:32:59.981Z||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-05T06:32:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:33:09.525Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:33:09.527Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:33:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:33:59.974Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:33:59.974Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:33:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:33:59.981Z||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-05T06:33:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:34:09.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:34:09.529Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:34:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:34:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:34:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:34:59.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:34:59.981Z||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-05T06:34:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:35:09.525Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:35:09.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:35:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:35:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:35:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:35:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:35:59.981Z||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-05T06:35:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:36:09.520Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:36:09.520Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:36:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:36:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:36:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:36:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:36:59.981Z||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-05T06:36:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:37:09.519Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:37:09.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:37:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:37:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:37:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:37:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:37:59.981Z||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-05T06:37:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:38:09.519Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:38:09.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:38:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:38:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:38:59.973Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:38:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:38:59.981Z||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-05T06:38:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:39:09.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:39:09.551Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:39:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:39:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:39:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:39:59.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:39:59.981Z||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-05T06:39:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:40:09.516Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:40:09.522Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:40:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:40:59.973Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:40:59.973Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:40:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:40:59.981Z||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-05T06:40:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:41:09.519Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:41:09.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:41:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:41:59.973Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:41:59.974Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:41:59.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:41:59.981Z||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-05T06:41:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:42:09.516Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:42:09.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:42:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:42:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:42:59.973Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:42:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:42:59.981Z||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-05T06:42:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:43:09.520Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:43:09.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:43:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:43:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:43:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:43:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:43:59.981Z||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-05T06:43:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:44:09.523Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:44:09.523Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:44:59.971Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:44:59.972Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-05T06:44:59.973Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gmq8VLE6dtci0v92) ... 2022-11-05T06:44:59.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:44:59.981Z||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-05T06:44:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:45:09.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:45:09.520Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:45:59.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:45:59.972Z||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-05T06:45:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:45:59.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:45:59.998Z||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-05T06:45:59.999Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:46:00.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:00.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:46:00.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630750058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:46:00.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-05T06:46:00.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:46:00.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630757790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:46:00.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-05T06:46:00.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:46:00.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630750058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:46:00.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-05T06:46:00.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-05T06:46:00.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630757790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:46:00.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-05T06:46:00.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:00.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-05T06:46:00.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"be193885-ea7a-453a-92c7-b96c61072539","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b41b3a95-c72e-4751-83e8-5db0a282c431","serviceDescription":"service","serviceInvariantUUID":"ffc02b08-2054-481a-893d-b202840fc8fa","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b6b6bf13-0ad4-4e62-be3f-0c05b3904f3e","resourceInvariantUUID":"e05e8c37-cf26-4462-9665-60d50f75c826","resourceCustomizationUUID":"8ed90bef-5818-4b5b-a63a-0979eeb40132","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":"YTIwYTJmMmU0Nzc5NjA5YjhiOTU2YzFkMDBiYjI1Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3760e53-d965-4037-9a2f-ae11e4258fd4","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":"ZDg2MTkxNmU2YTkwMzE0YTU0MzNiMjUyMmQ4NjBhZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9d6514fb-9479-41d4-a995-2da5eaa682bf","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":"0b28b93d-2cf3-4e15-8b26-fcc24238b63d","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":"0a7b87e0-0440-4347-8858-0bce35fc7a42","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":"62f61777-c409-42a9-a308-cb576e9ba776","artifactVersion":"2","generatedFromUUID":"bf66ca33-d2e9-4e69-9fcf-29be8d1a8b23"},{"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":"5dc1b102-de39-4501-8c57-7acd41a8022e","artifactVersion":"2","generatedFromUUID":"0b28b93d-2cf3-4e15-8b26-fcc24238b63d"},{"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":"bf66ca33-d2e9-4e69-9fcf-29be8d1a8b23","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":"3e6969d5-f7ec-4b06-ad82-569506a05dc5","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":"MTQyYjlhM2IxN2MxZjg0OTI0ZWMwMzFiMzExNjBlYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3278b47-f238-48b4-be1f-25ecc0ec3a0d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjBhZjEwZGZkNjIzYjE0YTFlYjYzYTIyYzQ2NDYzODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"289e5ec6-6568-403f-a4b1-00bee21409b5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-05T06:46:00.608Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:46:00.609Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:00.613Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:00.613Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:46:00.713Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:00.715Z||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-05T06:46:00.715Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:00.729Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:00.729Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:01.614Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:46:01.618Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:01.620Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:01.620Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:46:01.726Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-11-05T06:46:01.726Z||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-05T06:46:01.726Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:01.738Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:01.738Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:02.621Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:46:02.622Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:02.625Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:02.625Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-05T06:46:02.726Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-05T06:46:02.727Z||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-05T06:46:02.727Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:02.752Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:02.753Z||pool-91-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:03.626Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:46:03.626Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:03.628Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:03.628Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:46:03.729Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-05T06:46:03.730Z||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-05T06:46:03.730Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:03.744Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:03.744Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:04.629Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:46:04.629Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:04.632Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:04.632Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-05T06:46:04.732Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:04.733Z||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-05T06:46:04.733Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:04.744Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:04.745Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:05.634Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:46:05.634Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:05.636Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:05.636Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-05T06:46:05.737Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:46:05.737Z||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-05T06:46:05.737Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:05.752Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:05.752Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:06.637Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:46:06.638Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:06.639Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:06.640Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-05T06:46:06.740Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:06.741Z||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-05T06:46:06.741Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:06.757Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:06.757Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:07.640Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:46:07.641Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:07.643Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:07.643Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:46:07.744Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-05T06:46:07.745Z||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-05T06:46:07.745Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:07.756Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:07.756Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:08.644Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:46:08.644Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:08.654Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:08.654Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:46:08.747Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-05T06:46:08.748Z||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-05T06:46:08.748Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:08.766Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:08.767Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:09.656Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:46:09.658Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:09.662Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:09.662Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:46:09.763Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-05T06:46:09.764Z||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-05T06:46:09.764Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:09.792Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:09.793Z||pool-98-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:10.664Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "b41b3a95-c72e-4751-83e8-5db0a282c431", "serviceDescription": "service", "serviceInvariantUUID": "ffc02b08-2054-481a-893d-b202840fc8fa", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "8ed90bef-5818-4b5b-a63a-0979eeb40132", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b6b6bf13-0ad4-4e62-be3f-0c05b3904f3e", "resourceInvariantUUID": "e05e8c37-cf26-4462-9665-60d50f75c826", "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": "ZDg2MTkxNmU2YTkwMzE0YTU0MzNiMjUyMmQ4NjBhZDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d6514fb-9479-41d4-a995-2da5eaa682bf", "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": "0b28b93d-2cf3-4e15-8b26-fcc24238b63d", "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": "5dc1b102-de39-4501-8c57-7acd41a8022e", "generatedFromUUID": "0b28b93d-2cf3-4e15-8b26-fcc24238b63d" }, "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": "62f61777-c409-42a9-a308-cb576e9ba776", "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": "5dc1b102-de39-4501-8c57-7acd41a8022e", "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": "bf66ca33-d2e9-4e69-9fcf-29be8d1a8b23", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NjBhZjEwZGZkNjIzYjE0YTFlYjYzYTIyYzQ2NDYzODc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "289e5ec6-6568-403f-a4b1-00bee21409b5" } ], "workloadContext": "Production" } 2022-11-05T06:46:10.665Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-05T06:46:10.666Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b41b3a95-c72e-4751-83e8-5db0a282c431 ASDC 2022-11-05T06:46:10.667Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:be193885-ea7a-453a-92c7-b96c61072539 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:b41b3a95-c72e-4751-83e8-5db0a282c431 ServiceInvariantUUID:ffc02b08-2054-481a-893d-b202840fc8fa 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:289e5ec6-6568-403f-a4b1-00bee21409b5 ArtifactChecksum:NjBhZjEwZGZkNjIzYjE0YTFlYjYzYTIyYzQ2NDYzODc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:8ed90bef-5818-4b5b-a63a-0979eeb40132 ResourceInvariantUUID:e05e8c37-cf26-4462-9665-60d50f75c826 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:b6b6bf13-0ad4-4e62-be3f-0c05b3904f3e 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:9d6514fb-9479-41d4-a995-2da5eaa682bf ArtifactChecksum:ZDg2MTkxNmU2YTkwMzE0YTU0MzNiMjUyMmQ4NjBhZDE= 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:0b28b93d-2cf3-4e15-8b26-fcc24238b63d 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:5dc1b102-de39-4501-8c57-7acd41a8022e 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:62f61777-c409-42a9-a308-cb576e9ba776 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:5dc1b102-de39-4501-8c57-7acd41a8022e 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:bf66ca33-d2e9-4e69-9fcf-29be8d1a8b23 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-05T06:46:10.667Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b41b3a95-c72e-4751-83e8-5db0a282c431 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-05T06:46:10.722Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:46:10.725Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-05T06:46:10.725Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-05T06:46:10.725Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 289e5ec6-6568-403f-a4b1-00bee21409b5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-05T06:46:10.726Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-05T06:46:10.726Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-05T06:46:10.799Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-05T06:46:10.808Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 289e5ec6-6568-403f-a4b1-00bee21409b5 162981 2022-11-05T06:46:10.809Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:10.810Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:10.810Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:46:10.810Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:10.813Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:10.814Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630770809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:46:10.914Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:10.915Z||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-05T06:46:10.915Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:10.926Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:10.926Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:11.818Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:46:11.820Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-05T06:46:11.820Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 289e5ec6-6568-403f-a4b1-00bee21409b5, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-05T06:46:11.820Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-05T06:46:11.821Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-05T06:46:11.822Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-05T06:46:11.988Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10909532414830866119/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-05T06:46:13.227Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-05T06:46:13.228Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-05T06:46:13.228Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-05T06:46:13.228Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-05T06:46:13.228Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:13.228Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-05T06:46:13.229Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:13.229Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:13.229Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-05T06:46:13.229Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.230Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:13.230Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-05T06:46:13.230Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-05T06:46:13.230Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:46:13.230Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.231Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:13.231Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-05T06:46:13.231Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-05T06:46:13.231Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:46:13.231Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.231Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:13.232Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.232Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-05T06:46:13.232Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-05T06:46:13.232Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-05T06:46:13.233Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-05T06:46:13.233Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.233Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:46:13.233Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.233Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-05T06:46:13.234Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:46:13.234Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.234Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-05T06:46:13.235Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:46:13.235Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.236Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-05T06:46:13.236Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:46:13.236Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.236Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-05T06:46:13.237Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:46:13.237Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.237Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-05T06:46:13.238Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-05T06:46:13.238Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=05f70549-01a1-46fc-967a-ee3842ed7ebb 2022-11-05T06:46:13.238Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.238Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:13.239Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.239Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:13.239Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.239Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:13.240Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:13.240Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:13.240Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:b41b3a95-c72e-4751-83e8-5db0a282c431 Model Version:NULL Model InvariantUuid:ffc02b08-2054-481a-893d-b202840fc8fa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:0c1ad821-bc0e-4765-92f8-b5891530af1f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e05e8c37-cf26-4462-9665-60d50f75c826 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8ed90bef-5818-4b5b-a63a-0979eeb40132 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6e175dc6-6577-44a6-9aba-59eb75f7f8fd ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:fbeafffb-a169-4b54-9515-5748d892b1ae ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:593cf97d-600e-42c9-8fba-a3ea7fd79c14 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:b306526d-5d4d-4695-a080-e2b940804857 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:05f70549-01a1-46fc-967a-ee3842ed7ebb ModelInvariantUuid:b02db955-537c-4621-a2f9-2deeb02d868a ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:ba125a1a-bdda-4f4c-9ce0-8d6330fde0ca ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:403cc72c-5645-44a3-9470-5d4d1d4c3f09 ModelInvariantUuid:c513f7a0-a569-4d4d-a15a-105f2cd0f183 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:facda046-84ed-46fd-858a-9771b0172e78 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-05T06:46:13.248Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b6b6bf13-0ad4-4e62-be3f-0c05b3904f3e 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-05T06:46:13.252Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-11-05T06:46:13.253Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b6b6bf13-0ad4-4e62-be3f-0c05b3904f3e 2022-11-05T06:46:13.253Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9d6514fb-9479-41d4-a995-2da5eaa682bf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-05T06:46:13.253Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-05T06:46:13.254Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:13.303Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-05T06:46:13.304Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9d6514fb-9479-41d4-a995-2da5eaa682bf 1565 2022-11-05T06:46:13.304Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:13.304Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:13.304Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:46:13.305Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:13.306Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:13.307Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630773304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:46:13.407Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:13.408Z||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-05T06:46:13.408Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:13.423Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:13.423Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:14.307Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "593cf97d-600e-42c9-8fba-a3ea7fd79c14", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b306526d-5d4d-4695-a080-e2b940804857", "vfModuleModelCustomizationUUID": "bc4def0a-d3ea-4fcc-8587-2cc3cb016102", "isBase": true, "artifacts": [ "0b28b93d-2cf3-4e15-8b26-fcc24238b63d", "5dc1b102-de39-4501-8c57-7acd41a8022e" ], "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": "6e175dc6-6577-44a6-9aba-59eb75f7f8fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fbeafffb-a169-4b54-9515-5748d892b1ae", "vfModuleModelCustomizationUUID": "a9c6191c-010d-4451-8d3a-5d93654742bd", "isBase": false, "artifacts": [ "bf66ca33-d2e9-4e69-9fcf-29be8d1a8b23" ], "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-05T06:46:14.312Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b306526d-5d4d-4695-a080-e2b940804857 VfModuleModelInvariantUUID:593cf97d-600e-42c9-8fba-a3ea7fd79c14 VfModuleModelDescription:NULL Artifacts UUID List:{ 0b28b93d-2cf3-4e15-8b26-fcc24238b63d , 5dc1b102-de39-4501-8c57-7acd41a8022e } 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:fbeafffb-a169-4b54-9515-5748d892b1ae VfModuleModelInvariantUUID:6e175dc6-6577-44a6-9aba-59eb75f7f8fd VfModuleModelDescription:NULL Artifacts UUID List:{ bf66ca33-d2e9-4e69-9fcf-29be8d1a8b23 } 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-05T06:46:14.314Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "593cf97d-600e-42c9-8fba-a3ea7fd79c14", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b306526d-5d4d-4695-a080-e2b940804857", "vfModuleModelCustomizationUUID": "bc4def0a-d3ea-4fcc-8587-2cc3cb016102", "isBase": true, "artifacts": [ "0b28b93d-2cf3-4e15-8b26-fcc24238b63d", "5dc1b102-de39-4501-8c57-7acd41a8022e" ], "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": "6e175dc6-6577-44a6-9aba-59eb75f7f8fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fbeafffb-a169-4b54-9515-5748d892b1ae", "vfModuleModelCustomizationUUID": "a9c6191c-010d-4451-8d3a-5d93654742bd", "isBase": false, "artifacts": [ "bf66ca33-d2e9-4e69-9fcf-29be8d1a8b23" ], "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-05T06:46:14.314Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b306526d-5d4d-4695-a080-e2b940804857 VfModuleModelInvariantUUID:593cf97d-600e-42c9-8fba-a3ea7fd79c14 VfModuleModelDescription:NULL Artifacts UUID List:{ 0b28b93d-2cf3-4e15-8b26-fcc24238b63d , 5dc1b102-de39-4501-8c57-7acd41a8022e } 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:fbeafffb-a169-4b54-9515-5748d892b1ae VfModuleModelInvariantUUID:6e175dc6-6577-44a6-9aba-59eb75f7f8fd VfModuleModelDescription:NULL Artifacts UUID List:{ bf66ca33-d2e9-4e69-9fcf-29be8d1a8b23 } 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-05T06:46:14.314Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0b28b93d-2cf3-4e15-8b26-fcc24238b63d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-05T06:46:14.314Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-05T06:46:14.314Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:14.371Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-05T06:46:14.371Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 0b28b93d-2cf3-4e15-8b26-fcc24238b63d 914 2022-11-05T06:46:14.371Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:14.372Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:14.372Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:46:14.372Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:14.373Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:14.374Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630774371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:46:14.474Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:14.474Z||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-05T06:46:14.475Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:14.488Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:14.488Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:15.374Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 62f61777-c409-42a9-a308-cb576e9ba776 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-05T06:46:15.375Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-05T06:46:15.375Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:15.442Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-05T06:46:15.443Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 62f61777-c409-42a9-a308-cb576e9ba776 12 2022-11-05T06:46:15.443Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:15.443Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:15.443Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:46:15.443Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:15.445Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:15.445Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630775443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:46:15.545Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:15.546Z||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-05T06:46:15.546Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:15.558Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:15.558Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:16.445Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5dc1b102-de39-4501-8c57-7acd41a8022e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-05T06:46:16.450Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-05T06:46:16.450Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:16.528Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-05T06:46:16.528Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5dc1b102-de39-4501-8c57-7acd41a8022e 96 2022-11-05T06:46:16.528Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:16.528Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:16.528Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:46:16.529Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:16.530Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:16.530Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630776528, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:46:16.631Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:46:16.631Z||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-05T06:46:16.632Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:16.642Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:16.643Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:17.531Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf66ca33-d2e9-4e69-9fcf-29be8d1a8b23 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-05T06:46:17.532Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-05T06:46:17.532Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:17.606Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-05T06:46:17.607Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz bf66ca33-d2e9-4e69-9fcf-29be8d1a8b23 20206 2022-11-05T06:46:17.607Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:17.608Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:17.608Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:46:17.608Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:17.611Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:17.611Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630777607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-05T06:46:17.711Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:17.712Z||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-05T06:46:17.712Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:17.729Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:17.729Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:18.614Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b41b3a95-c72e-4751-83e8-5db0a282c431 2022-11-05T06:46:18.614Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b6b6bf13-0ad4-4e62-be3f-0c05b3904f3e 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-05T06:46:18.623Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@178643, org.onap.sdc.toscaparser.api.parameters.Input@73e5d431, org.onap.sdc.toscaparser.api.parameters.Input@3f87fdf3, org.onap.sdc.toscaparser.api.parameters.Input@71a6edc3, org.onap.sdc.toscaparser.api.parameters.Input@4dbf482a] 2022-11-05T06:46:18.625Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.625Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:18.625Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-05T06:46:18.625Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8ed90bef-5818-4b5b-a63a-0979eeb40132 2022-11-05T06:46:18.625Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ed90bef-5818-4b5b-a63a-0979eeb40132 matches Tosca VF Customization UUID: 8ed90bef-5818-4b5b-a63a-0979eeb40132 2022-11-05T06:46:18.625Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8ed90bef-5818-4b5b-a63a-0979eeb40132 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-05T06:46:18.627Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.628Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:18.628Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8ed90bef-5818-4b5b-a63a-0979eeb40132: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-11-05T06:46:18.628Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56c0694d 2022-11-05T06:46:18.628Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.628Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:46:18.629Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a9c6191c-010d-4451-8d3a-5d93654742bd 2022-11-05T06:46:18.629Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a9c6191c-010d-4451-8d3a-5d93654742bd 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-05T06:46:18.631Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.631Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-05T06:46:18.632Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:46:18.632Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.632Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-05T06:46:18.632Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:46:18.632Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.632Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-05T06:46:18.632Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8ed90bef-5818-4b5b-a63a-0979eeb40132 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-05T06:46:18.634Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.634Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:18.634Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b41b3a95-c72e-4751-83e8-5db0a282c431: basic_cnf_macro 2022-11-05T06:46:18.634Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.634Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:18.635Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.635Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:18.635Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.635Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:18.635Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.635Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:18.635Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:46:18.636Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:46:18.636Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:18.672Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b6b6bf13-0ad4-4e62-be3f-0c05b3904f3e 2 ASDC deployResourceStructure 2022-11-05T06:46:18.672Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:18.672Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:18.672Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:46:18.672Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:18.674Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:18.674Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630778672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:46:18.774Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:18.775Z||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-05T06:46:18.775Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:18.791Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:18.791Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:19.675Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:19.675Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:19.675Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:46:19.675Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:19.677Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:19.677Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630779674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:46:19.778Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:19.779Z||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-05T06:46:19.779Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:19.790Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:19.791Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:46:20.679Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:20.679Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:20.679Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-05T06:46:20.679Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:20.681Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:20.681Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630780678, "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-05T06:46:20.781Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:20.782Z||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-05T06:46:20.782Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:20.794Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:20.794Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:46:21.681Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:21.682Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:21.682Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:46:21.682Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:21.684Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:21.684Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630781681, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-05T06:46:21.784Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:21.785Z||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-05T06:46:21.785Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:21.796Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:21.796Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:22.686Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:22.686Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:22.686Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-05T06:46:22.687Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:22.689Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:22.689Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630782685, "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-05T06:46:22.790Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:22.790Z||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-05T06:46:22.791Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:22.801Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:22.802Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:23.691Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:23.692Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:46:23.692Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:46:23.693Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:46:23.695Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:46:23.695Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630783691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:46:23.795Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:46:23.796Z||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-05T06:46:23.797Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:46:23.807Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:46:23.808Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:46:24.696Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:46:24.709Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:46:24.711Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:46:24.711Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:46:24.711Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:46:54.711Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:46:54.722Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:46:54.724Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:46:54.724Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:46:54.724Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:46:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:46:59.982Z||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-05T06:46:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:47:00.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:47:00.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:47:00.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630750058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:47:00.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:47:24.724Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:47:24.734Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:47:24.736Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:47:24.736Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:47:24.736Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:47:54.736Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:47:54.747Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:47:54.749Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:47:54.749Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:47:54.749Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:47:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:47:59.982Z||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-05T06:47:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:48:00.002Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:48:00.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:48:00.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630757790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:48:00.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:48:24.749Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:48:24.762Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:48:24.764Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:48:24.764Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:48:24.764Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:48:54.765Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:48:54.779Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:48:54.781Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:48:54.781Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-05T06:48:54.781Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-05T06:48:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:48:59.983Z||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-05T06:48:59.983Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:49:00.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:49:00.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630750058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630757790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:49:00.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630750058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630757790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-05T06:49:00.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630750058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630757790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630750058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630757790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-05T06:49:00.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630750058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630764669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630757790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-05T06:49:00.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630750058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630764669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:49:00.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630757790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-05T06:49:00.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630750058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:49:00.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630764669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-05T06:49:00.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630757790, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:49:00.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630767990, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630764669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630768620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.035Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630764669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-05T06:49:00.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630759971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:49:00.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630764669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-05T06:49:00.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630770809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "cds", "timestamp": 1667630771104, "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-05T06:49:00.048Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be193885-ea7a-453a-92c7-b96c61072539 2022-11-05T06:49:00.049Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be193885-ea7a-453a-92c7-b96c61072539 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-05T06:49:00.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630764669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-05T06:49:00.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630764669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630773304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630764669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "cds", "timestamp": 1667630772790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630764669, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:49:00.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630774371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "cds", "timestamp": 1667630772790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630775443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630775175, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "cds", "timestamp": 1667630772790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "cds", "timestamp": 1667630772790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630776528, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630776294, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "cds", "timestamp": 1667630772790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630777607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630777362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630777588, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:49:00.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "cds", "timestamp": 1667630772790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630778672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:49:00.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630778427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "aai-ml", "timestamp": 1667630778596, "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-05T06:49:00.100Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be193885-ea7a-453a-92c7-b96c61072539 2022-11-05T06:49:00.100Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be193885-ea7a-453a-92c7-b96c61072539 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-05T06:49:00.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "cds", "timestamp": 1667630772790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630779674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:49:00.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630779543, "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-05T06:49:00.131Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be193885-ea7a-453a-92c7-b96c61072539 2022-11-05T06:49:00.131Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be193885-ea7a-453a-92c7-b96c61072539 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-05T06:49:00.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "cds", "timestamp": 1667630772790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:49:00.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630780678, "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-05T06:49:00.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "multicloud-k8s-id", "timestamp": 1667630780549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:49:00.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "aai-ml", "timestamp": 1667630780057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "cds", "timestamp": 1667630781542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630781681, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-05T06:49:00.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "aai-ml", "timestamp": 1667630780057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630782685, "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-05T06:49:00.149Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "cds", "timestamp": 1667630782811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-05T06:49:00.162Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95244d87-84d9-4302-a086-f444e1c58187 2022-11-05T06:49:00.162Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95244d87-84d9-4302-a086-f444e1c58187 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-05T06:49:00.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "aai-ml", "timestamp": 1667630780057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630783691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:49:00.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "ves-openapi-manager", "timestamp": 1667630765750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "aai-ml", "timestamp": 1667630780057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:49:00.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "aai-ml", "timestamp": 1667630780057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630784607, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630784669, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "aai-ml", "timestamp": 1667630780057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630784669, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:49:00.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "aai-ml", "timestamp": 1667630780057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630784669, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-05T06:49:00.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630786980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:49:00.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "aai-ml", "timestamp": 1667630780057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:49:00.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630784669, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630787984, "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-05T06:49:00.182Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be193885-ea7a-453a-92c7-b96c61072539 2022-11-05T06:49:00.182Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId be193885-ea7a-453a-92c7-b96c61072539 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-05T06:49:00.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "aai-ml", "timestamp": 1667630788824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630784669, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-05T06:49:00.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630784669, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630784669, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630784669, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:49:00.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630793342, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630794404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630795463, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630773830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:49:00.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630796517, "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-05T06:49:00.208Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95244d87-84d9-4302-a086-f444e1c58187 2022-11-05T06:49:00.208Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95244d87-84d9-4302-a086-f444e1c58187 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-05T06:49:00.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630797128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:49:00.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "multicloud-k8s-id", "timestamp": 1667630797526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:49:00.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "aai-ml", "timestamp": 1667630797897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:49:00.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "aai-ml", "timestamp": 1667630798901, "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-05T06:49:00.225Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95244d87-84d9-4302-a086-f444e1c58187 2022-11-05T06:49:00.225Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95244d87-84d9-4302-a086-f444e1c58187 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-05T06:49:00.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630799347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:49:00.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:49:00.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630800352, "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-05T06:49:00.244Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95244d87-84d9-4302-a086-f444e1c58187 2022-11-05T06:49:00.245Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95244d87-84d9-4302-a086-f444e1c58187 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-05T06:49:00.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630810057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630810057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "cds", "timestamp": 1667630817790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630810057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "cds", "timestamp": 1667630817790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:00.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:49:00.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630810057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:49:00.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:49:24.781Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:49:24.793Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:49:24.798Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:49:24.798Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-05T06:49:24.798Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-05T06:49:24.799Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-05T06:49:24.799Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:49:24.799Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:49:24.799Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:49:24.799Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:49:24.799Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:49:24.799Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:49:24.804Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-05T06:49:54.804Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be193885-ea7a-453a-92c7-b96c61072539 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-05T06:49:54.814Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be193885-ea7a-453a-92c7-b96c61072539 and serviceModelVersionId: b41b3a95-c72e-4751-83e8-5db0a282c431 2022-11-05T06:49:54.814Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffc02b08-2054-481a-893d-b202840fc8fa 2022-11-05T06:49:54.816Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffc02b08-2054-481a-893d-b202840fc8fa/model-vers/model-ver/b41b3a95-c72e-4751-83e8-5db0a282c431?depth=0 2022-11-05T06:49:54.825Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-05T06:49:54.885Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc02b08-2054-481a-893d-b202840fc8fa/model-vers/model-ver/b41b3a95-c72e-4751-83e8-5db0a282c431?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-05T06:49:54.888Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc02b08-2054-481a-893d-b202840fc8fa/model-vers/model-ver/b41b3a95-c72e-4751-83e8-5db0a282c431?depth=0|INFO|500||Invoke 2022-11-05T06:49:54.915Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc02b08-2054-481a-893d-b202840fc8fa/model-vers/model-ver/b41b3a95-c72e-4751-83e8-5db0a282c431?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-05T06:49:55.023Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc02b08-2054-481a-893d-b202840fc8fa/model-vers/model-ver/b41b3a95-c72e-4751-83e8-5db0a282c431?depth=0|INFO|500||InvokeReturn 2022-11-05T06:49:55.023Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc02b08-2054-481a-893d-b202840fc8fa/model-vers/model-ver/b41b3a95-c72e-4751-83e8-5db0a282c431?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221105-06:49:54:363-28351], vertex-id=[274672], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:49:54 GMT], Content-Type=[application/json]} 2022-11-05T06:49:55.024Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-05T06:49:55.024Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-05T06:49:55.025Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:49:55.031Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||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-05T06:49:55.031Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be193885-ea7a-453a-92c7-b96c61072539 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-05T06:49:55.032Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-05T06:49:55.032Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:49:55.035Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:49:55.035Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630995032, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:49:55.135Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:49:55.136Z||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-05T06:49:55.136Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:49:55.151Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:49:55.152Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 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-05T06:49:56.047Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:49:56.047Z|be193885-ea7a-453a-92c7-b96c61072539|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-05T06:49:56.047Z|be193885-ea7a-453a-92c7-b96c61072539|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 gmq8VLE6dtci0v92) ... 2022-11-05T06:49:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:49:59.982Z||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-05T06:49:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:50:00.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:00.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "cds", "timestamp": 1667630817790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630810057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "cds", "timestamp": 1667630817790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630810057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "cds", "timestamp": 1667630817790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630810057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "cds", "timestamp": 1667630817790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630810057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "cds", "timestamp": 1667630817790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630810057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:50:00.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "cds", "timestamp": 1667630817790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "multicloud-k8s-id", "timestamp": 1667630824669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630825410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:50:00.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:50:00.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "cds", "timestamp": 1667630817790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:50:00.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "multicloud-k8s-id", "timestamp": 1667630824669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630825751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "multicloud-k8s-id", "timestamp": 1667630824669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "cds", "timestamp": 1667630827576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:50:00.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:50:00.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630825751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "multicloud-k8s-id", "timestamp": 1667630824669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630825751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "cds", "timestamp": 1667630828882, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-05T06:50:00.065Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 233de08d-7e46-4307-85a6-90ece02afb61 2022-11-05T06:50:00.065Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 233de08d-7e46-4307-85a6-90ece02afb61 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-05T06:50:00.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "multicloud-k8s-id", "timestamp": 1667630824669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630825751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "multicloud-k8s-id", "timestamp": 1667630824669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630825751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630831225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:50:00.080Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:50:00.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "multicloud-k8s-id", "timestamp": 1667630824669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630825751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "aai-ml", "timestamp": 1667630832229, "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-05T06:50:00.088Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 233de08d-7e46-4307-85a6-90ece02afb61 2022-11-05T06:50:00.088Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 233de08d-7e46-4307-85a6-90ece02afb61 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-05T06:50:00.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "multicloud-k8s-id", "timestamp": 1667630824669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630825751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-05T06:50:00.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "multicloud-k8s-id", "timestamp": 1667630824669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:50:00.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630825751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630825751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630833830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630835558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:50:00.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:50:00.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630833830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630836589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:50:00.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:50:00.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630833830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "ves-openapi-manager", "timestamp": 1667630837597, "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-05T06:50:00.114Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 233de08d-7e46-4307-85a6-90ece02afb61 2022-11-05T06:50:00.114Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 233de08d-7e46-4307-85a6-90ece02afb61 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-05T06:50:00.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630833830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630833830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630833830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630833830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630833830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630833830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:50:00.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-05T06:50:00.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630843592, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:50:00.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:50:00.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630845505, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:50:00.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:50:00.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667630846510, "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-05T06:50:00.133Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 233de08d-7e46-4307-85a6-90ece02afb61 2022-11-05T06:50:00.133Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 233de08d-7e46-4307-85a6-90ece02afb61 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-05T06:50:00.431Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:00.432Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-05T06:50:00.432Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"95244d87-84d9-4302-a086-f444e1c58187","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f52e6cc0-4da7-4951-928d-bdf07f23a5e1","serviceDescription":"service","serviceInvariantUUID":"a3634a82-02a9-49dc-94c8-06665231a04b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97eff218-c464-4d9d-882c-49680c00ac77","resourceInvariantUUID":"ab777dc3-4988-4fc9-bbb8-fa05d805eed0","resourceCustomizationUUID":"1e57ee53-45e5-4689-aee8-72442a0bf1f2","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":"OGFmNmY4ZTJjMTY5YTZmZWJiOTc5YjEzNWVkY2Y4OTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c49dbd02-55fb-4b0d-b987-13cf9b2504fb","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":"OTY5ZGM2NmRhOTg2NjU2OGYyMGYyNzFjMzA4NmM0ODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2361c36c-4623-43d8-8d89-64e7a2c6d3bb","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":"772b36bd-007a-4fb2-b52c-a98d7b01b0a5","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":"805f98d7-209d-4ad7-8e64-d123d1d9177b","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":"8097c53b-12c9-4740-aa87-5bd4ddbc84e6","artifactVersion":"2","generatedFromUUID":"772b36bd-007a-4fb2-b52c-a98d7b01b0a5"},{"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":"NTI3NTEwMmVjYWViYTc5OTJiYWJmYzAzNWUzMDFmMTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"55ded0b0-2f17-478c-9f94-711fa693a2dd","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":"NzRlMGNiMzViZGE4MTgxZTRhYTlkZjM0YmYzYTExMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88d5f905-90ab-45b4-b4dd-b2c974e1bfcf","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2I0ZTgxMDNhZDE0NzZjNDg1YjBhOWJiYTk2ZTA1ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45959d27-d2e8-41c5-95d4-730de7c8fc8c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-05T06:50:00.435Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:00.436Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:00.438Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:00.438Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:00.537Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:50:00.538Z||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-05T06:50:00.539Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:00.550Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:00.550Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:50:01.438Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:01.439Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:01.442Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:01.442Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:50:01.542Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:01.543Z||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-05T06:50:01.543Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:01.553Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:01.553Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:02.442Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:02.443Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:02.445Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:02.445Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-05T06:50:02.545Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:02.546Z||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-05T06:50:02.546Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:02.559Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:02.559Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:03.445Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:03.446Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:03.448Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:03.448Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:03.548Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:03.549Z||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-05T06:50:03.549Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:03.560Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:03.561Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:04.449Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:04.449Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:04.451Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:04.451Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-05T06:50:04.551Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:04.552Z||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-05T06:50:04.552Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:04.562Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:04.562Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:05.452Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:05.452Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:05.454Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:05.454Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:05.554Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:05.555Z||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-05T06:50:05.555Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:05.573Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:05.574Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:50:06.455Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:06.456Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:06.458Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:06.458Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:06.558Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:06.559Z||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-05T06:50:06.559Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:06.577Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:06.578Z||pool-118-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:50:07.459Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:07.459Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:07.461Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:07.461Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:50:07.561Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:50:07.563Z||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-05T06:50:07.563Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:07.576Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:07.576Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:08.465Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f52e6cc0-4da7-4951-928d-bdf07f23a5e1", "serviceDescription": "service", "serviceInvariantUUID": "a3634a82-02a9-49dc-94c8-06665231a04b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "1e57ee53-45e5-4689-aee8-72442a0bf1f2", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "97eff218-c464-4d9d-882c-49680c00ac77", "resourceInvariantUUID": "ab777dc3-4988-4fc9-bbb8-fa05d805eed0", "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": "OTY5ZGM2NmRhOTg2NjU2OGYyMGYyNzFjMzA4NmM0ODY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2361c36c-4623-43d8-8d89-64e7a2c6d3bb", "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": "772b36bd-007a-4fb2-b52c-a98d7b01b0a5", "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": "8097c53b-12c9-4740-aa87-5bd4ddbc84e6", "generatedFromUUID": "772b36bd-007a-4fb2-b52c-a98d7b01b0a5" }, "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": "8097c53b-12c9-4740-aa87-5bd4ddbc84e6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Y2I0ZTgxMDNhZDE0NzZjNDg1YjBhOWJiYTk2ZTA1ZjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45959d27-d2e8-41c5-95d4-730de7c8fc8c" } ], "workloadContext": "Production" } 2022-11-05T06:50:08.466Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-05T06:50:08.466Z|be193885-ea7a-453a-92c7-b96c61072539|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f52e6cc0-4da7-4951-928d-bdf07f23a5e1 ASDC 2022-11-05T06:50:08.467Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:95244d87-84d9-4302-a086-f444e1c58187 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f52e6cc0-4da7-4951-928d-bdf07f23a5e1 ServiceInvariantUUID:a3634a82-02a9-49dc-94c8-06665231a04b 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:45959d27-d2e8-41c5-95d4-730de7c8fc8c ArtifactChecksum:Y2I0ZTgxMDNhZDE0NzZjNDg1YjBhOWJiYTk2ZTA1ZjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:1e57ee53-45e5-4689-aee8-72442a0bf1f2 ResourceInvariantUUID:ab777dc3-4988-4fc9-bbb8-fa05d805eed0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:97eff218-c464-4d9d-882c-49680c00ac77 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:2361c36c-4623-43d8-8d89-64e7a2c6d3bb ArtifactChecksum:OTY5ZGM2NmRhOTg2NjU2OGYyMGYyNzFjMzA4NmM0ODY= 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:772b36bd-007a-4fb2-b52c-a98d7b01b0a5 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:8097c53b-12c9-4740-aa87-5bd4ddbc84e6 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:8097c53b-12c9-4740-aa87-5bd4ddbc84e6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-05T06:50:08.467Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f52e6cc0-4da7-4951-928d-bdf07f23a5e1 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-05T06:50:08.508Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:50:08.508Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-05T06:50:08.509Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-05T06:50:08.509Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 45959d27-d2e8-41c5-95d4-730de7c8fc8c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-05T06:50:08.509Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-05T06:50:08.509Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-05T06:50:08.665Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-05T06:50:08.671Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 45959d27-d2e8-41c5-95d4-730de7c8fc8c 82620 2022-11-05T06:50:08.671Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:08.671Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:08.672Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:50:08.672Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:08.675Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:08.675Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631008671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:50:08.775Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:08.776Z||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-05T06:50:08.776Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:08.788Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:08.788Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:09.676Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:50:09.677Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-05T06:50:09.678Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 45959d27-d2e8-41c5-95d4-730de7c8fc8c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-05T06:50:09.678Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-05T06:50:09.678Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-05T06:50:09.679Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-05T06:50:09.835Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP437910728100892044/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-05T06:50:11.063Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-05T06:50:11.063Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-05T06:50:11.064Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-05T06:50:11.064Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-05T06:50:11.064Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:11.064Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:11.064Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-05T06:50:11.064Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:11.064Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:11.064Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:11.064Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-05T06:50:11.064Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-05T06:50:11.065Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.065Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:11.065Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-05T06:50:11.065Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-05T06:50:11.065Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:50:11.066Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.066Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:11.066Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-05T06:50:11.066Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-05T06:50:11.066Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:50:11.066Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.066Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:11.066Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.067Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-05T06:50:11.067Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-05T06:50:11.067Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-05T06:50:11.067Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-05T06:50:11.067Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-05T06:50:11.067Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-05T06:50:11.067Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.067Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:50:11.068Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.068Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-05T06:50:11.068Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:50:11.068Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.068Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-05T06:50:11.068Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:50:11.069Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.069Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-05T06:50:11.069Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:50:11.069Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.069Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-05T06:50:11.069Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-05T06:50:11.069Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-05T06:50:11.070Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=be037e50-a051-434d-a69e-d6d6c261282c 2022-11-05T06:50:11.070Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.070Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:11.070Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.070Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:11.070Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.070Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:11.071Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:11.071Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:11.071Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f52e6cc0-4da7-4951-928d-bdf07f23a5e1 Model Version:NULL Model InvariantUuid:a3634a82-02a9-49dc-94c8-06665231a04b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c67e2992-ed58-4df4-9c2b-ed0222ca8423 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ab777dc3-4988-4fc9-bbb8-fa05d805eed0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1e57ee53-45e5-4689-aee8-72442a0bf1f2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8edf74f9-2bee-4939-8411-d3cfa2c3dc63 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:49dc128a-f79e-44fe-8675-51376ccd6014 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:be037e50-a051-434d-a69e-d6d6c261282c ModelInvariantUuid:8cb37a88-5f6e-458d-86d6-b0523c86bba9 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:006c7dae-72e0-487c-92c9-a97df121ba52 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a2d5e8f0-5aa5-440b-90a5-7b3393c39561 ModelInvariantUuid:7ba15e4b-9fd0-4282-b9e2-a103f402db8f ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:8fe916bd-809c-493b-965d-4e87b0431d99 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-05T06:50:11.078Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 97eff218-c464-4d9d-882c-49680c00ac77 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-05T06:50:11.080Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-11-05T06:50:11.080Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 97eff218-c464-4d9d-882c-49680c00ac77 2022-11-05T06:50:11.081Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2361c36c-4623-43d8-8d89-64e7a2c6d3bb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-05T06:50:11.081Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-05T06:50:11.081Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:11.132Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-05T06:50:11.133Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2361c36c-4623-43d8-8d89-64e7a2c6d3bb 792 2022-11-05T06:50:11.133Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:11.133Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:11.133Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:50:11.134Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:11.135Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:11.135Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631011133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:50:11.235Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:50:11.236Z||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-05T06:50:11.236Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:11.250Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:11.250Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:12.136Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8edf74f9-2bee-4939-8411-d3cfa2c3dc63", "vfModuleModelVersion": "1", "vfModuleModelUUID": "49dc128a-f79e-44fe-8675-51376ccd6014", "vfModuleModelCustomizationUUID": "14b088c1-4275-4bdf-b024-8dd44d92cffe", "isBase": true, "artifacts": [ "772b36bd-007a-4fb2-b52c-a98d7b01b0a5", "8097c53b-12c9-4740-aa87-5bd4ddbc84e6" ], "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-05T06:50:12.140Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:49dc128a-f79e-44fe-8675-51376ccd6014 VfModuleModelInvariantUUID:8edf74f9-2bee-4939-8411-d3cfa2c3dc63 VfModuleModelDescription:NULL Artifacts UUID List:{ 772b36bd-007a-4fb2-b52c-a98d7b01b0a5 , 8097c53b-12c9-4740-aa87-5bd4ddbc84e6 } 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-05T06:50:12.142Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8edf74f9-2bee-4939-8411-d3cfa2c3dc63", "vfModuleModelVersion": "1", "vfModuleModelUUID": "49dc128a-f79e-44fe-8675-51376ccd6014", "vfModuleModelCustomizationUUID": "14b088c1-4275-4bdf-b024-8dd44d92cffe", "isBase": true, "artifacts": [ "772b36bd-007a-4fb2-b52c-a98d7b01b0a5", "8097c53b-12c9-4740-aa87-5bd4ddbc84e6" ], "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-05T06:50:12.143Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:49dc128a-f79e-44fe-8675-51376ccd6014 VfModuleModelInvariantUUID:8edf74f9-2bee-4939-8411-d3cfa2c3dc63 VfModuleModelDescription:NULL Artifacts UUID List:{ 772b36bd-007a-4fb2-b52c-a98d7b01b0a5 , 8097c53b-12c9-4740-aa87-5bd4ddbc84e6 } 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-05T06:50:12.143Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 772b36bd-007a-4fb2-b52c-a98d7b01b0a5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-05T06:50:12.143Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-05T06:50:12.143Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:12.193Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-05T06:50:12.193Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 772b36bd-007a-4fb2-b52c-a98d7b01b0a5 5033 2022-11-05T06:50:12.194Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:12.194Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:12.194Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:50:12.194Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:12.196Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:12.196Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631012194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:50:12.296Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:12.297Z||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-05T06:50:12.297Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:12.308Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:12.308Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:13.197Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8097c53b-12c9-4740-aa87-5bd4ddbc84e6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-05T06:50:13.197Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-05T06:50:13.197Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:13.242Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-05T06:50:13.242Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8097c53b-12c9-4740-aa87-5bd4ddbc84e6 903 2022-11-05T06:50:13.243Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:13.243Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:13.243Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:50:13.243Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:13.245Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:13.245Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631013243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:50:13.345Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:50:13.345Z||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-05T06:50:13.346Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:13.377Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:13.377Z||pool-123-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:50:14.245Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f52e6cc0-4da7-4951-928d-bdf07f23a5e1 2022-11-05T06:50:14.245Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 97eff218-c464-4d9d-882c-49680c00ac77 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-05T06:50:14.258Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41223c40, org.onap.sdc.toscaparser.api.parameters.Input@433a5f90, org.onap.sdc.toscaparser.api.parameters.Input@49ed4885, org.onap.sdc.toscaparser.api.parameters.Input@61e1636d, org.onap.sdc.toscaparser.api.parameters.Input@3171832d] 2022-11-05T06:50:14.259Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.259Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:14.260Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-05T06:50:14.260Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1e57ee53-45e5-4689-aee8-72442a0bf1f2 2022-11-05T06:50:14.260Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1e57ee53-45e5-4689-aee8-72442a0bf1f2 matches Tosca VF Customization UUID: 1e57ee53-45e5-4689-aee8-72442a0bf1f2 2022-11-05T06:50:14.260Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1e57ee53-45e5-4689-aee8-72442a0bf1f2 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-05T06:50:14.262Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.262Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:14.262Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1e57ee53-45e5-4689-aee8-72442a0bf1f2: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-11-05T06:50:14.263Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69bca0ae 2022-11-05T06:50:14.263Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.263Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-05T06:50:14.263Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 14b088c1-4275-4bdf-b024-8dd44d92cffe 2022-11-05T06:50:14.263Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 14b088c1-4275-4bdf-b024-8dd44d92cffe 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-05T06:50:14.265Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.265Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-05T06:50:14.265Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:50:14.266Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.266Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-05T06:50:14.266Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:50:14.266Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.266Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-05T06:50:14.266Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-05T06:50:14.266Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-05T06:50:14.267Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=be037e50-a051-434d-a69e-d6d6c261282c 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-05T06:50:14.269Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.269Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-05T06:50:14.269Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-05T06:50:14.270Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.270Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-05T06:50:14.270Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1e57ee53-45e5-4689-aee8-72442a0bf1f2 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-05T06:50:14.271Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.272Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:14.272Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f52e6cc0-4da7-4951-928d-bdf07f23a5e1: basic_vm_macro 2022-11-05T06:50:14.272Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.272Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:14.272Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.272Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:14.272Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.273Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:14.273Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.273Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:14.273Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:50:14.273Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:50:14.273Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:14.357Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 97eff218-c464-4d9d-882c-49680c00ac77 1 ASDC deployResourceStructure 2022-11-05T06:50:14.358Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:14.358Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:14.358Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:50:14.358Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:14.360Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:14.360Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631014358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:50:14.460Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:14.461Z||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-05T06:50:14.461Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:14.479Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:14.480Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:15.361Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:15.361Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:15.361Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:50:15.362Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:15.364Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:15.364Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631015361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:50:15.464Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-05T06:50:15.465Z||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-05T06:50:15.465Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:15.477Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:15.478Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:16.365Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:16.366Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:16.366Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:50:16.367Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:16.369Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:16.370Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631016365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-05T06:50:16.469Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:50:16.470Z||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-05T06:50:16.470Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:16.483Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:16.483Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:17.371Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:17.371Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:17.371Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:50:17.371Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:17.373Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:17.373Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631017370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:50:17.473Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:17.474Z||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-05T06:50:17.474Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:17.483Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:17.483Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:18.374Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95244d87-84d9-4302-a086-f444e1c58187 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:50:18.385Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95244d87-84d9-4302-a086-f444e1c58187 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:50:18.389Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:50:18.389Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-05T06:50:18.389Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-05T06:50:18.390Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-05T06:50:18.390Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:50:18.390Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:50:18.390Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:50:18.390Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:50:18.390Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:50:18.390Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:18.396Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-05T06:50:48.396Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95244d87-84d9-4302-a086-f444e1c58187 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-05T06:50:48.404Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95244d87-84d9-4302-a086-f444e1c58187 and serviceModelVersionId: f52e6cc0-4da7-4951-928d-bdf07f23a5e1 2022-11-05T06:50:48.404Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3634a82-02a9-49dc-94c8-06665231a04b 2022-11-05T06:50:48.405Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3634a82-02a9-49dc-94c8-06665231a04b/model-vers/model-ver/f52e6cc0-4da7-4951-928d-bdf07f23a5e1?depth=0 2022-11-05T06:50:48.409Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-05T06:50:48.451Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3634a82-02a9-49dc-94c8-06665231a04b/model-vers/model-ver/f52e6cc0-4da7-4951-928d-bdf07f23a5e1?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-05T06:50:48.452Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3634a82-02a9-49dc-94c8-06665231a04b/model-vers/model-ver/f52e6cc0-4da7-4951-928d-bdf07f23a5e1?depth=0|INFO|500||Invoke 2022-11-05T06:50:48.478Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3634a82-02a9-49dc-94c8-06665231a04b/model-vers/model-ver/f52e6cc0-4da7-4951-928d-bdf07f23a5e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-05T06:50:48.570Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3634a82-02a9-49dc-94c8-06665231a04b/model-vers/model-ver/f52e6cc0-4da7-4951-928d-bdf07f23a5e1?depth=0|INFO|500||InvokeReturn 2022-11-05T06:50:48.571Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3634a82-02a9-49dc-94c8-06665231a04b/model-vers/model-ver/f52e6cc0-4da7-4951-928d-bdf07f23a5e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221105-06:50:47:921-12282], vertex-id=[221184], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:50:47 GMT], Content-Type=[application/json]} 2022-11-05T06:50:48.571Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-05T06:50:48.572Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-05T06:50:48.572Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:48.576Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||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-05T06:50:48.576Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95244d87-84d9-4302-a086-f444e1c58187 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-05T06:50:48.577Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-05T06:50:48.577Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:48.579Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:48.579Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631048577, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:50:48.679Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:48.680Z||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-05T06:50:48.681Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:48.696Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:48.696Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 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-05T06:50:49.590Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-05T06:50:49.590Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"233de08d-7e46-4307-85a6-90ece02afb61","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d3566fb5-8f4b-470e-a00b-4e3da659af93","serviceDescription":"service","serviceInvariantUUID":"eaceb211-3ffc-424c-a81f-64dbba212362","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9b9ace4c-f16d-49f2-a409-6c2ef65b85cd","resourceInvariantUUID":"4bcae991-235f-4c73-b40d-78acf2f6d4da","resourceCustomizationUUID":"ff4fa43f-e1a8-45c6-9673-bd1f168a5366","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":"MTZkYjNiMDNjN2U4NGQyOTJlZmQxMTQ0N2NlY2IyNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2858e05b-50b6-443f-8869-d00740798192","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":"ae155d0d-f927-4803-9f2d-d3728da4737f","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":"606b54f8-c3af-4007-96b0-dc7a73a87c9b","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":"MWJmZWExMzYyMjc1ZGY4MWM5MzRkZmViNThkNDIzOTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c0917062-3a03-4a90-9fd1-bcfaad700361","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":"f1bc3eeb-9204-4cc4-a029-93114900bd74","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":"6a4941c3-a190-4969-a4a4-c5152fc9413a","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":"b2bbb865-d701-45f7-bbca-b2556c37dbf0","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":"MDVkYzgwODA1NDg5YzNlYjMxMzc2MGZmNjc0ODM4ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fb8034e-6fe9-46a9-b2cc-149c24b39077","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmZhMTFiM2I1YTVlZmUxM2Q3MjcwMTliNTUyNGE4YmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b99743a-6d50-4602-bc26-ed5616ed2815","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-05T06:50:49.591Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:49.591Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:49.593Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:49.593Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:49.693Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:50:49.694Z||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-05T06:50:49.694Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:49.710Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:49.710Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:50.594Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:50.595Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:50.596Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:50.597Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:50.696Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:50:50.698Z||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-05T06:50:50.698Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:50.715Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:50.715Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:50:51.598Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:51.598Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:51.600Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:51.600Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:51.700Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:51.701Z||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-05T06:50:51.701Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:51.711Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:51.711Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:52.600Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:52.601Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:52.603Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:52.604Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:52.703Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:50:52.704Z||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-05T06:50:52.705Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:52.716Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:52.717Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:50:53.604Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:53.605Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:53.607Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:53.607Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:53.707Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:53.708Z||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-05T06:50:53.708Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:53.718Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:53.719Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:54.608Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:54.608Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:54.610Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:54.610Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:54.710Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:54.711Z||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-05T06:50:54.711Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:54.721Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:54.722Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:55.611Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:55.611Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:55.612Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:55.613Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:55.712Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:50:55.714Z||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-05T06:50:55.714Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:55.732Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:55.734Z||pool-135-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:50:56.613Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:56.613Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:56.615Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:56.615Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:50:56.715Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:56.716Z||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-05T06:50:56.716Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:56.728Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:56.728Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:57.616Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-05T06:50:57.616Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:57.618Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:57.618Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:50:57.718Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-05T06:50:57.719Z||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-05T06:50:57.719Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:57.730Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:57.730Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:50:58.619Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "d3566fb5-8f4b-470e-a00b-4e3da659af93", "serviceDescription": "service", "serviceInvariantUUID": "eaceb211-3ffc-424c-a81f-64dbba212362", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "ff4fa43f-e1a8-45c6-9673-bd1f168a5366", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9b9ace4c-f16d-49f2-a409-6c2ef65b85cd", "resourceInvariantUUID": "4bcae991-235f-4c73-b40d-78acf2f6d4da", "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": "ZmZhMTFiM2I1YTVlZmUxM2Q3MjcwMTliNTUyNGE4YmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1b99743a-6d50-4602-bc26-ed5616ed2815" } ], "workloadContext": "Production" } 2022-11-05T06:50:58.619Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-05T06:50:58.619Z|95244d87-84d9-4302-a086-f444e1c58187|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d3566fb5-8f4b-470e-a00b-4e3da659af93 ASDC 2022-11-05T06:50:58.619Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:233de08d-7e46-4307-85a6-90ece02afb61 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:d3566fb5-8f4b-470e-a00b-4e3da659af93 ServiceInvariantUUID:eaceb211-3ffc-424c-a81f-64dbba212362 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:1b99743a-6d50-4602-bc26-ed5616ed2815 ArtifactChecksum:ZmZhMTFiM2I1YTVlZmUxM2Q3MjcwMTliNTUyNGE4YmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:ff4fa43f-e1a8-45c6-9673-bd1f168a5366 ResourceInvariantUUID:4bcae991-235f-4c73-b40d-78acf2f6d4da ResourceName:test-pnf ResourceType:PNF ResourceUUID:9b9ace4c-f16d-49f2-a409-6c2ef65b85cd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-05T06:50:58.619Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3566fb5-8f4b-470e-a00b-4e3da659af93 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-05T06:50:58.642Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:50:58.643Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-05T06:50:58.643Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-05T06:50:58.643Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1b99743a-6d50-4602-bc26-ed5616ed2815 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-05T06:50:58.643Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-05T06:50:58.644Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-05T06:50:58.805Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-05T06:50:58.811Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1b99743a-6d50-4602-bc26-ed5616ed2815 110860 2022-11-05T06:50:58.811Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:50:58.811Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:50:58.812Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-05T06:50:58.812Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:50:58.814Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:50:58.814Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631058811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:50:58.914Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:50:58.915Z||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-05T06:50:58.915Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:50:58.926Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:50:58.926Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-05T06:50:59.815Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-05T06:50:59.816Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-05T06:50:59.817Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1b99743a-6d50-4602-bc26-ed5616ed2815, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-05T06:50:59.817Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-05T06:50:59.818Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-05T06:50:59.818Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-05T06:50:59.954Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7849531660970163089/Definitions/service-TestPnfMacro-template.yml 2022-11-05T06:50:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:50:59.982Z||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-05T06:50:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:51:00.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:51:00.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:51:00.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "be193885-ea7a-453a-92c7-b96c61072539", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630995032, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:51:00.012Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:51:00.605Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-05T06:51:00.605Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-05T06:51:00.605Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-05T06:51:00.605Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-05T06:51:00.606Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:00.606Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:00.606Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:00.606Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:00.606Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:00.606Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:00.606Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:00.606Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-05T06:51:00.607Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:51:00.607Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:51:00.607Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-05T06:51:00.607Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-05T06:51:00.607Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:51:00.608Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:51:00.608Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:51:00.608Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-05T06:51:00.608Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-05T06:51:00.609Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-05T06:51:00.609Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:51:00.609Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:51:00.609Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:51:00.610Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:51:00.610Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:51:00.610Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:51:00.610Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:51:00.611Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:51:00.611Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:51:00.611Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:51:00.611Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:d3566fb5-8f4b-470e-a00b-4e3da659af93 Model Version:NULL Model InvariantUuid:eaceb211-3ffc-424c-a81f-64dbba212362 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-05T06:51:00.618Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9b9ace4c-f16d-49f2-a409-6c2ef65b85cd 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-05T06:51:00.621Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-11-05T06:51:00.621Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9b9ace4c-f16d-49f2-a409-6c2ef65b85cd 2022-11-05T06:51:00.621Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d3566fb5-8f4b-470e-a00b-4e3da659af93 2022-11-05T06:51:00.621Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d3566fb5-8f4b-470e-a00b-4e3da659af93 2022-11-05T06:51:00.621Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9b9ace4c-f16d-49f2-a409-6c2ef65b85cd 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-05T06:51:00.630Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2332b9be, org.onap.sdc.toscaparser.api.parameters.Input@169b15c8, org.onap.sdc.toscaparser.api.parameters.Input@406df224, org.onap.sdc.toscaparser.api.parameters.Input@e123f2a, org.onap.sdc.toscaparser.api.parameters.Input@38db981f] 2022-11-05T06:51:00.630Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:51:00.631Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:51:00.631Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d3566fb5-8f4b-470e-a00b-4e3da659af93: test-pnf 2022-11-05T06:51:00.631Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||Processing PNF resource: 9b9ace4c-f16d-49f2-a409-6c2ef65b85cd 2022-11-05T06:51:00.631Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-05T06:51:00.631Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-05T06:51:00.632Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||Resource customization UUID: ff4fa43f-e1a8-45c6-9673-bd1f168a5366 is the same as notified resource customizationUUID: ff4fa43f-e1a8-45c6-9673-bd1f168a5366 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-05T06:51:00.665Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9b9ace4c-f16d-49f2-a409-6c2ef65b85cd 0 ASDC deployResourceStructure 2022-11-05T06:51:00.666Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:00.666Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:00.666Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-05T06:51:00.666Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:51:00.669Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:51:00.669Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631060666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:51:00.769Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:51:00.770Z||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-05T06:51:00.770Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:51:00.780Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:51:00.781Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-05T06:51:01.670Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 233de08d-7e46-4307-85a6-90ece02afb61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05T06:51:01.682Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 233de08d-7e46-4307-85a6-90ece02afb61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05T06:51:01.684Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-05T06:51:01.684Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-05T06:51:01.684Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-05T06:51:01.684Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-05T06:51:01.685Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:51:01.685Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:51:01.685Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:51:01.685Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:51:01.685Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-05T06:51:01.685Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:01.690Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-05T06:51:31.690Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 233de08d-7e46-4307-85a6-90ece02afb61 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-05T06:51:31.697Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 233de08d-7e46-4307-85a6-90ece02afb61 and serviceModelVersionId: d3566fb5-8f4b-470e-a00b-4e3da659af93 2022-11-05T06:51:31.697Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eaceb211-3ffc-424c-a81f-64dbba212362 2022-11-05T06:51:31.698Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eaceb211-3ffc-424c-a81f-64dbba212362/model-vers/model-ver/d3566fb5-8f4b-470e-a00b-4e3da659af93?depth=0 2022-11-05T06:51:31.702Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-05T06:51:31.742Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaceb211-3ffc-424c-a81f-64dbba212362/model-vers/model-ver/d3566fb5-8f4b-470e-a00b-4e3da659af93?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-05T06:51:31.743Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaceb211-3ffc-424c-a81f-64dbba212362/model-vers/model-ver/d3566fb5-8f4b-470e-a00b-4e3da659af93?depth=0|INFO|500||Invoke 2022-11-05T06:51:31.762Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaceb211-3ffc-424c-a81f-64dbba212362/model-vers/model-ver/d3566fb5-8f4b-470e-a00b-4e3da659af93?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-05T06:51:31.905Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaceb211-3ffc-424c-a81f-64dbba212362/model-vers/model-ver/d3566fb5-8f4b-470e-a00b-4e3da659af93?depth=0|INFO|500||InvokeReturn 2022-11-05T06:51:31.906Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaceb211-3ffc-424c-a81f-64dbba212362/model-vers/model-ver/d3566fb5-8f4b-470e-a00b-4e3da659af93?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221105-06:51:31:200-98549], vertex-id=[499784], Content-Length=[0], Date=[Sat, 05 Nov 2022 06:51:31 GMT], Content-Type=[application/json]} 2022-11-05T06:51:31.907Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-05T06:51:31.907Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-05T06:51:31.907Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:31.911Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||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-05T06:51:31.911Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 233de08d-7e46-4307-85a6-90ece02afb61 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-05T06:51:31.911Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-05T06:51:31.912Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-05T06:51:31.913Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-05T06:51:31.913Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631091911, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:51:32.013Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-05T06:51:32.014Z||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-05T06:51:32.015Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gmq8VLE6dtci0v92) ... 2022-11-05T06:51:32.029Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:51:32.029Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 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-05T06:51:32.926Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:51:32.926Z|233de08d-7e46-4307-85a6-90ece02afb61|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-05T06:51:32.926Z|233de08d-7e46-4307-85a6-90ece02afb61|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 gmq8VLE6dtci0v92) ... 2022-11-05T06:51:42.503Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:51:42.504Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:51:42.505Z||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-05T06:51:42.505Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:51:52.053Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:51:52.053Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:51:52.054Z||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-05T06:51:52.054Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:51:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:51:59.981Z||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-05T06:51:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:52:00.005Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:52:00.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-05T06:52:00.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-05T06:52:00.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:52:00.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631008671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631011133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631012194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631013243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-05T06:52:00.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631014358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631015361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631016365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631017370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:52:00.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95244d87-84d9-4302-a086-f444e1c58187", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631048577, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-05T06:52:00.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667630996047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-05T06:52:00.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-05T06:52:00.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-05T06:52:00.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631058811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-05T06:52:00.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:52:01.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:52:01.599Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:52:01.599Z||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-05T06:52:01.600Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:52:11.143Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:52:11.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:52:11.144Z||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-05T06:52:11.144Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:52:20.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:52:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:52:59.972Z||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-05T06:52:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:52:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:52:59.981Z||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-05T06:52:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:53:00.525Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:53:00.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:53:00.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631060666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-05T06:53:00.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:53:00.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-05T06:53:00.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "233de08d-7e46-4307-85a6-90ece02afb61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667631091911, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-05T06:53:00.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-05T06:53:09.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:53:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:53:59.972Z||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-05T06:53:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:53:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:53:59.981Z||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-05T06:53:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:54:09.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:54:09.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:54:59.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:54:59.973Z||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-05T06:54:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:54:59.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:54:59.981Z||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-05T06:54:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:55:09.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:55:09.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:55:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:55:59.972Z||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-05T06:55:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:55:59.980Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:55:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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-05T06:55:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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 gmq8VLE6dtci0v92) ... 2022-11-05T06:56:09.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:56:09.550Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:56:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:56:59.974Z||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-05T06:56:59.974Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:56:59.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:56:59.982Z||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-05T06:56:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:57:09.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:57:09.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:57:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:57:59.973Z||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-05T06:57:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:57:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:57:59.981Z||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-05T06:57:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:58:09.524Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:58:09.524Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:58:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:58:59.972Z||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-05T06:58:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:58:59.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:58:59.981Z||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-05T06:58:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:59:09.519Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:59:09.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T06:59:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:59:59.972Z||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-05T06:59:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T06:59:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T06:59:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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-05T06:59:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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 gmq8VLE6dtci0v92) ... 2022-11-05T07:00:09.520Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:00:09.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:00:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:00:59.972Z||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-05T07:00:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:00:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:00:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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-05T07:00:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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 gmq8VLE6dtci0v92) ... 2022-11-05T07:01:09.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:01:09.530Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:01:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:01:59.972Z||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-05T07:01:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:01:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:01:59.981Z||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-05T07:01:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:02:09.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:02:09.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:02:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:02:59.973Z||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-05T07:02:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:02:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:02:59.982Z||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-05T07:02:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:03:09.518Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:03:09.523Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:03:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:03:59.972Z||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-05T07:03:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:03:59.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:03:59.981Z||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-05T07:03:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:04:09.516Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:04:09.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:04:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:04:59.973Z||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-05T07:04:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:04:59.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:04:59.981Z||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-05T07:04:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:05:09.514Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:05:09.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:05:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:05:59.972Z||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-05T07:05:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:05:59.981Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:05:59.981Z|4977e456-3381-43ef-a874-6137a59da8a7|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-05T07:05:59.981Z|4977e456-3381-43ef-a874-6137a59da8a7|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 gmq8VLE6dtci0v92) ... 2022-11-05T07:06:09.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:06:09.538Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:06:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:06:59.972Z||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-05T07:06:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:06:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:06:59.981Z||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-05T07:06:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:07:09.519Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:07:09.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:07:59.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:07:59.972Z||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-05T07:07:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:07:59.981Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:07:59.981Z||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-05T07:07:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:08:09.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:08:09.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:08:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:08:59.973Z||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-05T07:08:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:08:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:08:59.981Z||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-05T07:08:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:09:09.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:09:09.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:09:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:09:59.972Z||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-05T07:09:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:09:59.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:09:59.982Z||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-05T07:09:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:10:09.524Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:10:09.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:10:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:10:59.973Z||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-05T07:10:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:10:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:10:59.981Z||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-05T07:10:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:11:09.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:11:09.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:11:59.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:11:59.972Z||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-05T07:11:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:11:59.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:11:59.981Z||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-05T07:11:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:12:09.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:12:09.526Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:12:59.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:12:59.972Z||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-05T07:12:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:12:59.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:12:59.981Z||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-05T07:12:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:13:09.517Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:13:09.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:13:59.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:13:59.972Z||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-05T07:13:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:13:59.981Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:13:59.982Z|4977e456-3381-43ef-a874-6137a59da8a7|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-05T07:13:59.982Z|4977e456-3381-43ef-a874-6137a59da8a7|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 gmq8VLE6dtci0v92) ... 2022-11-05T07:14:09.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:14:09.529Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:14:59.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:14:59.973Z||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-05T07:14:59.974Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:14:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:14:59.981Z||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-05T07:14:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:15:09.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:15:09.524Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:15:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:15:59.972Z||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-05T07:15:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:15:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:15:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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-05T07:15:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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 gmq8VLE6dtci0v92) ... 2022-11-05T07:16:09.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:16:09.551Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:16:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:16:59.972Z||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-05T07:16:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:16:59.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:16:59.981Z||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-05T07:16:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:17:09.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:17:09.537Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:17:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:17:59.972Z||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-05T07:17:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:17:59.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:17:59.981Z||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-05T07:17:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:18:09.512Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:18:09.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:18:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:18:59.972Z||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-05T07:18:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:18:59.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:18:59.981Z||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-05T07:18:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:19:09.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:19:09.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:19:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:19:59.972Z||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-05T07:19:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:19:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:19:59.981Z||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-05T07:19:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:20:09.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:20:09.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:20:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:20:59.972Z||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-05T07:20:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:20:59.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:20:59.981Z||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-05T07:20:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:21:09.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:21:09.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:21:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:21:59.972Z||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-05T07:21:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:21:59.981Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:21:59.981Z|4977e456-3381-43ef-a874-6137a59da8a7|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-05T07:21:59.981Z|4977e456-3381-43ef-a874-6137a59da8a7|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 gmq8VLE6dtci0v92) ... 2022-11-05T07:22:09.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:22:09.533Z|4977e456-3381-43ef-a874-6137a59da8a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:22:59.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:22:59.974Z||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-05T07:22:59.974Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:22:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:22:59.981Z||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-05T07:22:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:23:09.524Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:23:09.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:23:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:23:59.973Z||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-05T07:23:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:23:59.980Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:23:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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-05T07:23:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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 gmq8VLE6dtci0v92) ... 2022-11-05T07:24:09.527Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:24:09.543Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:24:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:24:59.972Z||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-05T07:24:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:24:59.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:24:59.981Z||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-05T07:24:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:25:09.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:25:09.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:25:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:25:59.973Z||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-05T07:25:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:25:59.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:25:59.981Z||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-05T07:25:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:26:09.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:26:09.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:26:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:26:59.973Z||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-05T07:26:59.973Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:26:59.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:26:59.981Z||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-05T07:26:59.982Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:27:09.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:27:09.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:27:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:27:59.972Z||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-05T07:27:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:27:59.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:27:59.981Z||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-05T07:27:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:28:09.521Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:28:09.527Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:28:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:28:59.972Z||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-05T07:28:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:28:59.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:28:59.981Z||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-05T07:28:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:29:09.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:29:09.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:29:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:29:59.972Z||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-05T07:29:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:29:59.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:29:59.981Z||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-05T07:29:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:30:09.515Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:30:09.524Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:30:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:30:59.972Z||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-05T07:30:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:30:59.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:30:59.981Z||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-05T07:30:59.981Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:31:09.520Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:31:09.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:31:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:31:59.972Z||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-05T07:31:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:31:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:31:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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-05T07:31:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|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 gmq8VLE6dtci0v92) ... 2022-11-05T07:32:09.522Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:32:09.525Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:32:59.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:32:59.972Z||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-05T07:32:59.972Z||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 gmq8VLE6dtci0v92) ... 2022-11-05T07:32:59.981Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-05T07:32:59.982Z|233de08d-7e46-4307-85a6-90ece02afb61|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-05T07:32:59.982Z|233de08d-7e46-4307-85a6-90ece02afb61|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 gmq8VLE6dtci0v92) ... 2022-11-05T07:33:09.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-05T07:33:09.523Z|233de08d-7e46-4307-85a6-90ece02afb61|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK