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-18T03:21:35.989Z||main|||||INFO|500||The following profiles are active: basic 2022-11-18T03:21:47.650Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-18T03:21:47.652Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-18T03:21:47.763Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-18T03:21:52.019Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-18T03:21:52.396Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-18T03:21:52.837Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-18T03:21:52.849Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-18T03:21:52.957Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-18T03:21:53.196Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-18T03:21:53.773Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-18T03:21:55.429Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-18T03:21:57.806Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-18T03:21:57.866Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-18T03:21:58.487Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-18T03:21:58.721Z||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-18T03:21:59.847Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-18T03:22:00.941Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-18T03:22:00.964Z||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$$75ebdfa9.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-18T03:22:00.965Z||main|||||WARN|500||The sdc end point is not alive 2022-11-18T03:22:04.317Z||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-18T03:22:07.094Z||main|||||WARN|500||--- 2022-11-18T03:22:07.094Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-18T03:22:07.095Z||main|||||WARN|500||--- 2022-11-18T03:22:07.525Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-18T03:22:12.133Z||main|||||INFO|500||Started Application in 39.44 seconds (JVM running for 41.728) 2022-11-18T03:22:12.148Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-18T03:22:12.149Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-18T03:22:12.162Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-18T03:22:12.184Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-18T03:22:12.228Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9d832b3-8435-40f5-9776-80a9ebeee481 url= /sdc/v1/artifactTypes 2022-11-18T03:22:12.228Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-18T03:22:12.530Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-18T03:22:12.553Z||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-18T03:22:12.574Z||scheduling-1|||||DEBUG|500||create keys 2022-11-18T03:22:12.581Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-18T03:22:12.619Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:22:12.634Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 45c196af-c139-410e-8c8e-865c66db8956 url= /sdc/v1/registerForDistribution 2022-11-18T03:22:12.807Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 45c196af-c139-410e-8c8e-865c66db8956 url= /sdc/v1/registerForDistribution 2022-11-18T03:22:12.808Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-18T03:22:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:22:12.819Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:22:12.829Z||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-18T03:22:12.829Z||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-18T03:22:12.829Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:22:12.830Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:22:12.838Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-18T03:22:23.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:22:23.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:23:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:23:12.817Z||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-18T03:23:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:23:12.819Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:23:12.821Z||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-18T03:23:12.822Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:23:22.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:23:22.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:24:12.817Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:24:12.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:24:12.822Z||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-18T03:24:12.822Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:24:12.826Z||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-18T03:24:12.826Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:24:22.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:24:22.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:25:12.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:25:12.818Z||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-18T03:25:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:25:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:25:12.819Z||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-18T03:25:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:25:22.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:25:22.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:26:12.816Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:26:12.817Z||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-18T03:26:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:26:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:26:12.819Z||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-18T03:26:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:26:22.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:26:22.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:27:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:27:12.817Z||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-18T03:27:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:27:12.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:27:12.820Z||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-18T03:27:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:27:22.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:27:22.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:28:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:28:12.817Z||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-18T03:28:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:28:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:28:12.819Z||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-18T03:28:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:28:22.366Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:28:22.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:29:12.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:29:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:29:12.819Z||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-18T03:29:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:29:12.822Z||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-18T03:29:12.822Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:29:22.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:29:22.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:30:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:30:12.818Z||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-18T03:30:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:30:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:30:12.819Z||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-18T03:30:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:30:22.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:30:22.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:31:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:31:12.817Z||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-18T03:31:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:31:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:31:12.819Z||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-18T03:31:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:31:22.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:31:22.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:32:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:32:12.817Z||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-18T03:32:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:32:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:32:12.818Z||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-18T03:32:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:32:22.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:32:22.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:32:23.383Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-18T03:33:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:33:12.817Z||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-18T03:33:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:33:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:33:12.818Z||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-18T03:33:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:33:22.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:33:22.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:34:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:34:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:34:12.818Z||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-18T03:34:12.819Z||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-18T03:34:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:34:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:34:22.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:34:22.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:35:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:35:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:35:12.818Z||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-18T03:35:12.818Z||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-18T03:35:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:35:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:35:22.363Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:35:22.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:36:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:36:12.817Z||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-18T03:36:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:36:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:36:12.818Z||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-18T03:36:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:36:22.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:36:22.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:37:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:37:12.817Z||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-18T03:37:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:37:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:37:12.818Z||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-18T03:37:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:37:22.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:37:22.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:38:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:38:12.817Z||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-18T03:38:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:38:12.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:38:12.819Z||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-18T03:38:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:38:22.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:38:22.375Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:39:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:39:12.817Z||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-18T03:39:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:39:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:39:12.819Z||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-18T03:39:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:39:22.360Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:39:22.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:40:12.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:40:12.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:40:12.820Z||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-18T03:40:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:40:12.821Z||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-18T03:40:12.821Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:40:22.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:40:22.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:41:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:41:12.817Z||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-18T03:41:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:41:12.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:41:12.818Z||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-18T03:41:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:41:22.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:41:22.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:42:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:42:12.817Z||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-18T03:42:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:42:12.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:42:12.819Z||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-18T03:42:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:42:22.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:42:22.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:43:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:43:12.817Z||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-18T03:43:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:43:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:43:12.819Z||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-18T03:43:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:43:22.362Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:43:22.377Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:44:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:44:12.817Z||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-18T03:44:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:44:12.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:44:12.818Z||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-18T03:44:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:44:22.364Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:44:22.366Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:45:12.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:45:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:45:12.821Z||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-18T03:45:12.821Z||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-18T03:45:12.821Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:45:12.821Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:45:22.368Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:45:22.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:46:12.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:46:12.818Z||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-18T03:46:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:46:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:46:12.819Z||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-18T03:46:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:46:22.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:46:22.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:47:12.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:47:12.817Z||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-18T03:47:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:47:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:47:12.821Z||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-18T03:47:12.821Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:47:22.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:47:22.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:48:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:48:12.817Z||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-18T03:48:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:48:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:48:12.819Z||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-18T03:48:12.822Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:48:22.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:48:22.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:49:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:49:12.817Z||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-18T03:49:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:49:12.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:49:12.818Z||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-18T03:49:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:49:22.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:49:22.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:50:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:50:12.817Z||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-18T03:50:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:50:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:50:12.819Z||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-18T03:50:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:50:22.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:50:22.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:51:12.817Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:51:12.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:51:12.819Z||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-18T03:51:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:51:12.819Z||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-18T03:51:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:51:22.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:51:22.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:52:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:52:12.817Z||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-18T03:52:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:52:12.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:52:12.818Z||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-18T03:52:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:52:22.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:52:22.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:53:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:53:12.817Z||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-18T03:53:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:53:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:53:12.819Z||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-18T03:53:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:53:22.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:53:22.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:54:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:54:12.817Z||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-18T03:54:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:54:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:54:12.818Z||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-18T03:54:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:54:22.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:54:22.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:55:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:55:12.817Z||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-18T03:55:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:55:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:55:12.818Z||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-18T03:55:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:55:22.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:55:22.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:56:12.817Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:56:12.819Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:56:12.822Z||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-18T03:56:12.822Z||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-18T03:56:12.822Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:56:12.822Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:56:22.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:56:22.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:57:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:57:12.817Z||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-18T03:57:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:57:12.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:57:12.819Z||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-18T03:57:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:57:22.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:57:22.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:58:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:58:12.817Z||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-18T03:58:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:58:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:58:12.819Z||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-18T03:58:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:58:22.359Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:58:22.360Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:59:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:59:12.817Z||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-18T03:59:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:59:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T03:59:12.818Z||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-18T03:59:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T03:59:22.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T03:59:22.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:00:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:00:12.817Z||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-18T04:00:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:00:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:00:12.818Z||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-18T04:00:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:00:22.359Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:00:22.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:01:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:01:12.817Z||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-18T04:01:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:01:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:01:12.819Z||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-18T04:01:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:01:22.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:01:22.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:02:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:02:12.817Z||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-18T04:02:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:02:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:02:12.818Z||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-18T04:02:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:02:22.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:02:22.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:03:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:03:12.817Z||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-18T04:03:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:03:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:03:12.819Z||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-18T04:03:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:03:22.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:03:22.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:04:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:04:12.818Z||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-18T04:04:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:04:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:04:12.819Z||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-18T04:04:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:04:22.366Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:04:22.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:05:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:05:12.817Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:05:12.820Z||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-18T04:05:12.821Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:05:12.820Z||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-18T04:05:12.826Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:05:22.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:05:22.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:06:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:06:12.817Z||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-18T04:06:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:06:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:06:12.819Z||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-18T04:06:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:06:22.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:06:22.385Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:07:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:07:12.817Z||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-18T04:07:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:07:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:07:12.818Z||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-18T04:07:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:07:22.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:07:22.375Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:08:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:08:12.817Z||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-18T04:08:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:08:12.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:08:12.819Z||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-18T04:08:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:08:22.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:08:22.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:09:12.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:09:12.817Z||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-18T04:09:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:09:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:09:12.819Z||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-18T04:09:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:09:22.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:09:22.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:10:12.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:10:12.817Z||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-18T04:10:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:10:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:10:12.818Z||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-18T04:10:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:10:22.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:10:22.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:12.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:11:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:11:12.818Z||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-18T04:11:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:11:12.818Z||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-18T04:11:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:11:13.161Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:13.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "ves-openapi-manager", "timestamp": 1668744652386, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "cds", "timestamp": 1668744655992, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744649512, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "aai-ml", "timestamp": 1668744658077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "ves-openapi-manager", "timestamp": 1668744652386, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "cds", "timestamp": 1668744655992, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744649512, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "NOTIFIED" } 2022-11-18T04:11:13.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "aai-ml", "timestamp": 1668744658077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "ves-openapi-manager", "timestamp": 1668744652386, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "cds", "timestamp": 1668744655992, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744649512, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-18T04:11:13.203Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "aai-ml", "timestamp": 1668744658077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "ves-openapi-manager", "timestamp": 1668744652386, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "cds", "timestamp": 1668744655992, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744649512, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "aai-ml", "timestamp": 1668744658077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "ves-openapi-manager", "timestamp": 1668744652386, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "cds", "timestamp": 1668744655992, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744649512, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-18T04:11:13.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "aai-ml", "timestamp": 1668744658077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "ves-openapi-manager", "timestamp": 1668744652386, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "cds", "timestamp": 1668744655992, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744649512, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "aai-ml", "timestamp": 1668744658077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "ves-openapi-manager", "timestamp": 1668744652386, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "cds", "timestamp": 1668744655992, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:11:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744649512, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:11:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "aai-ml", "timestamp": 1668744658077, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:11:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744664019, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:11:13.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:11:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "cds", "timestamp": 1668744664029, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:11:13.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:11:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "aai-ml", "timestamp": 1668744665947, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:11:13.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:11:13.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "cds", "timestamp": 1668744665049, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-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-18T04:11:13.445Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f30d24f7-52e9-4f5a-8a96-59539d2af04d 2022-11-18T04:11:13.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:13.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f30d24f7-52e9-4f5a-8a96-59539d2af04d","serviceName":"vFW 2022-11-18 04-09-41","serviceVersion":"1.0","serviceUUID":"147d5f82-04b0-40c6-8c32-4e3c03c04d9d","serviceDescription":"catalog service description","serviceInvariantUUID":"7290f25b-ac75-4023-98f1-850f58405493","resources":[{"resourceInstanceName":"vFW 8f0817b8-e945 0","resourceName":"vFW 8f0817b8-e945","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7bbae3f-123d-4ab9-9a8b-c519bcdb7926","resourceInvariantUUID":"fd7e9db7-525d-46b4-96aa-77b0c0afdfbe","resourceCustomizationUUID":"efdd8370-af45-4af4-94b5-54ce54b24773","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml","artifactChecksum":"NTc4MzFmZjIwN2ZkZTk2M2EzMjI4MzU5OTQzNTg0Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"865357ed-2d4b-4cba-9adf-2fab25dc8dd7","artifactVersion":"1"},{"artifactName":"vfw8f0817b8e9450_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json","artifactChecksum":"NGUwZTUzNTc0YWZmOThiYzllZDhiNDhkYjk5ZGZkY2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d5c54ab-2c98-4716-a7fb-57328b536c5e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fcf52333-38b9-4d87-92eb-9cdd5a9b0421","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml","artifactChecksum":"OTBlZmY1OWQxNDM4Y2E5M2I2ODE0MDc0ZGU5MWI2Y2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"143d9368-94b5-42a0-85b5-37720563be41","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70b5463f-061d-4550-906a-51ba9d1003e2","artifactVersion":"2","generatedFromUUID":"fcf52333-38b9-4d87-92eb-9cdd5a9b0421"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221118040941-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml","artifactChecksum":"NDZhNTYzM2YwOTc0NWQ3OTkyYjczN2FlNGZiYmMxN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"525dfecc-82bf-48d3-8b7d-6fbd569d62a5","artifactVersion":"1"},{"artifactName":"service-Vfw20221118040941-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar","artifactChecksum":"NDU4YWVkYTU4ZGFhNmQ1NDNmMDMwNTk4NjAxOGY0OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95952bcf-3396-4b52-a7ca-f9fb0e7bd68c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T04:11:13.472Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f30d24f7-52e9-4f5a-8a96-59539d2af04d and ComponentName cds 2022-11-18T04:11:13.472Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:11:13.482Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-18T04:11:13.495Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:13.495Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744665110, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:11:13.497Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:11:13.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744666171, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:11:13.498Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:11:13.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744667274, "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-18T04:11:13.513Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f30d24f7-52e9-4f5a-8a96-59539d2af04d 2022-11-18T04:11:13.513Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f30d24f7-52e9-4f5a-8a96-59539d2af04d 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-18T04:11:13.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744668312, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "multicloud-k8s-id", "timestamp": 1668744668280, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:11:13.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:11:13.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744668312, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744668312, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:11:13.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744668312, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:13.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-18T04:11:13.595Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-11-18T04:11:13.599Z||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-18T04:11:13.600Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:13.612Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:13.612Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:14.503Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:11:14.504Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:14.507Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:14.507Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "NOTIFIED" } 2022-11-18T04:11:14.607Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:11:14.608Z||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-18T04:11:14.609Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:14.618Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:14.619Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:15.508Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:11:15.509Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:15.511Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:15.511Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-18T04:11:15.612Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:11:15.613Z||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-18T04:11:15.613Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:15.623Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:15.624Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:16.512Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:11:16.513Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:16.515Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:16.515Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:16.615Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:11:16.617Z||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-18T04:11:16.617Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:16.628Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:16.628Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:17.516Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:11:17.517Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:17.520Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:17.520Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-18T04:11:17.620Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:11:17.621Z||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-18T04:11:17.621Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:17.632Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:17.633Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:18.521Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:11:18.522Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:18.524Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:18.524Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:11:18.625Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:11:18.627Z||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-18T04:11:18.627Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:18.641Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:18.641Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:11:19.526Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:11:19.528Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:19.531Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:19.531Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:11:19.631Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-18T04:11:19.632Z||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-18T04:11:19.632Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:19.643Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:19.644Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:20.535Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "serviceName": "vFW 2022-11-18 04-09-41", "serviceVersion": "1.0", "serviceUUID": "147d5f82-04b0-40c6-8c32-4e3c03c04d9d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7290f25b-ac75-4023-98f1-850f58405493", "resources": [ { "resourceInstanceName": "vFW 8f0817b8-e945 0", "resourceCustomizationUUID": "efdd8370-af45-4af4-94b5-54ce54b24773", "resourceName": "vFW 8f0817b8-e945", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c7bbae3f-123d-4ab9-9a8b-c519bcdb7926", "resourceInvariantUUID": "fd7e9db7-525d-46b4-96aa-77b0c0afdfbe", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8f0817b8e9450_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "artifactChecksum": "NGUwZTUzNTc0YWZmOThiYzllZDhiNDhkYjk5ZGZkY2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d5c54ab-2c98-4716-a7fb-57328b536c5e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fcf52333-38b9-4d87-92eb-9cdd5a9b0421", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "70b5463f-061d-4550-906a-51ba9d1003e2", "generatedFromUUID": "fcf52333-38b9-4d87-92eb-9cdd5a9b0421" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "70b5463f-061d-4550-906a-51ba9d1003e2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221118040941-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "artifactChecksum": "NDU4YWVkYTU4ZGFhNmQ1NDNmMDMwNTk4NjAxOGY0OTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "95952bcf-3396-4b52-a7ca-f9fb0e7bd68c" } ], "workloadContext": "Production" } 2022-11-18T04:11:20.537Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T04:11:20.537Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 147d5f82-04b0-40c6-8c32-4e3c03c04d9d ASDC 2022-11-18T04:11:20.649Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f30d24f7-52e9-4f5a-8a96-59539d2af04d ServiceName:vFW 2022-11-18 04-09-41 ServiceVersion:1.0 ServiceUUID:147d5f82-04b0-40c6-8c32-4e3c03c04d9d ServiceInvariantUUID:7290f25b-ac75-4023-98f1-850f58405493 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221118040941-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar ArtifactUUID:95952bcf-3396-4b52-a7ca-f9fb0e7bd68c ArtifactChecksum:NDU4YWVkYTU4ZGFhNmQ1NDNmMDMwNTk4NjAxOGY0OTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8f0817b8-e945 0 ResourceCustomizationUUID:efdd8370-af45-4af4-94b5-54ce54b24773 ResourceInvariantUUID:fd7e9db7-525d-46b4-96aa-77b0c0afdfbe ResourceName:vFW 8f0817b8-e945 ResourceType:VF ResourceUUID:c7bbae3f-123d-4ab9-9a8b-c519bcdb7926 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8f0817b8e9450_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json ArtifactUUID:0d5c54ab-2c98-4716-a7fb-57328b536c5e ArtifactChecksum:NGUwZTUzNTc0YWZmOThiYzllZDhiNDhkYjk5ZGZkY2E= 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/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml ArtifactUUID:fcf52333-38b9-4d87-92eb-9cdd5a9b0421 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/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env ArtifactUUID:70b5463f-061d-4550-906a-51ba9d1003e2 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/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env ArtifactUUID:70b5463f-061d-4550-906a-51ba9d1003e2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T04:11:20.650Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 147d5f82-04b0-40c6-8c32-4e3c03c04d9d 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-18T04:11:20.704Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:11:20.705Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:11:20.706Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:11:20.707Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 95952bcf-3396-4b52-a7ca-f9fb0e7bd68c from URL: /sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:20.707Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:11:20.708Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:20.949Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:11:20.978Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar 95952bcf-3396-4b52-a7ca-f9fb0e7bd68c 100651 2022-11-18T04:11:20.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar ASDC sendASDCNotification 2022-11-18T04:11:20.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:20.982Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:11:20.984Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:20.986Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:20.986Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744680979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:11:21.087Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T04:11:21.088Z||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-18T04:11:21.088Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:21.099Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:21.099Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:21.987Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:11:21.988Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:11:21.989Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 95952bcf-3396-4b52-a7ca-f9fb0e7bd68c, URL: /sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar to file: /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:21.989Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221118040941-csar.csar 2022-11-18T04:11:22.062Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:22.062Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:22.751Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2585258189071586169/Definitions/service-Vfw20221118040941-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-18T04:11:25.516Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T04:11:25.522Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T04:11:25.523Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.523Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-18T04:11:25.524Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.524Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.524Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.524Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.525Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.525Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.525Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8f0817b8-e945 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-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.525Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.526Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.526Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.526Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:25.526Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T04:11:25.536Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.538Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:25.543Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria 2022-11-18T04:11:25.543Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T04:11:25.545Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:11:25.548Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.548Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:25.548Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria 2022-11-18T04:11:25.549Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T04:11:25.549Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:11:25.549Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.550Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:25.554Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.554Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria 2022-11-18T04:11:25.554Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T04:11:25.555Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T04:11:25.555Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-18T04:11:25.555Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.555Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:25.556Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.556Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-18T04:11:25.556Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-18T04:11:25.557Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-18T04:11:25.557Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.557Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:25.557Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-18T04:11:25.558Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:25.558Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-18T04:11:25.558Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.558Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T04:11:25.559Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.559Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:11:25.560Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.561Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria 2022-11-18T04:11:25.561Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:11:25.561Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.562Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria 2022-11-18T04:11:25.562Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:11:25.562Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.563Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria 2022-11-18T04:11:25.563Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:11:25.563Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.564Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria 2022-11-18T04:11:25.564Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T04:11:25.564Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T04:11:25.564Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-18T04:11:25.565Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-18T04:11:25.565Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-18T04:11:25.565Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.565Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:25.566Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-18T04:11:25.566Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:25.566Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-18T04:11:25.566Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.567Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bfaf4a3c-7c25-48b1-83d5-9cac2a7c589a 2022-11-18T04:11:25.567Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.567Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria 2022-11-18T04:11:25.567Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T04:11:25.568Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T04:11:25.568Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-18T04:11:25.568Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.568Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:25.569Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.569Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-18T04:11:25.569Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-18T04:11:25.569Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-18T04:11:25.570Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:25.570Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-18T04:11:25.570Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.570Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93aa75f9-c747-44e9-b9c9-6fc2916ed937 2022-11-18T04:11:25.571Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.571Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria 2022-11-18T04:11:25.571Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T04:11:25.572Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T04:11:25.572Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-18T04:11:25.572Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.572Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:25.573Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.573Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-18T04:11:25.573Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-18T04:11:25.573Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-18T04:11:25.574Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-18T04:11:25.574Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:25.574Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-18T04:11:25.574Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8977dd7e-de0a-4e66-bdfb-0a11567e4721 2022-11-18T04:11:25.575Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.575Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:25.575Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.576Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:25.576Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.576Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:25.576Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:25.577Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:25.577Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-18 04-09-41 Description:catalog service description Model UUID:147d5f82-04b0-40c6-8c32-4e3c03c04d9d Model Version:NULL Model InvariantUuid:7290f25b-ac75-4023-98f1-850f58405493 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8f0817b8-e945 Model UUID:1896e3c2-9606-464c-88df-4d21cc7d2b77 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:fd7e9db7-525d-46b4-96aa-77b0c0afdfbe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:efdd8370-af45-4af4-94b5-54ce54b24773 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e1921052-0e71-4a34-99cc-e4a7a5050f07 ModelName:Vfw8f0817b8E945..base_vfw..module-0 ModelUuid:9a3acb63-5a03-4cf0-81b1-693371af7c86 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bfaf4a3c-7c25-48b1-83d5-9cac2a7c589a ModelInvariantUuid:b8738242-b289-43fe-a67f-8de86b9eba0f ModelName:vFW 8f0817b8-e945-nodes.vfwCvfc ModelUuid:76b97217-e002-4f90-9f78-3054b473b779 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b4a466c3-ed55-479e-800b-9ae3794886a6 ModelInvariantUuid:958adbeb-4148-4bee-84b0-c401679c3f30 ModelName:Vfw8f0817b8E945.compute.nodes.heat.vfw ModelUuid:ef74b56e-87a6-4c83-8cdd-4be3aa390c97 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:93aa75f9-c747-44e9-b9c9-6fc2916ed937 ModelInvariantUuid:b12cb3df-1ef4-4e35-a127-dc0e66a4ad3e ModelName:vFW 8f0817b8-e945-nodes.vsnCvfc ModelUuid:74d93191-7813-4994-a282-7db446e6ce5a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c86b36b8-efd1-4e45-b4d2-896f66ab84f2 ModelInvariantUuid:d50920d0-35d6-4b8f-934c-7aa43eb6d1cb ModelName:Vfw8f0817b8E945.compute.nodes.heat.vsn ModelUuid:2b9bff3a-4abb-4dfb-8e84-c198ad4cf88d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8977dd7e-de0a-4e66-bdfb-0a11567e4721 ModelInvariantUuid:a4941d30-ed35-4566-b8ed-0758eda9d5cf ModelName:vFW 8f0817b8-e945-nodes.vpgCvfc ModelUuid:f73c2da8-2c3a-4d8f-8303-c0ff27453c27 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:329f85a1-804d-4aaf-9314-59563816b45d ModelInvariantUuid:760b3a0a-2578-4137-8be7-99eab3ce1794 ModelName:Vfw8f0817b8E945.compute.nodes.heat.vpg ModelUuid:4331e28f-4abe-4960-a24e-7a5a8b042ccb 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-18T04:11:25.594Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c7bbae3f-123d-4ab9-9a8b-c519bcdb7926 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-18T04:11:25.687Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||vFW 8f0817b8-e945 0 2022-11-18T04:11:25.694Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c7bbae3f-123d-4ab9-9a8b-c519bcdb7926 2022-11-18T04:11:25.694Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d5c54ab-2c98-4716-a7fb-57328b536c5e from URL: /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json 2022-11-18T04:11:25.695Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:11:25.695Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json 2022-11-18T04:11:25.746Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:11:25.746Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json 0d5c54ab-2c98-4716-a7fb-57328b536c5e 785 2022-11-18T04:11:25.747Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json ASDC sendASDCNotification 2022-11-18T04:11:25.747Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json 2022-11-18T04:11:25.747Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:11:25.747Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:25.750Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:25.751Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744685747, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:11:25.851Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:11:25.852Z||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-18T04:11:25.852Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:25.864Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:25.864Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:26.753Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8f0817b8E945..base_vfw..module-0", "vfModuleModelInvariantUUID": "e1921052-0e71-4a34-99cc-e4a7a5050f07", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9a3acb63-5a03-4cf0-81b1-693371af7c86", "vfModuleModelCustomizationUUID": "063377b0-9a75-4969-8f86-16b528b45302", "isBase": true, "artifacts": [ "fcf52333-38b9-4d87-92eb-9cdd5a9b0421", "70b5463f-061d-4550-906a-51ba9d1003e2" ], "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-18T04:11:26.768Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8f0817b8E945..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9a3acb63-5a03-4cf0-81b1-693371af7c86 VfModuleModelInvariantUUID:e1921052-0e71-4a34-99cc-e4a7a5050f07 VfModuleModelDescription:NULL Artifacts UUID List:{ fcf52333-38b9-4d87-92eb-9cdd5a9b0421 , 70b5463f-061d-4550-906a-51ba9d1003e2 } 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-18T04:11:26.771Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8f0817b8E945..base_vfw..module-0", "vfModuleModelInvariantUUID": "e1921052-0e71-4a34-99cc-e4a7a5050f07", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9a3acb63-5a03-4cf0-81b1-693371af7c86", "vfModuleModelCustomizationUUID": "063377b0-9a75-4969-8f86-16b528b45302", "isBase": true, "artifacts": [ "fcf52333-38b9-4d87-92eb-9cdd5a9b0421", "70b5463f-061d-4550-906a-51ba9d1003e2" ], "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-18T04:11:26.771Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8f0817b8E945..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9a3acb63-5a03-4cf0-81b1-693371af7c86 VfModuleModelInvariantUUID:e1921052-0e71-4a34-99cc-e4a7a5050f07 VfModuleModelDescription:NULL Artifacts UUID List:{ fcf52333-38b9-4d87-92eb-9cdd5a9b0421 , 70b5463f-061d-4550-906a-51ba9d1003e2 } 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-18T04:11:26.771Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fcf52333-38b9-4d87-92eb-9cdd5a9b0421 from URL: /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml 2022-11-18T04:11:26.771Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:11:26.771Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml 2022-11-18T04:11:26.855Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:11:26.856Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml fcf52333-38b9-4d87-92eb-9cdd5a9b0421 20368 2022-11-18T04:11:26.857Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-18T04:11:26.857Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml 2022-11-18T04:11:26.857Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:11:26.857Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:26.859Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:26.859Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744686857, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:11:26.960Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:11:26.961Z||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-18T04:11:26.961Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:26.972Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:26.973Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:27.860Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 70b5463f-061d-4550-906a-51ba9d1003e2 from URL: /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env 2022-11-18T04:11:27.860Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:11:27.861Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env 2022-11-18T04:11:27.932Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:11:27.933Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env 70b5463f-061d-4550-906a-51ba9d1003e2 2098 2022-11-18T04:11:27.933Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-18T04:11:27.934Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env 2022-11-18T04:11:27.934Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:11:27.934Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:27.937Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:27.937Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744687933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:11:28.038Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:11:28.039Z||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-18T04:11:28.039Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:28.050Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:28.050Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:28.938Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 147d5f82-04b0-40c6-8c32-4e3c03c04d9d 2022-11-18T04:11:28.939Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8f0817b8-e945 0 c7bbae3f-123d-4ab9-9a8b-c519bcdb7926 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-18T04:11:28.976Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fd8a730, org.onap.sdc.toscaparser.api.parameters.Input@19585532, org.onap.sdc.toscaparser.api.parameters.Input@33a40fa5, org.onap.sdc.toscaparser.api.parameters.Input@46677f11, org.onap.sdc.toscaparser.api.parameters.Input@4c8ca1ca] 2022-11-18T04:11:28.980Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:28.980Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:28.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-18T04:11:28.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= efdd8370-af45-4af4-94b5-54ce54b24773 2022-11-18T04:11:28.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: efdd8370-af45-4af4-94b5-54ce54b24773 matches Tosca VF Customization UUID: efdd8370-af45-4af4-94b5-54ce54b24773 2022-11-18T04:11:28.981Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: efdd8370-af45-4af4-94b5-54ce54b24773 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-18T04:11:28.988Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:28.988Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:28.989Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id efdd8370-af45-4af4-94b5-54ce54b24773: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-18T04:11:28.989Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4df5955a 2022-11-18T04:11:28.989Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:28.990Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:11:28.990Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 063377b0-9a75-4969-8f86-16b528b45302 2022-11-18T04:11:28.991Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 063377b0-9a75-4969-8f86-16b528b45302 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-18T04:11:28.996Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:28.997Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria 2022-11-18T04:11:28.997Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:11:28.998Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:28.998Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria 2022-11-18T04:11:28.998Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:11:28.998Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:28.998Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria 2022-11-18T04:11:28.999Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T04:11:28.999Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T04:11:28.999Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-18T04:11:28.999Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-18T04:11:28.999Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-18T04:11:29.000Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-18T04:11:29.000Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:29.000Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-18T04:11:29.000Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:29.000Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-18T04:11:29.001Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T04:11:29.001Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bfaf4a3c-7c25-48b1-83d5-9cac2a7c589a 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-18T04:11:29.011Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.011Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria 2022-11-18T04:11:29.011Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:11:29.011Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.012Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria 2022-11-18T04:11:29.012Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T04:11:29.012Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T04:11:29.012Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-18T04:11:29.012Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-18T04:11:29.013Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:29.013Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T04:11:29.013Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-18T04:11:29.013Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-18T04:11:29.013Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-18T04:11:29.014Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:29.014Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-18T04:11:29.014Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T04:11:29.014Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93aa75f9-c747-44e9-b9c9-6fc2916ed937 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-18T04:11:29.016Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.016Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria 2022-11-18T04:11:29.016Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:11:29.019Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.019Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is not matching search criteria 2022-11-18T04:11:29.019Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-18T04:11:29.020Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-18T04:11:29.021Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-18T04:11:29.021Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-18T04:11:29.021Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-18T04:11:29.021Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-18T04:11:29.021Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-18T04:11:29.022Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8977dd7e-de0a-4e66-bdfb-0a11567e4721 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-18T04:11:29.024Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.024Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria 2022-11-18T04:11:29.024Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:11:29.025Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.025Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Node template vFW 8f0817b8-e945 0 is matching search criteria 2022-11-18T04:11:29.025Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8f0817b8-e945 0] matching following query criteria: sdcType=VF, customizationUUID=efdd8370-af45-4af4-94b5-54ce54b24773 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-18T04:11:29.027Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.027Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:29.027Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 147d5f82-04b0-40c6-8c32-4e3c03c04d9d: vFW 8f0817b8-e945 2022-11-18T04:11:29.027Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.028Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:29.028Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.028Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:29.028Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.029Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:29.029Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.029Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:29.029Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:11:29.029Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-18 04-09-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:11:29.030Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-11-18 04-09-41 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T04:11:29.295Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8f0817b8-e945 c7bbae3f-123d-4ab9-9a8b-c519bcdb7926 1 ASDC deployResourceStructure 2022-11-18T04:11:29.295Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json ASDC sendASDCNotification 2022-11-18T04:11:29.295Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json 2022-11-18T04:11:29.295Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:11:29.296Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:29.298Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:29.298Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744689295, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:11:29.398Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:11:29.399Z||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-18T04:11:29.399Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:29.410Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:29.410Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:30.299Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-18T04:11:30.299Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml 2022-11-18T04:11:30.300Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:11:30.300Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:30.302Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:30.303Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744690299, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:11:30.403Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:11:30.404Z||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-18T04:11:30.404Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:30.428Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:30.429Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:31.304Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-18T04:11:31.305Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env 2022-11-18T04:11:31.305Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:11:31.305Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:31.307Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:31.309Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744691304, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-18T04:11:31.408Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:11:31.409Z||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-18T04:11:31.409Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:31.421Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:31.421Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:32.310Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar ASDC sendASDCNotification 2022-11-18T04:11:32.311Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar 2022-11-18T04:11:32.311Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:11:32.311Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:11:32.314Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:11:32.314Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744692310, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:11:32.414Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:11:32.415Z||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-18T04:11:32.415Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:11:32.427Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:11:32.427Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:11:33.315Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:11:33.334Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:11:33.338Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:11:33.338Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:11:33.338Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:12:03.338Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:12:03.351Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:12:03.354Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:12:03.354Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:12:03.354Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:12:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:12:12.819Z||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-18T04:12:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:12:12.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:12:12.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T04:12:12.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744668312, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:12:12.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T04:12:33.355Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:12:33.366Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:12:33.369Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:12:33.369Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:12:33.369Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:13:03.369Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:13:03.380Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:13:03.384Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:13:03.384Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:13:03.384Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:13:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:13:12.819Z||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-18T04:13:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:13:12.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:13:12.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:13:12.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:13:12.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:13:33.384Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:13:33.398Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:13:33.400Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:13:33.401Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:13:33.401Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:14:03.401Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:14:03.413Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:14:03.416Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:14:03.416Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:14:03.417Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:14:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:14:12.819Z||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-18T04:14:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:14:12.849Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:14:12.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744668312, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "NOTIFIED" } 2022-11-18T04:14:12.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744668312, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:14:12.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-18T04:14:12.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744676162, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:14:12.857Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-18T04:14:12.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744672816, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:14:12.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744680979, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:14:12.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744681790, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:14:12.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "aai-ml", "timestamp": 1668744682970, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:14:12.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744682816, "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-18T04:14:12.867Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f30d24f7-52e9-4f5a-8a96-59539d2af04d 2022-11-18T04:14:12.867Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f30d24f7-52e9-4f5a-8a96-59539d2af04d 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-18T04:14:12.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "aai-ml", "timestamp": 1668744683976, "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-18T04:14:12.881Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f30d24f7-52e9-4f5a-8a96-59539d2af04d 2022-11-18T04:14:12.882Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f30d24f7-52e9-4f5a-8a96-59539d2af04d 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-18T04:14:12.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744685747, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:14:12.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744686857, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:14:12.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744687933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:14:12.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744689295, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/vfw8f0817b8e9450_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:14:12.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744690299, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:14:12.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744691304, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/resourceInstances/vfw8f0817b8e9450/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-18T04:14:12.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744692310, "artifactURL": "/sdc/v1/catalog/services/Vfw20221118040941/1.0/artifacts/service-Vfw20221118040941-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:14:12.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "cds", "timestamp": 1668744700992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744698312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "cds", "timestamp": 1668744700992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744698312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "cds", "timestamp": 1668744700992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744698312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "cds", "timestamp": 1668744700992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744698312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "cds", "timestamp": 1668744700992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744698312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "cds", "timestamp": 1668744700992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744698312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "cds", "timestamp": 1668744700992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:14:12.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744698312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:14:12.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744709512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744711060, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:14:12.901Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "cds", "timestamp": 1668744710291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:14:12.901Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744709512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:14:12.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "cds", "timestamp": 1668744711297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-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-18T04:14:12.914Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 2022-11-18T04:14:12.914Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 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-18T04:14:12.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744709512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T04:14:12.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "ves-openapi-manager", "timestamp": 1668744712385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744713390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:14:12.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744709512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "ves-openapi-manager", "timestamp": 1668744712385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668744714394, "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-18T04:14:12.929Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 2022-11-18T04:14:12.930Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 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-18T04:14:12.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744709512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T04:14:12.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "ves-openapi-manager", "timestamp": 1668744712385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744709512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "ves-openapi-manager", "timestamp": 1668744712385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744709512, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:14:12.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "ves-openapi-manager", "timestamp": 1668744712385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744717251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:14:12.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "ves-openapi-manager", "timestamp": 1668744712385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "aai-ml", "timestamp": 1668744718077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "ves-openapi-manager", "timestamp": 1668744712385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744718308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:14:12.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "aai-ml", "timestamp": 1668744718077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744719439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:14:12.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "aai-ml", "timestamp": 1668744718077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744720468, "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-18T04:14:12.948Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 2022-11-18T04:14:12.948Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 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-18T04:14:12.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "aai-ml", "timestamp": 1668744718077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1668744721472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:14:12.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:12.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "aai-ml", "timestamp": 1668744718077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "aai-ml", "timestamp": 1668744718077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:14:12.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "aai-ml", "timestamp": 1668744718077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:14:12.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:14:12.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:14:12.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "aai-ml", "timestamp": 1668744725820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:14:12.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:14:33.417Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:14:33.433Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:14:33.437Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:14:33.437Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:14:33.437Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T04:14:33.437Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T04:14:33.438Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:14:33.438Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:14:33.438Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:14:33.438Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:14:33.438Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:14:33.439Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T04:14:33.446Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T04:15:03.447Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d 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-18T04:15:03.460Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f30d24f7-52e9-4f5a-8a96-59539d2af04d and serviceModelVersionId: 147d5f82-04b0-40c6-8c32-4e3c03c04d9d 2022-11-18T04:15:03.460Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7290f25b-ac75-4023-98f1-850f58405493 2022-11-18T04:15:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:15:12.854Z||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-18T04:15:12.854Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:15:13.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:13.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:15:13.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "aai-ml", "timestamp": 1668744733328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:15:13.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:15:13.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:15:13.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "aai-ml", "timestamp": 1668744734333, "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-18T04:15:13.399Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 2022-11-18T04:15:13.399Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 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-18T04:15:18.246Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0 2022-11-18T04:15:18.360Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T04:15:18.854Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0|INFO|500||Invoke 2022-11-18T04:15:18.863Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f30d24f7-52e9-4f5a-8a96-59539d2af04d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c22fe643-a52e-446f-b645-0bf6684abe37], X-ECOMP-RequestID=[f30d24f7-52e9-4f5a-8a96-59539d2af04d], X-TransactionId=[], X-ONAP-RequestID=[f30d24f7-52e9-4f5a-8a96-59539d2af04d], Content-Type=[application/merge-patch+json]} 2022-11-18T04:15:19.003Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T04:15:19.201Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?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/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-04:15:19:046-35074], vertex-id=[344248], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:15:19 GMT], Content-Type=[application/json]} 2022-11-18T04:15:19.203Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T04:15:19.204Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7290f25b-ac75-4023-98f1-850f58405493/model-vers/model-ver/147d5f82-04b0-40c6-8c32-4e3c03c04d9d?depth=0|INFO|500||InvokeReturn 2022-11-18T04:15:19.208Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T04:15:19.208Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T04:15:19.213Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T04:15:19.214Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f30d24f7-52e9-4f5a-8a96-59539d2af04d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T04:15:19.215Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T04:15:19.215Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:19.218Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:19.218Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744919214, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:15:19.318Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:19.319Z||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-18T04:15:19.319Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:19.336Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:19.337Z||pool-18-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-18T04:15:20.237Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:15:20.238Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|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-18T04:15:20.238Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:15:24.711Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:24.712Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T04:15:24.713Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f67cba48-a5b4-4fe4-aca1-f1aa25def4c0","serviceName":"basic_onboard_NjbAnJ","serviceVersion":"1.0","serviceUUID":"d13f1ed9-dc82-4f1b-b469-bcac6e62a64c","serviceDescription":"service","serviceInvariantUUID":"883acbb0-f31e-45a0-8052-93b939a129ba","resources":[{"resourceInstanceName":"basic_onboard_NjbAnJ 0","resourceName":"basic_onboard_NjbAnJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe","resourceInvariantUUID":"0dbb4d04-94f6-4926-993d-5e2ce8a4ed2d","resourceCustomizationUUID":"dd08870b-2e95-423c-8199-787ee5b2048e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml","artifactChecksum":"MDE2NmRmM2VhYTMwMjhlZmRiMGZjMTY4YzY0ZWIwMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60dd1000-b925-4c54-8697-b33378e6c6a1","artifactVersion":"1"},{"artifactName":"basic_onboard_njbanj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json","artifactChecksum":"ZjAzMGMxNDkwYzM4ODlkODQ1MWQ4YWU1NzJjZjE4YWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"99b02657-d59c-47a9-adcf-f245ba6426c5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c38c55b1-8262-46c0-a764-183f47165d9d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ecf5fe7-3eba-42d8-844c-6704d36950ed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5baa5172-36a8-47ad-a3d0-7d525bbc9305","artifactVersion":"2","generatedFromUUID":"c38c55b1-8262-46c0-a764-183f47165d9d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNjbanj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml","artifactChecksum":"ZmI5MjIyMmNhNTIyNjU1NDlkM2Y5MmU1MzdkYzRhMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd4dc607-4df1-4197-8b85-f614a9ba07d4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNjbanj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar","artifactChecksum":"Yzc2YjdjMTU0MWYzNTUwOGY4MGE1YWJjMjI0N2NkNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51bed4b9-ea59-4dd2-ba74-b013cbf8858b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T04:15:24.716Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:15:24.716Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:24.718Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:24.718Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:15:24.819Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:24.820Z||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-18T04:15:24.820Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:24.833Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:24.833Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:25.719Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:15:25.721Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:25.724Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:25.724Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:15:25.824Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:25.825Z||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-18T04:15:25.825Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:25.836Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:25.836Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:15:26.725Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:15:26.726Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:26.729Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:26.729Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T04:15:26.830Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:26.831Z||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-18T04:15:26.831Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:26.853Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:26.853Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:15:27.730Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:15:27.731Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:27.733Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:27.733Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:15:27.834Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:27.835Z||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-18T04:15:27.835Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:27.846Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:27.847Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:28.734Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:15:28.735Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:28.738Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:28.738Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T04:15:28.838Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:28.839Z||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-18T04:15:28.840Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:28.851Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:28.852Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:29.739Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:15:29.740Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:29.742Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:29.742Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:15:29.842Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:29.844Z||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-18T04:15:29.844Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:29.856Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:29.857Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:30.743Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:15:30.744Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:30.745Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:30.746Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:15:30.846Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:30.847Z||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-18T04:15:30.847Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:30.860Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:30.861Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:15:31.747Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "serviceName": "basic_onboard_NjbAnJ", "serviceVersion": "1.0", "serviceUUID": "d13f1ed9-dc82-4f1b-b469-bcac6e62a64c", "serviceDescription": "service", "serviceInvariantUUID": "883acbb0-f31e-45a0-8052-93b939a129ba", "resources": [ { "resourceInstanceName": "basic_onboard_NjbAnJ 0", "resourceCustomizationUUID": "dd08870b-2e95-423c-8199-787ee5b2048e", "resourceName": "basic_onboard_NjbAnJ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe", "resourceInvariantUUID": "0dbb4d04-94f6-4926-993d-5e2ce8a4ed2d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_njbanj0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "artifactChecksum": "ZjAzMGMxNDkwYzM4ODlkODQ1MWQ4YWU1NzJjZjE4YWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "99b02657-d59c-47a9-adcf-f245ba6426c5", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c38c55b1-8262-46c0-a764-183f47165d9d", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5baa5172-36a8-47ad-a3d0-7d525bbc9305", "generatedFromUUID": "c38c55b1-8262-46c0-a764-183f47165d9d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5baa5172-36a8-47ad-a3d0-7d525bbc9305", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNjbanj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "artifactChecksum": "Yzc2YjdjMTU0MWYzNTUwOGY4MGE1YWJjMjI0N2NkNjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "51bed4b9-ea59-4dd2-ba74-b013cbf8858b" } ], "workloadContext": "Production" } 2022-11-18T04:15:31.748Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T04:15:31.748Z|f30d24f7-52e9-4f5a-8a96-59539d2af04d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d13f1ed9-dc82-4f1b-b469-bcac6e62a64c ASDC 2022-11-18T04:15:31.748Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 ServiceName:basic_onboard_NjbAnJ ServiceVersion:1.0 ServiceUUID:d13f1ed9-dc82-4f1b-b469-bcac6e62a64c ServiceInvariantUUID:883acbb0-f31e-45a0-8052-93b939a129ba ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNjbanj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar ArtifactUUID:51bed4b9-ea59-4dd2-ba74-b013cbf8858b ArtifactChecksum:Yzc2YjdjMTU0MWYzNTUwOGY4MGE1YWJjMjI0N2NkNjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_NjbAnJ 0 ResourceCustomizationUUID:dd08870b-2e95-423c-8199-787ee5b2048e ResourceInvariantUUID:0dbb4d04-94f6-4926-993d-5e2ce8a4ed2d ResourceName:basic_onboard_NjbAnJ ResourceType:VF ResourceUUID:53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_njbanj0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json ArtifactUUID:99b02657-d59c-47a9-adcf-f245ba6426c5 ArtifactChecksum:ZjAzMGMxNDkwYzM4ODlkODQ1MWQ4YWU1NzJjZjE4YWQ= 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/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml ArtifactUUID:c38c55b1-8262-46c0-a764-183f47165d9d 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/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env ArtifactUUID:5baa5172-36a8-47ad-a3d0-7d525bbc9305 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/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env ArtifactUUID:5baa5172-36a8-47ad-a3d0-7d525bbc9305 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T04:15:31.748Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d13f1ed9-dc82-4f1b-b469-bcac6e62a64c 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-18T04:15:31.781Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:15:31.782Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:15:31.782Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:15:31.782Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 51bed4b9-ea59-4dd2-ba74-b013cbf8858b from URL: /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:31.782Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:15:31.782Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:32.042Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:15:32.046Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar 51bed4b9-ea59-4dd2-ba74-b013cbf8858b 75309 2022-11-18T04:15:32.046Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar ASDC sendASDCNotification 2022-11-18T04:15:32.046Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:32.046Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:15:32.047Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:32.049Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:32.049Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744932046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:15:32.150Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:15:32.150Z||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-18T04:15:32.151Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:32.161Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:32.162Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:33.050Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:15:33.052Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:15:33.052Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 51bed4b9-ea59-4dd2-ba74-b013cbf8858b, URL: /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar to file: /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:33.052Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:33.053Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:33.053Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:33.177Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12872957832611906156/Definitions/service-BasicOnboardNjbanj-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-18T04:15:34.328Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T04:15:34.329Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T04:15:34.329Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:34.329Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T04:15:34.330Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NjbAnJ 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-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:34.330Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:34.330Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:34.330Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:34.330Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:34.331Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:34.331Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:34.331Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T04:15:34.331Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.331Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:34.332Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria 2022-11-18T04:15:34.332Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T04:15:34.332Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:15:34.333Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.333Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:34.333Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria 2022-11-18T04:15:34.333Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T04:15:34.334Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:15:34.334Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.334Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:34.334Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.334Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is not matching search criteria 2022-11-18T04:15:34.335Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-18T04:15:34.335Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-18T04:15:34.335Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-18T04:15:34.335Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T04:15:34.336Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T04:15:34.336Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.336Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:15:34.336Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.337Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria 2022-11-18T04:15:34.337Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:15:34.337Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.337Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria 2022-11-18T04:15:34.338Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:15:34.338Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.338Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria 2022-11-18T04:15:34.338Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:15:34.339Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.339Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is not matching search criteria 2022-11-18T04:15:34.339Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-18T04:15:34.339Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T04:15:34.340Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=02912809-a1b0-4a64-98c7-b8c87e37988b 2022-11-18T04:15:34.340Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.340Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:34.340Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.340Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:34.341Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.341Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:34.341Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:34.341Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:34.342Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_NjbAnJ Description:service Model UUID:d13f1ed9-dc82-4f1b-b469-bcac6e62a64c Model Version:NULL Model InvariantUuid:883acbb0-f31e-45a0-8052-93b939a129ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_NjbAnJ Model UUID:9fe16e73-4b5d-4e54-b92a-3b9139338f6e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0dbb4d04-94f6-4926-993d-5e2ce8a4ed2d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dd08870b-2e95-423c-8199-787ee5b2048e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4970a058-4558-49f7-b7a1-287a6a4f5734 ModelName:BasicOnboardNjbanj..base_ubuntu18..module-0 ModelUuid:d7043e09-1403-48a4-8016-9ee9a56eb4e0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:02912809-a1b0-4a64-98c7-b8c87e37988b ModelInvariantUuid:d2d1fa4d-60d2-49ce-a99c-5f28886d97d4 ModelName:basic_onboard_NjbAnJ-nodes.ubuntu18Cvfc ModelUuid:4acbb9d3-5526-4b4c-9664-311db0e49bda ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:57f9e875-d7a7-4264-b2d6-336909af6c42 ModelInvariantUuid:7b6915b0-2c7f-4af2-8b9d-76c1359c2421 ModelName:BasicOnboardNjbanj.compute.nodes.heat.ubuntu18 ModelUuid:cef9a3c6-4559-416a-a398-fe605c571e8b 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-18T04:15:34.351Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe 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-18T04:15:34.354Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||basic_onboard_NjbAnJ 0 2022-11-18T04:15:34.355Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe 2022-11-18T04:15:34.355Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 99b02657-d59c-47a9-adcf-f245ba6426c5 from URL: /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json 2022-11-18T04:15:34.355Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:15:34.356Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json 2022-11-18T04:15:34.422Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:15:34.423Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json 99b02657-d59c-47a9-adcf-f245ba6426c5 798 2022-11-18T04:15:34.423Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json ASDC sendASDCNotification 2022-11-18T04:15:34.424Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json 2022-11-18T04:15:34.424Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:15:34.424Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:34.426Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:34.427Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744934423, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:15:34.527Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:34.528Z||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-18T04:15:34.528Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:34.539Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:34.539Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:35.428Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNjbanj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4970a058-4558-49f7-b7a1-287a6a4f5734", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d7043e09-1403-48a4-8016-9ee9a56eb4e0", "vfModuleModelCustomizationUUID": "692bf7d9-3c00-46d9-92da-ce2baa9905b6", "isBase": true, "artifacts": [ "c38c55b1-8262-46c0-a764-183f47165d9d", "5baa5172-36a8-47ad-a3d0-7d525bbc9305" ], "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-18T04:15:35.433Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNjbanj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d7043e09-1403-48a4-8016-9ee9a56eb4e0 VfModuleModelInvariantUUID:4970a058-4558-49f7-b7a1-287a6a4f5734 VfModuleModelDescription:NULL Artifacts UUID List:{ c38c55b1-8262-46c0-a764-183f47165d9d , 5baa5172-36a8-47ad-a3d0-7d525bbc9305 } 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-18T04:15:35.435Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNjbanj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4970a058-4558-49f7-b7a1-287a6a4f5734", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d7043e09-1403-48a4-8016-9ee9a56eb4e0", "vfModuleModelCustomizationUUID": "692bf7d9-3c00-46d9-92da-ce2baa9905b6", "isBase": true, "artifacts": [ "c38c55b1-8262-46c0-a764-183f47165d9d", "5baa5172-36a8-47ad-a3d0-7d525bbc9305" ], "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-18T04:15:35.435Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNjbanj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d7043e09-1403-48a4-8016-9ee9a56eb4e0 VfModuleModelInvariantUUID:4970a058-4558-49f7-b7a1-287a6a4f5734 VfModuleModelDescription:NULL Artifacts UUID List:{ c38c55b1-8262-46c0-a764-183f47165d9d , 5baa5172-36a8-47ad-a3d0-7d525bbc9305 } 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-18T04:15:35.435Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c38c55b1-8262-46c0-a764-183f47165d9d from URL: /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml 2022-11-18T04:15:35.435Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:15:35.436Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml 2022-11-18T04:15:35.482Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:15:35.483Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml c38c55b1-8262-46c0-a764-183f47165d9d 5033 2022-11-18T04:15:35.483Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-18T04:15:35.483Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml 2022-11-18T04:15:35.484Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:15:35.484Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:35.486Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:35.487Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744935483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:15:35.587Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:35.588Z||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-18T04:15:35.588Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:35.599Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:35.599Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:36.488Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5baa5172-36a8-47ad-a3d0-7d525bbc9305 from URL: /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env 2022-11-18T04:15:36.489Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:15:36.489Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env 2022-11-18T04:15:36.533Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:15:36.534Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env 5baa5172-36a8-47ad-a3d0-7d525bbc9305 909 2022-11-18T04:15:36.534Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-18T04:15:36.535Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env 2022-11-18T04:15:36.535Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:15:36.535Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:36.538Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:36.538Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744936534, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:15:36.638Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:36.639Z||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-18T04:15:36.639Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:36.654Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:36.655Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:37.539Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d13f1ed9-dc82-4f1b-b469-bcac6e62a64c 2022-11-18T04:15:37.540Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NjbAnJ 0 53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe 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-18T04:15:37.555Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73283845, org.onap.sdc.toscaparser.api.parameters.Input@4d3b9d83, org.onap.sdc.toscaparser.api.parameters.Input@137092c1, org.onap.sdc.toscaparser.api.parameters.Input@1cded9fb, org.onap.sdc.toscaparser.api.parameters.Input@2e863035] 2022-11-18T04:15:37.557Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.557Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:37.558Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-18T04:15:37.558Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= dd08870b-2e95-423c-8199-787ee5b2048e 2022-11-18T04:15:37.558Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd08870b-2e95-423c-8199-787ee5b2048e matches Tosca VF Customization UUID: dd08870b-2e95-423c-8199-787ee5b2048e 2022-11-18T04:15:37.558Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: dd08870b-2e95-423c-8199-787ee5b2048e 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-18T04:15:37.561Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.561Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:37.562Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id dd08870b-2e95-423c-8199-787ee5b2048e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-18T04:15:37.562Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42ca09bc 2022-11-18T04:15:37.563Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.563Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:15:37.564Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 692bf7d9-3c00-46d9-92da-ce2baa9905b6 2022-11-18T04:15:37.564Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 692bf7d9-3c00-46d9-92da-ce2baa9905b6 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-18T04:15:37.568Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.569Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria 2022-11-18T04:15:37.569Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:15:37.570Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.570Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria 2022-11-18T04:15:37.571Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:15:37.571Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.572Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is not matching search criteria 2022-11-18T04:15:37.572Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-18T04:15:37.573Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T04:15:37.573Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=02912809-a1b0-4a64-98c7-b8c87e37988b 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-18T04:15:37.576Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.576Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria 2022-11-18T04:15:37.577Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:15:37.578Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.578Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NjbAnJ 0 is matching search criteria 2022-11-18T04:15:37.578Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NjbAnJ 0] matching following query criteria: sdcType=VF, customizationUUID=dd08870b-2e95-423c-8199-787ee5b2048e 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-18T04:15:37.581Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.581Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:37.582Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d13f1ed9-dc82-4f1b-b469-bcac6e62a64c: basic_onboard_NjbAnJ 2022-11-18T04:15:37.582Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.583Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:37.583Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.584Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:37.584Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.585Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:37.585Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.585Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:37.586Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:15:37.586Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NjbAnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:15:37.587Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_NjbAnJ 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-18T04:15:37.684Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NjbAnJ 53cdcda5-9bb1-42b0-a4e4-4e726abb1fbe 1 ASDC deployResourceStructure 2022-11-18T04:15:37.684Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json ASDC sendASDCNotification 2022-11-18T04:15:37.685Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json 2022-11-18T04:15:37.685Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:15:37.686Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:37.690Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:37.690Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744937684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:15:37.790Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:15:37.791Z||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-18T04:15:37.791Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:37.802Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:37.802Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:38.692Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-18T04:15:38.692Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml 2022-11-18T04:15:38.692Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:15:38.692Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:38.694Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:38.695Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744938691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:15:38.795Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:38.796Z||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-18T04:15:38.796Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:38.815Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:38.815Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:39.696Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-18T04:15:39.696Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env 2022-11-18T04:15:39.696Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:15:39.697Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:39.699Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:39.699Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744939696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-18T04:15:39.799Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:39.800Z||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-18T04:15:39.800Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:39.810Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:39.811Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:40.700Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar ASDC sendASDCNotification 2022-11-18T04:15:40.700Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar 2022-11-18T04:15:40.700Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:15:40.701Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:15:40.703Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:15:40.703Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744940700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:15:40.803Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:15:40.804Z||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-18T04:15:40.804Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:15:40.816Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:15:40.816Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:15:41.704Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:15:41.718Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:15:41.721Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:15:41.722Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:15:41.722Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:15:41.722Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:15:41.722Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T04:15:41.727Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T04:16:11.730Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 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-18T04:16:11.741Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 and serviceModelVersionId: d13f1ed9-dc82-4f1b-b469-bcac6e62a64c 2022-11-18T04:16:11.741Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 883acbb0-f31e-45a0-8052-93b939a129ba 2022-11-18T04:16:11.742Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?depth=0 2022-11-18T04:16:11.747Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T04:16:11.796Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?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-18T04:16:11.796Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?depth=0|INFO|500||Invoke 2022-11-18T04:16:11.828Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T04:16:12.101Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?depth=0|INFO|500||InvokeReturn 2022-11-18T04:16:12.102Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/883acbb0-f31e-45a0-8052-93b939a129ba/model-vers/model-ver/d13f1ed9-dc82-4f1b-b469-bcac6e62a64c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-04:16:11:870-8039], vertex-id=[352440], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:16:11 GMT], Content-Type=[application/json]} 2022-11-18T04:16:12.103Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-18T04:16:12.107Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T04:16:12.107Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T04:16:12.113Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T04:16:12.113Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f67cba48-a5b4-4fe4-aca1-f1aa25def4c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T04:16:12.114Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T04:16:12.114Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:16:12.116Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:16:12.116Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744972114, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:16:12.216Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:16:12.218Z||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-18T04:16:12.218Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:16:12.230Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:16:12.231Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:16:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:16:12.819Z||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-18T04:16:12.819Z||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 VxcOLrvzygydtL6C) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:16:13.129Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:16:13.130Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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-18T04:16:13.130Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:16:13.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:16:13.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f30d24f7-52e9-4f5a-8a96-59539d2af04d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744919214, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:16:13.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:16:13.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:16:13.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:16:13.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:16:13.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T04:16:13.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:16:13.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T04:16:13.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:16:13.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:16:13.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:16:13.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744920237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:16:13.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744932046, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:16:13.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744934423, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:16:13.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744935483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:16:13.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:16:13.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744936534, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:16:13.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:16:13.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744937684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/basic_onboard_njbanj0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:16:13.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744938691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:16:13.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744939696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/resourceInstances/basic_onboard_njbanj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-18T04:16:13.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744940700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNjbanj/1.0/artifacts/service-BasicOnboardNjbanj-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:16:13.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:16:13.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:16:13.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f67cba48-a5b4-4fe4-aca1-f1aa25def4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668744972114, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:16:13.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:16:22.682Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:16:22.682Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:16:22.683Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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-18T04:16:22.683Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:16:32.261Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:16:32.261Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:16:32.262Z||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-18T04:16:32.262Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:16:41.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:16:41.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:16:41.804Z||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-18T04:16:41.804Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:16:51.361Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:17:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:17:12.817Z||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-18T04:17:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:17:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:17:12.818Z||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-18T04:17:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:17:22.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:17:22.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:18:12.817Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:18:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:18:12.819Z||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-18T04:18:12.819Z||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-18T04:18:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:18:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:18:22.401Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:18:22.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:19:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:19:12.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:19:12.819Z||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-18T04:19:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:19:12.819Z||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-18T04:19:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:19:22.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:19:22.377Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:20:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:20:12.817Z||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-18T04:20:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:20:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:20:12.818Z||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-18T04:20:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:20:22.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:20:22.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:21:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:21:12.817Z||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-18T04:21:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:21:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:21:12.818Z||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-18T04:21:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:21:22.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:21:22.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:22:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:22:12.817Z||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-18T04:22:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:22:12.818Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:22:12.819Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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-18T04:22:12.819Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:22:22.360Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:22:22.367Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:23:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:23:12.817Z||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-18T04:23:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:23:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:23:12.818Z||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-18T04:23:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:23:22.365Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:23:22.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:24:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:24:12.817Z||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-18T04:24:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:24:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:24:12.818Z||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-18T04:24:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:24:22.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:24:22.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:25:12.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:25:12.817Z||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-18T04:25:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:25:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:25:12.818Z||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-18T04:25:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:25:12.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:25:12.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "ves-openapi-manager", "timestamp": 1668745492385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:25:12.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:25:12.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "multicloud-k8s-id", "timestamp": 1668745489512, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:25:12.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:25:12.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "cds", "timestamp": 1668745495991, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:25:12.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:25:12.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "ves-openapi-manager", "timestamp": 1668745492385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:25:12.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:25:12.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "multicloud-k8s-id", "timestamp": 1668745489512, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:25:12.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "aai-ml", "timestamp": 1668745498077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:25:12.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "cds", "timestamp": 1668745495991, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:25:12.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "aai-ml", "timestamp": 1668745498077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:25:12.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:25:12.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "cds", "timestamp": 1668745498837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:25:12.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:25:12.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "aai-ml", "timestamp": 1668745500893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:25:12.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:25:12.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "cds", "timestamp": 1668745499846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T04:25:12.973Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 519fff79-27d4-411f-b0a7-374c26f35502 2022-11-18T04:25:12.974Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 519fff79-27d4-411f-b0a7-374c26f35502 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-18T04:25:12.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "aai-ml", "timestamp": 1668745505503, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:25:12.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:25:12.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "aai-ml", "timestamp": 1668745506507, "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-18T04:25:12.988Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 519fff79-27d4-411f-b0a7-374c26f35502 2022-11-18T04:25:12.988Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 519fff79-27d4-411f-b0a7-374c26f35502 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-18T04:25:12.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745508312, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:25:12.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:25:12.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745508312, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:25:12.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:25:12.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:25:12.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745511059, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:25:12.997Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:25:13.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:25:13.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T04:25:13.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"519fff79-27d4-411f-b0a7-374c26f35502","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0fabd440-4660-4686-88b4-d66c58db2eda","serviceDescription":"service","serviceInvariantUUID":"37c5f07e-ffc1-4654-a196-5aced0e32acd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d0b3c305-13ff-4143-9bfd-67bae33515a2","resourceInvariantUUID":"24b4106e-d67e-4e0b-8a5a-3001494f6727","resourceCustomizationUUID":"87fb62f2-8854-4443-b5aa-5e481e2f214c","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":"YjE2MmNlYmVlMWYxOTdmODQzMGUzNzk0MDRlOTY5MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"59688ae0-b023-4f94-8a18-2f24b3883f66","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzgxNmE4MjI3M2FiMTdmMTBmOTBlYjJlY2E1OWVmMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8c5138b-55de-43d6-b74d-a79aab9d69b6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T04:25:13.455Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:25:13.455Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:25:13.458Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:25:13.458Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745512816, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:25:13.559Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:25:13.560Z||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-18T04:25:13.560Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:25:13.570Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:25:13.571Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:25:14.459Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:25:14.460Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:25:14.463Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:25:14.463Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745512816, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:25:14.563Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:25:14.564Z||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-18T04:25:14.564Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:25:14.580Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:25:14.581Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:25:15.465Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "0fabd440-4660-4686-88b4-d66c58db2eda", "serviceDescription": "service", "serviceInvariantUUID": "37c5f07e-ffc1-4654-a196-5aced0e32acd", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "87fb62f2-8854-4443-b5aa-5e481e2f214c", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d0b3c305-13ff-4143-9bfd-67bae33515a2", "resourceInvariantUUID": "24b4106e-d67e-4e0b-8a5a-3001494f6727", "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": "MzgxNmE4MjI3M2FiMTdmMTBmOTBlYjJlY2E1OWVmMmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8c5138b-55de-43d6-b74d-a79aab9d69b6" } ], "workloadContext": "Production" } 2022-11-18T04:25:15.465Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T04:25:15.466Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0fabd440-4660-4686-88b4-d66c58db2eda ASDC 2022-11-18T04:25:15.467Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:519fff79-27d4-411f-b0a7-374c26f35502 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:0fabd440-4660-4686-88b4-d66c58db2eda ServiceInvariantUUID:37c5f07e-ffc1-4654-a196-5aced0e32acd 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:b8c5138b-55de-43d6-b74d-a79aab9d69b6 ArtifactChecksum:MzgxNmE4MjI3M2FiMTdmMTBmOTBlYjJlY2E1OWVmMmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:87fb62f2-8854-4443-b5aa-5e481e2f214c ResourceInvariantUUID:24b4106e-d67e-4e0b-8a5a-3001494f6727 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d0b3c305-13ff-4143-9bfd-67bae33515a2 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-18T04:25:15.467Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0fabd440-4660-4686-88b4-d66c58db2eda 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-18T04:25:15.495Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:25:15.497Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:25:15.497Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:25:15.497Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b8c5138b-55de-43d6-b74d-a79aab9d69b6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-18T04:25:15.497Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:25:15.497Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-18T04:25:15.567Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:25:15.569Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b8c5138b-55de-43d6-b74d-a79aab9d69b6 57662 2022-11-18T04:25:15.570Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-18T04:25:15.570Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-18T04:25:15.570Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:25:15.570Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:25:15.573Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:25:15.573Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745515570, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:25:15.673Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:25:15.674Z||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-18T04:25:15.674Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:25:15.686Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:25:15.687Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:25:16.574Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:25:16.575Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:25:16.575Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b8c5138b-55de-43d6-b74d-a79aab9d69b6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:16.575Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-18T04:25:16.576Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:16.576Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:16.765Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15601476319819478369/Definitions/service-BasicNetwork-template.yml 2022-11-18T04:25:17.275Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T04:25:17.276Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-11-18T04:25:17.276Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:17.276Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-18T04:25:17.276Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:17.276Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-11-18T04:25:17.277Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.278Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.278Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-18T04:25:17.278Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-11-18T04:25:17.278Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:25:17.278Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.279Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.280Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.280Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.280Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.281Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.281Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.281Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.281Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.281Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:0fabd440-4660-4686-88b4-d66c58db2eda Model Version:NULL Model InvariantUuid:37c5f07e-ffc1-4654-a196-5aced0e32acd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:24b4106e-d67e-4e0b-8a5a-3001494f6727 Model UUID:ae963b48-e84b-4f47-898c-a5f1055cea76 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:87fb62f2-8854-4443-b5aa-5e481e2f214c 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-18T04:25:17.288Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: d0b3c305-13ff-4143-9bfd-67bae33515a2 2022-11-18T04:25:17.288Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||No resources found for Service: 0fabd440-4660-4686-88b4-d66c58db2eda 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-18T04:25:17.293Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500|| 2022-11-18T04:25:17.294Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-18T04:25:17.295Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0fabd440-4660-4686-88b4-d66c58db2eda 2022-11-18T04:25:17.295Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0fabd440-4660-4686-88b4-d66c58db2eda 2022-11-18T04:25:17.295Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-18T04:25:17.295Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-18T04:25:17.300Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9b0a35c, org.onap.sdc.toscaparser.api.parameters.Input@6025c9cb, org.onap.sdc.toscaparser.api.parameters.Input@4b979ca, org.onap.sdc.toscaparser.api.parameters.Input@5ca704f4, org.onap.sdc.toscaparser.api.parameters.Input@5081f67f] 2022-11-18T04:25:17.302Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.302Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.303Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.303Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.303Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0fabd440-4660-4686-88b4-d66c58db2eda: Generic NeutronNet 2022-11-18T04:25:17.303Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.304Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.304Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.304Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-18T04:25:17.334Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.335Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.335Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.335Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.335Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:25:17.336Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:25:17.336Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||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-18T04:25:17.392Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-18T04:25:17.392Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-18T04:25:17.392Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-18T04:25:17.393Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:25:17.393Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:25:17.395Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:25:17.395Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745517392, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:25:17.495Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:25:17.496Z||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-18T04:25:17.496Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:25:17.509Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:25:17.509Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:25:18.400Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:25:18.413Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:25:18.415Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:25:18.415Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:25:18.415Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:25:18.415Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:25:48.416Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:25:48.430Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:25:48.436Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:25:48.436Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:25:48.436Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:25:48.436Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:26:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:26:12.819Z||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-18T04:26:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:26:12.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:26:12.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:26:12.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745512801, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:26:12.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:26:18.436Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:26:18.447Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:26:18.452Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:26:18.452Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:26:18.452Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:26:18.452Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:26:48.452Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:26:48.463Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:26:48.465Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:26:48.465Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:26:48.465Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:26:48.466Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:27:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:27:12.819Z||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-18T04:27:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:27:12.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:27:12.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745512816, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745513805, "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-18T04:27:12.854Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 519fff79-27d4-411f-b0a7-374c26f35502 2022-11-18T04:27:12.854Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 519fff79-27d4-411f-b0a7-374c26f35502 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-18T04:27:12.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745512816, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:27:12.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745515570, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:27:12.865Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:27:12.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745517392, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:27:12.865Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:27:12.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "aai-ml", "timestamp": 1668745558077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "cds", "timestamp": 1668745555991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "cds", "timestamp": 1668745555991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "aai-ml", "timestamp": 1668745558077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "cds", "timestamp": 1668745555991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "aai-ml", "timestamp": 1668745558077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "cds", "timestamp": 1668745555991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "aai-ml", "timestamp": 1668745558077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745568312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "cds", "timestamp": 1668745555991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "aai-ml", "timestamp": 1668745558077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745568312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "cds", "timestamp": 1668745555991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "aai-ml", "timestamp": 1668745558077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "multicloud-k8s-id", "timestamp": 1668745569512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745568312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "cds", "timestamp": 1668745555991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "aai-ml", "timestamp": 1668745558077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "multicloud-k8s-id", "timestamp": 1668745569512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745568312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:12.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "aai-ml", "timestamp": 1668745558077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:27:12.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:12.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:27:12.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "cds", "timestamp": 1668745555991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:27:12.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:27:18.466Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:27:18.477Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:27:18.480Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:27:18.481Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:27:18.481Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:27:18.481Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T04:27:18.487Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T04:27:48.487Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 519fff79-27d4-411f-b0a7-374c26f35502 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-18T04:27:48.494Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 519fff79-27d4-411f-b0a7-374c26f35502 and serviceModelVersionId: 0fabd440-4660-4686-88b4-d66c58db2eda 2022-11-18T04:27:48.494Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 37c5f07e-ffc1-4654-a196-5aced0e32acd 2022-11-18T04:27:48.495Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?depth=0 2022-11-18T04:27:48.500Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T04:27:48.549Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?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-18T04:27:48.552Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?depth=0|INFO|500||Invoke 2022-11-18T04:27:48.579Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T04:27:48.700Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?depth=0|INFO|500||InvokeReturn 2022-11-18T04:27:48.701Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37c5f07e-ffc1-4654-a196-5aced0e32acd/model-vers/model-ver/0fabd440-4660-4686-88b4-d66c58db2eda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-04:27:48:560-83077], vertex-id=[229568], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:27:48 GMT], Content-Type=[application/json]} 2022-11-18T04:27:48.702Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-11-18T04:27:48.702Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T04:27:48.702Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T04:27:48.710Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T04:27:48.711Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 519fff79-27d4-411f-b0a7-374c26f35502 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T04:27:48.711Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T04:27:48.711Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:27:48.713Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:27:48.713Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745668711, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:27:48.813Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:27:48.814Z||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-18T04:27:48.814Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:27:48.831Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:27:48.832Z||pool-39-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-18T04:27:49.730Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:27:49.731Z|519fff79-27d4-411f-b0a7-374c26f35502|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-18T04:27:49.731Z|519fff79-27d4-411f-b0a7-374c26f35502|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:27:54.192Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:27:54.194Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T04:27:54.194Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e315d28-c959-44ad-887e-09df6014e54b","serviceName":"Demo_pNF_TgcVRFb7Vyz30pzeCMO9","serviceVersion":"1.0","serviceUUID":"c6991627-f56e-479c-9872-e1950a1ef01a","serviceDescription":"catalog service description","serviceInvariantUUID":"957e24f5-1e30-4df8-8fe2-1642126a95ed","resources":[{"resourceInstanceName":"pNF 3570482e-f5f7 0","resourceName":"pNF 3570482e-f5f7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c10b35f1-be8d-4891-8746-1e85bcb5d4a5","resourceInvariantUUID":"32011e49-769b-4d0a-8d9d-e5674600a9b4","resourceCustomizationUUID":"a6c22b92-bada-4b95-8df6-59f359c90f76","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml","artifactChecksum":"MzI0OGZhYTcwNjNhZjZkZDg1Y2JjZGVkMDk1ZDA4OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5da3211b-37b6-4c30-bf36-16316c82e814","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar","artifactChecksum":"NWEzMDM0YTQ2NzRjOWViN2RhNDYwM2U3NjkwOTdhYTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49a019ea-0f22-48ba-8702-676c0b8a58aa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c90c069-3194-4432-9c3b-8ad756cce653","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml","artifactChecksum":"YTlhYWY1OGY3YTZmZGQwN2RjMjc2ZDU4NjAwMGYzMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa30b45f-9440-427b-90d1-8891ab9abf15","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f9602dd-2ee1-4291-9449-b807910ee8ac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"493995f3-9e38-45e2-88c4-327f1b87af98","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml","artifactChecksum":"MmUwOWFjOWMyZDg0MWM0N2JhODNiYTM3NTZmNjI5MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"400dd18d-8af1-4c55-901c-d4604db3d95a","artifactVersion":"1"},{"artifactName":"service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar","artifactChecksum":"ODRiNjE3M2UyZGVjYmMwNGU1MmU1MDNhY2Y0ZmRhYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07583f95-df05-4434-9f42-ad59e58b9d26","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T04:27:54.196Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:27:54.197Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:27:54.199Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:27:54.199Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:54.299Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:27:54.300Z||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-18T04:27:54.300Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:27:54.313Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:27:54.313Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:27:55.200Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:27:55.201Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:27:55.203Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:27:55.203Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:55.303Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:27:55.304Z||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-18T04:27:55.304Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:27:55.413Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:27:55.414Z||pool-41-thread-1|||||INFO|500||cambria reply ok (111 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:27:56.203Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:27:56.204Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:27:56.206Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:27:56.207Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:56.307Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:27:56.308Z||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-18T04:27:56.308Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:27:56.321Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:27:56.321Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:27:57.210Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:27:57.211Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:27:57.213Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:27:57.213Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:57.313Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:27:57.314Z||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-18T04:27:57.314Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:27:57.330Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:27:57.331Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:27:58.214Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:27:58.214Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:27:58.216Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:27:58.217Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:58.317Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:27:58.317Z||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-18T04:27:58.318Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:27:58.329Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:27:58.329Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:27:59.217Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:27:59.218Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:27:59.221Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:27:59.221Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:27:59.321Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:27:59.322Z||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-18T04:27:59.322Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:27:59.333Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:27:59.334Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:28:00.227Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:28:00.227Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:28:00.234Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:28:00.234Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:28:00.334Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:28:00.335Z||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-18T04:28:00.335Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:28:00.360Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:28:00.360Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:28:01.235Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:28:01.236Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:28:01.238Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:28:01.238Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:28:01.338Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:28:01.339Z||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-18T04:28:01.339Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:28:01.362Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:28:01.362Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:28:02.239Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "serviceName": "Demo_pNF_TgcVRFb7Vyz30pzeCMO9", "serviceVersion": "1.0", "serviceUUID": "c6991627-f56e-479c-9872-e1950a1ef01a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "957e24f5-1e30-4df8-8fe2-1642126a95ed", "resources": [ { "resourceInstanceName": "pNF 3570482e-f5f7 0", "resourceCustomizationUUID": "a6c22b92-bada-4b95-8df6-59f359c90f76", "resourceName": "pNF 3570482e-f5f7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c10b35f1-be8d-4891-8746-1e85bcb5d4a5", "resourceInvariantUUID": "32011e49-769b-4d0a-8d9d-e5674600a9b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "artifactChecksum": "ODRiNjE3M2UyZGVjYmMwNGU1MmU1MDNhY2Y0ZmRhYTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "07583f95-df05-4434-9f42-ad59e58b9d26" } ], "workloadContext": "Production" } 2022-11-18T04:28:02.240Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T04:28:02.240Z|519fff79-27d4-411f-b0a7-374c26f35502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c6991627-f56e-479c-9872-e1950a1ef01a ASDC 2022-11-18T04:28:02.241Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9e315d28-c959-44ad-887e-09df6014e54b ServiceName:Demo_pNF_TgcVRFb7Vyz30pzeCMO9 ServiceVersion:1.0 ServiceUUID:c6991627-f56e-479c-9872-e1950a1ef01a ServiceInvariantUUID:957e24f5-1e30-4df8-8fe2-1642126a95ed ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar ArtifactUUID:07583f95-df05-4434-9f42-ad59e58b9d26 ArtifactChecksum:ODRiNjE3M2UyZGVjYmMwNGU1MmU1MDNhY2Y0ZmRhYTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3570482e-f5f7 0 ResourceCustomizationUUID:a6c22b92-bada-4b95-8df6-59f359c90f76 ResourceInvariantUUID:32011e49-769b-4d0a-8d9d-e5674600a9b4 ResourceName:pNF 3570482e-f5f7 ResourceType:PNF ResourceUUID:c10b35f1-be8d-4891-8746-1e85bcb5d4a5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-18T04:28:02.241Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6991627-f56e-479c-9872-e1950a1ef01a 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-18T04:28:02.269Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:28:02.270Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:28:02.270Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:28:02.270Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 07583f95-df05-4434-9f42-ad59e58b9d26 from URL: /sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:02.270Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:28:02.271Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:02.362Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:28:02.366Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 07583f95-df05-4434-9f42-ad59e58b9d26 87778 2022-11-18T04:28:02.367Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar ASDC sendASDCNotification 2022-11-18T04:28:02.367Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:02.367Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:28:02.368Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:28:02.370Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:28:02.370Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745682366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:28:02.470Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:28:02.471Z||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-18T04:28:02.471Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:28:02.511Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:28:02.511Z||pool-48-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:28:03.370Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:28:03.372Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:28:03.372Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 07583f95-df05-4434-9f42-ad59e58b9d26, URL: /sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar to file: /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:03.372Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:03.373Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:03.373Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:03.556Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1575524148635660285/Definitions/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml 2022-11-18T04:28:04.278Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T04:28:04.279Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-11-18T04:28:04.279Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:04.279Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T04:28:04.279Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:04.279Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3570482e-f5f7 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-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:04.280Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-11-18T04:28:04.281Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:28:04.281Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:28:04.281Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Node template pNF 3570482e-f5f7 0 is matching search criteria 2022-11-18T04:28:04.281Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-11-18T04:28:04.281Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3570482e-f5f7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Node template pNF 3570482e-f5f7 0 is matching search criteria 2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3570482e-f5f7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:28:04.282Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:28:04.283Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:28:04.283Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:28:04.283Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:28:04.283Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:28:04.283Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:28:04.284Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:28:04.284Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:28:04.284Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:28:04.284Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:28:04.284Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_TgcVRFb7Vyz30pzeCMO9 Description:catalog service description Model UUID:c6991627-f56e-479c-9872-e1950a1ef01a Model Version:NULL Model InvariantUuid:957e24f5-1e30-4df8-8fe2-1642126a95ed 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-18T04:28:04.408Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: c10b35f1-be8d-4891-8746-1e85bcb5d4a5 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-18T04:28:04.411Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||pNF 3570482e-f5f7 0 2022-11-18T04:28:04.411Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c10b35f1-be8d-4891-8746-1e85bcb5d4a5 2022-11-18T04:28:04.411Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c6991627-f56e-479c-9872-e1950a1ef01a 2022-11-18T04:28:04.411Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c6991627-f56e-479c-9872-e1950a1ef01a 2022-11-18T04:28:04.412Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3570482e-f5f7 0 c10b35f1-be8d-4891-8746-1e85bcb5d4a5 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-18T04:28:04.416Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d109c46, org.onap.sdc.toscaparser.api.parameters.Input@3b634eaa, org.onap.sdc.toscaparser.api.parameters.Input@6caa709f, org.onap.sdc.toscaparser.api.parameters.Input@35e19bcd, org.onap.sdc.toscaparser.api.parameters.Input@6c4ac39b] 2022-11-18T04:28:04.416Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:28:04.416Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:28:04.416Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c6991627-f56e-479c-9872-e1950a1ef01a: pNF 3570482e-f5f7 2022-11-18T04:28:04.417Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Processing PNF resource: c10b35f1-be8d-4891-8746-1e85bcb5d4a5 2022-11-18T04:28:04.417Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:28:04.417Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_TgcVRFb7Vyz30pzeCMO9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:28:04.417Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||Resource customization UUID: a6c22b92-bada-4b95-8df6-59f359c90f76 is the same as notified resource customizationUUID: a6c22b92-bada-4b95-8df6-59f359c90f76 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-18T04:28:04.456Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3570482e-f5f7 c10b35f1-be8d-4891-8746-1e85bcb5d4a5 0 ASDC deployResourceStructure 2022-11-18T04:28:04.456Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar ASDC sendASDCNotification 2022-11-18T04:28:04.456Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar 2022-11-18T04:28:04.457Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:28:04.457Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:28:04.459Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:28:04.460Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745684456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:28:04.560Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:28:04.561Z||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-18T04:28:04.561Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:28:04.580Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:28:04.581Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:28:05.461Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e315d28-c959-44ad-887e-09df6014e54b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:28:05.481Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e315d28-c959-44ad-887e-09df6014e54b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:28:05.483Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:28:05.483Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:28:05.484Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:28:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:28:12.819Z||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-18T04:28:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:28:12.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:28:12.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:28:12.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745568312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:28:12.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:28:35.484Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e315d28-c959-44ad-887e-09df6014e54b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:28:35.495Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e315d28-c959-44ad-887e-09df6014e54b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:28:35.498Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:28:35.498Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:28:35.498Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:29:05.498Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e315d28-c959-44ad-887e-09df6014e54b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:29:05.510Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e315d28-c959-44ad-887e-09df6014e54b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:29:05.515Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:29:05.515Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:29:05.515Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:29:12.819Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:29:12.820Z||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-18T04:29:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:29:12.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:29:12.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "multicloud-k8s-id", "timestamp": 1668745569512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "aai-ml", "timestamp": 1668745573486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:12.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:12.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "cds", "timestamp": 1668745572374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:12.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:12.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745568312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "multicloud-k8s-id", "timestamp": 1668745569512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "cds", "timestamp": 1668745573380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-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-18T04:29:12.866Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e315d28-c959-44ad-887e-09df6014e54b 2022-11-18T04:29:12.866Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e315d28-c959-44ad-887e-09df6014e54b 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-18T04:29:12.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745568312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "multicloud-k8s-id", "timestamp": 1668745569512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "cds", "timestamp": 1668745574384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "multicloud-k8s-id", "timestamp": 1668745569512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745568312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:29:12.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "cds", "timestamp": 1668745574384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "multicloud-k8s-id", "timestamp": 1668745569512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745577101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:12.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:12.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "cds", "timestamp": 1668745574384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "multicloud-k8s-id", "timestamp": 1668745569512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:29:12.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-18T04:29:12.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "aai-ml", "timestamp": 1668745578667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:29:12.890Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:12.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "cds", "timestamp": 1668745574384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745579053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:29:12.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:12.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "aai-ml", "timestamp": 1668745579673, "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-18T04:29:12.902Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e315d28-c959-44ad-887e-09df6014e54b 2022-11-18T04:29:12.903Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e315d28-c959-44ad-887e-09df6014e54b 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-18T04:29:12.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "cds", "timestamp": 1668745574384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745580057, "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-18T04:29:12.921Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e315d28-c959-44ad-887e-09df6014e54b 2022-11-18T04:29:12.921Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e315d28-c959-44ad-887e-09df6014e54b 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-18T04:29:12.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "cds", "timestamp": 1668745574384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "ves-openapi-manager", "timestamp": 1668745581253, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:12.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:12.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "cds", "timestamp": 1668745574384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "ves-openapi-manager", "timestamp": 1668745582450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:29:12.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:12.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "cds", "timestamp": 1668745574384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "ves-openapi-manager", "timestamp": 1668745583456, "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-18T04:29:12.936Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9e315d28-c959-44ad-887e-09df6014e54b 2022-11-18T04:29:12.936Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e315d28-c959-44ad-887e-09df6014e54b 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-18T04:29:12.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "cds", "timestamp": 1668745574384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:29:12.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "cds", "timestamp": 1668745584153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:12.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:12.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "cds", "timestamp": 1668745585160, "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-18T04:29:12.964Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41b33f49-79af-4bfd-bdd7-7fd818b084da 2022-11-18T04:29:12.965Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b33f49-79af-4bfd-bdd7-7fd818b084da 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-18T04:29:12.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "cds", "timestamp": 1668745586164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "cds", "timestamp": 1668745586164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "cds", "timestamp": 1668745586164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "cds", "timestamp": 1668745586164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "cds", "timestamp": 1668745586164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-18T04:29:12.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "ves-openapi-manager", "timestamp": 1668745572385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "cds", "timestamp": 1668745586164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-18T04:29:12.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "cds", "timestamp": 1668745586164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:29:12.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:29:12.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "ves-openapi-manager", "timestamp": 1668745593493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "cds", "timestamp": 1668745594160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:12.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:12.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-18T04:29:12.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "ves-openapi-manager", "timestamp": 1668745593493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:12.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:12.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:12.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "cds", "timestamp": 1668745595167, "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-18T04:29:12.995Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 2022-11-18T04:29:12.995Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 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-18T04:29:13.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "ves-openapi-manager", "timestamp": 1668745593493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:29:13.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-18T04:29:13.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "ves-openapi-manager", "timestamp": 1668745593493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745597872, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:13.004Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "ves-openapi-manager", "timestamp": 1668745593493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:29:13.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "ves-openapi-manager", "timestamp": 1668745593493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "ves-openapi-manager", "timestamp": 1668745593493, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745599286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:13.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745600405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:13.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745601504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:13.008Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745602567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:13.008Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745603638, "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-18T04:29:13.013Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41b33f49-79af-4bfd-bdd7-7fd818b084da 2022-11-18T04:29:13.013Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b33f49-79af-4bfd-bdd7-7fd818b084da 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-18T04:29:13.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745605078, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:29:13.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "multicloud-k8s-id", "timestamp": 1668745604643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:29:13.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "aai-ml", "timestamp": 1668745606083, "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-18T04:29:13.032Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41b33f49-79af-4bfd-bdd7-7fd818b084da 2022-11-18T04:29:13.033Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b33f49-79af-4bfd-bdd7-7fd818b084da 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-18T04:29:13.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:29:13.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:29:13.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745608075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:13.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T04:29:13.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745610318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:29:13.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T04:29:13.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745611321, "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-18T04:29:13.055Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41b33f49-79af-4bfd-bdd7-7fd818b084da 2022-11-18T04:29:13.056Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b33f49-79af-4bfd-bdd7-7fd818b084da 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-18T04:29:13.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745589512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:29:13.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "aai-ml", "timestamp": 1668745588077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:29:13.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745612728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:13.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "aai-ml", "timestamp": 1668745614183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:13.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745613791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:13.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745614864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:13.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745615887, "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-18T04:29:13.072Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 2022-11-18T04:29:13.072Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 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-18T04:29:13.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:29:13.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "multicloud-k8s-id", "timestamp": 1668745616891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:29:13.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745598312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:29:13.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:29:13.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745619428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:29:13.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745621840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:29:13.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "aai-ml", "timestamp": 1668745622155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:29:13.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:29:13.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668745622846, "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-18T04:29:13.100Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 2022-11-18T04:29:13.100Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 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-18T04:29:13.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:29:13.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "aai-ml", "timestamp": 1668745623159, "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-18T04:29:13.111Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 2022-11-18T04:29:13.111Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 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-18T04:29:35.515Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e315d28-c959-44ad-887e-09df6014e54b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:29:35.526Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e315d28-c959-44ad-887e-09df6014e54b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:29:35.528Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:29:35.528Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:29:35.528Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T04:29:35.528Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T04:29:35.529Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:29:35.529Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:29:35.529Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:29:35.529Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:29:35.529Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:29:35.530Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T04:29:35.535Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T04:30:05.535Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e315d28-c959-44ad-887e-09df6014e54b 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-18T04:30:05.541Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e315d28-c959-44ad-887e-09df6014e54b and serviceModelVersionId: c6991627-f56e-479c-9872-e1950a1ef01a 2022-11-18T04:30:05.541Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 957e24f5-1e30-4df8-8fe2-1642126a95ed 2022-11-18T04:30:05.543Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/957e24f5-1e30-4df8-8fe2-1642126a95ed/model-vers/model-ver/c6991627-f56e-479c-9872-e1950a1ef01a?depth=0 2022-11-18T04:30:05.547Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T04:30:05.596Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/957e24f5-1e30-4df8-8fe2-1642126a95ed/model-vers/model-ver/c6991627-f56e-479c-9872-e1950a1ef01a?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-18T04:30:05.597Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/957e24f5-1e30-4df8-8fe2-1642126a95ed/model-vers/model-ver/c6991627-f56e-479c-9872-e1950a1ef01a?depth=0|INFO|500||Invoke 2022-11-18T04:30:05.620Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/957e24f5-1e30-4df8-8fe2-1642126a95ed/model-vers/model-ver/c6991627-f56e-479c-9872-e1950a1ef01a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T04:30:05.739Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/957e24f5-1e30-4df8-8fe2-1642126a95ed/model-vers/model-ver/c6991627-f56e-479c-9872-e1950a1ef01a?depth=0|INFO|500||InvokeReturn 2022-11-18T04:30:05.739Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/957e24f5-1e30-4df8-8fe2-1642126a95ed/model-vers/model-ver/c6991627-f56e-479c-9872-e1950a1ef01a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-04:30:05:587-13819], vertex-id=[159800], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:30:05 GMT], Content-Type=[application/json]} 2022-11-18T04:30:05.740Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-11-18T04:30:05.740Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T04:30:05.741Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T04:30:05.753Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T04:30:05.753Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e315d28-c959-44ad-887e-09df6014e54b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T04:30:05.753Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T04:30:05.754Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:05.756Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:05.756Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745805753, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:30:05.857Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T04:30:05.858Z||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-18T04:30:05.858Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:05.875Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:05.876Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T04:30:06.767Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T04:30:06.767Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"41b33f49-79af-4bfd-bdd7-7fd818b084da","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"af65d578-2a4f-41ba-b0d7-26e24f1a8879","serviceDescription":"service","serviceInvariantUUID":"2d844c2c-c2a4-4b3a-8586-3713bf0f55a7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"93b44245-822b-4844-85e2-36cdc412b32f","resourceInvariantUUID":"68dd1237-6bda-43fa-9138-fe2743453484","resourceCustomizationUUID":"0d6ee0b5-f46f-47a8-8e32-e7d2c3740b0e","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":"YzhmMzMxZTlhOGUzNTJkY2FjMDhmYzExNTIyNmJiNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5256a254-d04d-43f1-a558-5cf6efcbce32","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":"f1f592bb-b79e-4e8c-8d40-128397970591","artifactVersion":"2","generatedFromUUID":"c36dbdcf-9855-47fd-b620-f954e5c54bd4"},{"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":"c36dbdcf-9855-47fd-b620-f954e5c54bd4","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":"ZTljMDA1MDVlOTc3N2ZhMzlhMDAyNmNhZjExNmJkM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80e82351-10ce-4a31-89fd-801555b20c15","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":"5c4c9b07-c711-4c8d-9f3e-57126f2028ed","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":"410d327a-581b-462c-a487-0539c3bd42e8","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":"9401aca3-63ae-4474-acda-e156cc9102c5","artifactVersion":"2","generatedFromUUID":"5c4c9b07-c711-4c8d-9f3e-57126f2028ed"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmNhMThlNWU0YzdkNTdmOWMwNDQ3ZWUyMDkxYTY4NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23ff3b2f-f6bd-40d3-aa82-e1558edaef70","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzE1Y2E0MDJjY2M0ZTkwYjIzYWNiMDliZTU3NGM5MmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be014082-5e63-4c93-abb7-05b3fd341f24","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T04:30:06.768Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:30:06.768Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:06.770Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:06.770Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:30:06.870Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:06.871Z||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-18T04:30:06.871Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:06.881Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:06.881Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:07.770Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:30:07.771Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:07.773Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:07.773Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-18T04:30:07.874Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:07.875Z||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-18T04:30:07.875Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:07.887Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:07.887Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:08.774Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:30:08.776Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:08.795Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:08.795Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-18T04:30:08.879Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms 2022-11-18T04:30:08.880Z||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-18T04:30:08.880Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:08.890Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:08.890Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:30:09.796Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:30:09.797Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:09.799Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:09.799Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:30:09.899Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:09.901Z||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-18T04:30:09.901Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:09.912Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:09.912Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:10.800Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:30:10.800Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:10.802Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:10.802Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-18T04:30:10.903Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:30:10.904Z||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-18T04:30:10.904Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:10.915Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:10.916Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:30:11.807Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:30:11.808Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:11.810Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:11.810Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:30:11.910Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:11.911Z||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-18T04:30:11.912Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:11.922Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:11.923Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:12.811Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:30:12.811Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:12.814Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:12.814Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-18T04:30:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:30:12.819Z||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-18T04:30:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:30:12.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:12.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:30:12.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "519fff79-27d4-411f-b0a7-374c26f35502", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745668711, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:30:12.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:30:12.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:30:12.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:30:12.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:30:12.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:30:12.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:30:12.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:30:12.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:30:12.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:30:12.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:30:12.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:30:12.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:30:12.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:30:12.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:30:12.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:30:12.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:30:12.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:30:12.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/resourceInstances/pnf3570482ef5f70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:30:12.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:30:12.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:30:12.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:30:12.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:30:12.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:30:12.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:30:12.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:30:12.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:30:12.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745682366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:30:12.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:30:12.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:30:12.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745684456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgcvrfb7vyz30pzecmo9/1.0/artifacts/service-DemoPnfTgcvrfb7vyz30pzecmo9-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:30:12.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:30:12.914Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:30:12.915Z||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-18T04:30:12.915Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:12.944Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:12.945Z||pool-57-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:13.815Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:30:13.816Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:13.818Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:13.818Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:30:13.918Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:13.919Z||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-18T04:30:13.920Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:13.932Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:13.933Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:30:14.819Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:30:14.821Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:14.824Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:14.824Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:30:14.924Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:14.925Z||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-18T04:30:14.925Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:14.937Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:14.938Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:30:15.826Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "af65d578-2a4f-41ba-b0d7-26e24f1a8879", "serviceDescription": "service", "serviceInvariantUUID": "2d844c2c-c2a4-4b3a-8586-3713bf0f55a7", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "0d6ee0b5-f46f-47a8-8e32-e7d2c3740b0e", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "93b44245-822b-4844-85e2-36cdc412b32f", "resourceInvariantUUID": "68dd1237-6bda-43fa-9138-fe2743453484", "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": "f1f592bb-b79e-4e8c-8d40-128397970591", "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": "c36dbdcf-9855-47fd-b620-f954e5c54bd4", "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": "ZTljMDA1MDVlOTc3N2ZhMzlhMDAyNmNhZjExNmJkM2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "80e82351-10ce-4a31-89fd-801555b20c15", "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": "5c4c9b07-c711-4c8d-9f3e-57126f2028ed", "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": "9401aca3-63ae-4474-acda-e156cc9102c5", "generatedFromUUID": "5c4c9b07-c711-4c8d-9f3e-57126f2028ed" }, "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": "9401aca3-63ae-4474-acda-e156cc9102c5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MzE1Y2E0MDJjY2M0ZTkwYjIzYWNiMDliZTU3NGM5MmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be014082-5e63-4c93-abb7-05b3fd341f24" } ], "workloadContext": "Production" } 2022-11-18T04:30:15.826Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T04:30:15.826Z|9e315d28-c959-44ad-887e-09df6014e54b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 af65d578-2a4f-41ba-b0d7-26e24f1a8879 ASDC 2022-11-18T04:30:15.827Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:41b33f49-79af-4bfd-bdd7-7fd818b084da ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:af65d578-2a4f-41ba-b0d7-26e24f1a8879 ServiceInvariantUUID:2d844c2c-c2a4-4b3a-8586-3713bf0f55a7 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:be014082-5e63-4c93-abb7-05b3fd341f24 ArtifactChecksum:MzE1Y2E0MDJjY2M0ZTkwYjIzYWNiMDliZTU3NGM5MmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:0d6ee0b5-f46f-47a8-8e32-e7d2c3740b0e ResourceInvariantUUID:68dd1237-6bda-43fa-9138-fe2743453484 ResourceName:basic_cnf ResourceType:VF ResourceUUID:93b44245-822b-4844-85e2-36cdc412b32f 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:f1f592bb-b79e-4e8c-8d40-128397970591 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:c36dbdcf-9855-47fd-b620-f954e5c54bd4 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:80e82351-10ce-4a31-89fd-801555b20c15 ArtifactChecksum:ZTljMDA1MDVlOTc3N2ZhMzlhMDAyNmNhZjExNmJkM2E= 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:5c4c9b07-c711-4c8d-9f3e-57126f2028ed 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:9401aca3-63ae-4474-acda-e156cc9102c5 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:9401aca3-63ae-4474-acda-e156cc9102c5 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T04:30:15.827Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af65d578-2a4f-41ba-b0d7-26e24f1a8879 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-18T04:30:15.868Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:30:15.869Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:30:15.869Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:30:15.869Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: be014082-5e63-4c93-abb7-05b3fd341f24 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T04:30:15.869Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:30:15.869Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T04:30:15.997Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:30:16.001Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar be014082-5e63-4c93-abb7-05b3fd341f24 73679 2022-11-18T04:30:16.001Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-18T04:30:16.001Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T04:30:16.002Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:30:16.002Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:16.004Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:16.004Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745816001, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:30:16.104Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:30:16.105Z||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-18T04:30:16.105Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:16.115Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:16.115Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:17.005Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:30:17.006Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:30:17.007Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: be014082-5e63-4c93-abb7-05b3fd341f24, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T04:30:17.007Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-18T04:30:17.007Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T04:30:17.008Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T04:30:17.116Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP429357493141517902/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-18T04:30:18.300Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T04:30:18.301Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-11-18T04:30:18.301Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T04:30:18.301Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-18T04:30:18.301Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T04:30:18.301Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||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-18T04:30:18.301Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T04:30:18.302Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-18T04:30:18.302Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-11-18T04:30:18.302Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.302Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:18.303Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T04:30:18.303Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-11-18T04:30:18.303Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:30:18.304Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.304Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:18.304Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T04:30:18.304Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-11-18T04:30:18.305Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:30:18.305Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.305Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:18.305Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.306Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-18T04:30:18.306Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-18T04:30:18.306Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-18T04:30:18.306Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T04:30:18.306Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.306Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:30:18.307Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.307Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T04:30:18.307Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:30:18.307Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.308Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T04:30:18.308Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:30:18.308Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.308Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T04:30:18.309Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:30:18.309Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.309Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-18T04:30:18.309Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-18T04:30:18.309Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4b3dbe77-bf97-46e8-91fc-e3a6d210208c 2022-11-18T04:30:18.310Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.310Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:18.310Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.310Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:18.310Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.311Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:18.311Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:18.311Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:18.311Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:af65d578-2a4f-41ba-b0d7-26e24f1a8879 Model Version:NULL Model InvariantUuid:2d844c2c-c2a4-4b3a-8586-3713bf0f55a7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:8a88d9ba-6863-4256-b769-8ce0661ef1cf Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:68dd1237-6bda-43fa-9138-fe2743453484 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0d6ee0b5-f46f-47a8-8e32-e7d2c3740b0e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:80df9b6a-b11a-4ac0-8967-84e20fef8b62 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:78ace015-d7c1-4e26-b725-7054ef69626f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4b3dbe77-bf97-46e8-91fc-e3a6d210208c ModelInvariantUuid:007fc21a-87d4-471d-bb32-1a1b1d35e372 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:2356e5a8-5e35-4676-a699-b48e3d8d57c8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:1f0da55e-d946-445f-a1fd-155d367dfc2e ModelInvariantUuid:340b2d22-f05c-485e-a75e-16cf209af7d5 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c780bfa2-07d4-4398-a9b8-83fb6ee0bb6a 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-18T04:30:18.319Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 93b44245-822b-4844-85e2-36cdc412b32f 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-18T04:30:18.321Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||basic_cnf 0 2022-11-18T04:30:18.322Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 93b44245-822b-4844-85e2-36cdc412b32f 2022-11-18T04:30:18.322Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f1f592bb-b79e-4e8c-8d40-128397970591 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-18T04:30:18.322Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:30:18.322Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-18T04:30:18.367Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:30:18.368Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f1f592bb-b79e-4e8c-8d40-128397970591 12 2022-11-18T04:30:18.368Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-18T04:30:18.368Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-18T04:30:18.369Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:30:18.369Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:18.372Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:18.372Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745818368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:30:18.472Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:18.473Z||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-18T04:30:18.473Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:18.483Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:18.484Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:30:19.372Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c36dbdcf-9855-47fd-b620-f954e5c54bd4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-18T04:30:19.373Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:30:19.374Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-18T04:30:19.424Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:30:19.425Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c36dbdcf-9855-47fd-b620-f954e5c54bd4 2688 2022-11-18T04:30:19.425Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-18T04:30:19.425Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-18T04:30:19.425Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:30:19.425Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:19.427Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:19.427Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745819425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T04:30:19.527Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:19.528Z||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-18T04:30:19.529Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:19.540Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:19.540Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:20.429Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 80e82351-10ce-4a31-89fd-801555b20c15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-18T04:30:20.429Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:30:20.430Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-18T04:30:20.519Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:30:20.520Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 80e82351-10ce-4a31-89fd-801555b20c15 828 2022-11-18T04:30:20.520Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-18T04:30:20.520Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-18T04:30:20.520Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:30:20.520Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:20.522Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:20.522Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745820520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:30:20.623Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T04:30:20.624Z||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-18T04:30:20.624Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:20.639Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:20.639Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:30:21.523Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "80df9b6a-b11a-4ac0-8967-84e20fef8b62", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78ace015-d7c1-4e26-b725-7054ef69626f", "vfModuleModelCustomizationUUID": "8a524f93-c489-4ee9-9992-f3664472b70a", "isBase": true, "artifacts": [ "5c4c9b07-c711-4c8d-9f3e-57126f2028ed", "c36dbdcf-9855-47fd-b620-f954e5c54bd4", "9401aca3-63ae-4474-acda-e156cc9102c5" ], "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-18T04:30:21.528Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:78ace015-d7c1-4e26-b725-7054ef69626f VfModuleModelInvariantUUID:80df9b6a-b11a-4ac0-8967-84e20fef8b62 VfModuleModelDescription:NULL Artifacts UUID List:{ 5c4c9b07-c711-4c8d-9f3e-57126f2028ed , c36dbdcf-9855-47fd-b620-f954e5c54bd4 , 9401aca3-63ae-4474-acda-e156cc9102c5 } 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-18T04:30:21.530Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "80df9b6a-b11a-4ac0-8967-84e20fef8b62", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78ace015-d7c1-4e26-b725-7054ef69626f", "vfModuleModelCustomizationUUID": "8a524f93-c489-4ee9-9992-f3664472b70a", "isBase": true, "artifacts": [ "5c4c9b07-c711-4c8d-9f3e-57126f2028ed", "c36dbdcf-9855-47fd-b620-f954e5c54bd4", "9401aca3-63ae-4474-acda-e156cc9102c5" ], "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-18T04:30:21.530Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:78ace015-d7c1-4e26-b725-7054ef69626f VfModuleModelInvariantUUID:80df9b6a-b11a-4ac0-8967-84e20fef8b62 VfModuleModelDescription:NULL Artifacts UUID List:{ 5c4c9b07-c711-4c8d-9f3e-57126f2028ed , c36dbdcf-9855-47fd-b620-f954e5c54bd4 , 9401aca3-63ae-4474-acda-e156cc9102c5 } 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-18T04:30:21.530Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c4c9b07-c711-4c8d-9f3e-57126f2028ed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-18T04:30:21.530Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:30:21.531Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-18T04:30:21.599Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:30:21.599Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5c4c9b07-c711-4c8d-9f3e-57126f2028ed 1164 2022-11-18T04:30:21.600Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-18T04:30:21.600Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-18T04:30:21.600Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:30:21.600Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:21.603Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:21.603Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745821600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:30:21.703Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:21.704Z||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-18T04:30:21.705Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:21.715Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:21.715Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:22.603Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9401aca3-63ae-4474-acda-e156cc9102c5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-18T04:30:22.604Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:30:22.604Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-18T04:30:22.668Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:30:22.668Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9401aca3-63ae-4474-acda-e156cc9102c5 200 2022-11-18T04:30:22.669Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-18T04:30:22.669Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-18T04:30:22.669Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:30:22.669Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:22.671Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:22.671Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745822669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:30:22.771Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:22.772Z||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-18T04:30:22.773Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:22.783Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:22.783Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:30:23.672Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: af65d578-2a4f-41ba-b0d7-26e24f1a8879 2022-11-18T04:30:23.672Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 93b44245-822b-4844-85e2-36cdc412b32f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-11-18T04:30:23.690Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-18T04:30:23.697Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f923f86, org.onap.sdc.toscaparser.api.parameters.Input@723a21ff, org.onap.sdc.toscaparser.api.parameters.Input@2ad0ce61, org.onap.sdc.toscaparser.api.parameters.Input@1b14d200, org.onap.sdc.toscaparser.api.parameters.Input@7594b0eb] 2022-11-18T04:30:23.698Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.698Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:23.698Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-11-18T04:30:23.698Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0d6ee0b5-f46f-47a8-8e32-e7d2c3740b0e 2022-11-18T04:30:23.698Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0d6ee0b5-f46f-47a8-8e32-e7d2c3740b0e matches Tosca VF Customization UUID: 0d6ee0b5-f46f-47a8-8e32-e7d2c3740b0e 2022-11-18T04:30:23.699Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0d6ee0b5-f46f-47a8-8e32-e7d2c3740b0e 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-18T04:30:23.701Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.701Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:23.702Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0d6ee0b5-f46f-47a8-8e32-e7d2c3740b0e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-18T04:30:23.702Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4734648b 2022-11-18T04:30:23.702Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.702Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:30:23.703Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a524f93-c489-4ee9-9992-f3664472b70a 2022-11-18T04:30:23.703Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a524f93-c489-4ee9-9992-f3664472b70a 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-18T04:30:23.705Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.706Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T04:30:23.706Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:30:23.706Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.706Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T04:30:23.706Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:30:23.706Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.707Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-18T04:30:23.707Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-18T04:30:23.707Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4b3dbe77-bf97-46e8-91fc-e3a6d210208c 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-18T04:30:23.709Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.709Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T04:30:23.709Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:30:23.710Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.710Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-18T04:30:23.710Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0d6ee0b5-f46f-47a8-8e32-e7d2c3740b0e 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-18T04:30:23.711Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.711Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:23.712Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid af65d578-2a4f-41ba-b0d7-26e24f1a8879: basic_cnf 2022-11-18T04:30:23.712Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.712Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:23.712Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.712Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:23.712Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.712Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:23.713Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.713Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:23.713Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:30:23.713Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:30:23.713Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||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-18T04:30:23.795Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 93b44245-822b-4844-85e2-36cdc412b32f 1 ASDC deployResourceStructure 2022-11-18T04:30:23.796Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-18T04:30:23.796Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-18T04:30:23.796Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-18T04:30:23.796Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:23.798Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:23.798Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745823795, "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-18T04:30:23.898Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:23.899Z||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-18T04:30:23.900Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:23.910Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:23.911Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:24.799Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-18T04:30:24.799Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-18T04:30:24.800Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-18T04:30:24.800Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:24.802Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:24.802Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745824799, "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-18T04:30:24.903Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:24.904Z||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-18T04:30:24.904Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:24.915Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:24.916Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:25.803Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-18T04:30:25.804Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-18T04:30:25.804Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:30:25.805Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:25.807Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:25.807Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745825803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:30:25.907Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:25.908Z||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-18T04:30:25.908Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:25.919Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:25.920Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:26.808Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-18T04:30:26.809Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-18T04:30:26.810Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:30:26.811Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:26.814Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:26.814Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745826808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:30:26.914Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:26.915Z||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-18T04:30:26.915Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:26.930Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:26.930Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:30:27.816Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-18T04:30:27.816Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-18T04:30:27.816Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:30:27.816Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:27.818Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:27.819Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745827815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-18T04:30:27.919Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:30:27.920Z||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-18T04:30:27.920Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:27.931Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:27.931Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:28.820Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-18T04:30:28.820Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-18T04:30:28.820Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:30:28.821Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:30:28.823Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:30:28.823Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745828820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:30:28.924Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:30:28.924Z||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-18T04:30:28.925Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:30:28.935Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:30:28.936Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:30:29.825Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41b33f49-79af-4bfd-bdd7-7fd818b084da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:30:29.839Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41b33f49-79af-4bfd-bdd7-7fd818b084da Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:30:29.842Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:30:29.842Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:30:29.842Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T04:30:29.842Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T04:30:29.842Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:30:29.842Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:30:29.842Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:30:29.842Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:30:29.843Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:30:29.843Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T04:30:29.853Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T04:30:59.854Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41b33f49-79af-4bfd-bdd7-7fd818b084da 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-18T04:30:59.860Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41b33f49-79af-4bfd-bdd7-7fd818b084da and serviceModelVersionId: af65d578-2a4f-41ba-b0d7-26e24f1a8879 2022-11-18T04:30:59.861Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d844c2c-c2a4-4b3a-8586-3713bf0f55a7 2022-11-18T04:30:59.862Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d844c2c-c2a4-4b3a-8586-3713bf0f55a7/model-vers/model-ver/af65d578-2a4f-41ba-b0d7-26e24f1a8879?depth=0 2022-11-18T04:30:59.866Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T04:30:59.911Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d844c2c-c2a4-4b3a-8586-3713bf0f55a7/model-vers/model-ver/af65d578-2a4f-41ba-b0d7-26e24f1a8879?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-18T04:30:59.916Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d844c2c-c2a4-4b3a-8586-3713bf0f55a7/model-vers/model-ver/af65d578-2a4f-41ba-b0d7-26e24f1a8879?depth=0|INFO|500||Invoke 2022-11-18T04:30:59.936Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d844c2c-c2a4-4b3a-8586-3713bf0f55a7/model-vers/model-ver/af65d578-2a4f-41ba-b0d7-26e24f1a8879?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T04:31:00.399Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d844c2c-c2a4-4b3a-8586-3713bf0f55a7/model-vers/model-ver/af65d578-2a4f-41ba-b0d7-26e24f1a8879?depth=0|INFO|500||InvokeReturn 2022-11-18T04:31:00.400Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d844c2c-c2a4-4b3a-8586-3713bf0f55a7/model-vers/model-ver/af65d578-2a4f-41ba-b0d7-26e24f1a8879?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-04:30:59:899-80656], vertex-id=[405688], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:30:59 GMT], Content-Type=[application/json]} 2022-11-18T04:31:00.401Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-11-18T04:31:00.401Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T04:31:00.401Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T04:31:00.406Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T04:31:00.407Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41b33f49-79af-4bfd-bdd7-7fd818b084da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T04:31:00.408Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T04:31:00.408Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:00.411Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:00.411Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745860408, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:31:00.511Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:00.512Z||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-18T04:31:00.512Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:00.545Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:00.546Z||pool-72-thread-1|||||INFO|500||cambria reply ok (35 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-18T04:31:01.424Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-18T04:31:01.424Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c42f5a1-cf0c-46c1-9de2-782d7b270b55","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"379dcc11-9e50-43c5-a899-e37bc80e8a31","serviceDescription":"service","serviceInvariantUUID":"53dd01d5-3503-4413-8fcf-b082d0c04f44","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9acf1771-e697-4402-b6de-312f37b05c56","resourceInvariantUUID":"ee09af63-c370-47bc-9aa7-db1d05b5cf75","resourceCustomizationUUID":"f50220d0-b53a-4f5e-99ae-b3b21514f982","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":"OTE4OGE1ZGY0OGRmYzJmOTVkOTU3ODczMzNhMGU5MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1aba30b2-ff42-4f96-9daf-ec4ab9c83438","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":"OGQ1N2NhZWVjZmViNDdhZjJhZTMzZmU4OTliYzIzMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d38dc5b2-d3f2-4ecc-8a86-b152efef7615","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":"d1d57585-6f62-48e3-94b9-d43774132068","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":"e201f873-3e8b-4d85-a56d-a7e7a68cdc11","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":"e6666584-c216-4c1c-840b-b07f66ae9510","artifactVersion":"2","generatedFromUUID":"d1d57585-6f62-48e3-94b9-d43774132068"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWFjYzVhYmVlOTU3NjMwY2M1NzNhZGM4N2ExZDk5YzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdc3917d-8163-4b96-b472-cb5571bec27d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGU0YzQ3ZDEyZjBhMjMzODczMmE5NmE5Mzk2YjA3NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1554033d-861b-4cb9-a566-dde8bd90585e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T04:31:01.425Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:31:01.425Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:01.427Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:01.427Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:31:01.527Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:01.528Z||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-18T04:31:01.529Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:01.541Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:01.542Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:02.428Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:31:02.429Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:02.430Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:02.430Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:31:02.531Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:02.532Z||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-18T04:31:02.532Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:02.544Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:02.544Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:03.431Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:31:03.432Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:03.434Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:03.434Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T04:31:03.534Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:03.536Z||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-18T04:31:03.537Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:03.549Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:03.550Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:31:04.434Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:31:04.435Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:04.437Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:04.438Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:31:04.537Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:31:04.538Z||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-18T04:31:04.538Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:04.549Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:04.550Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:05.438Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:31:05.439Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:05.441Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:05.441Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T04:31:05.541Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:05.542Z||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-18T04:31:05.542Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:05.558Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:05.558Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:06.441Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:31:06.443Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:06.444Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:06.444Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:31:06.545Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:06.546Z||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-18T04:31:06.546Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:06.587Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:06.587Z||pool-78-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:07.445Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:31:07.446Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:07.448Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:07.448Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:31:07.548Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:07.549Z||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-18T04:31:07.549Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:07.563Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:07.564Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:31:08.451Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "379dcc11-9e50-43c5-a899-e37bc80e8a31", "serviceDescription": "service", "serviceInvariantUUID": "53dd01d5-3503-4413-8fcf-b082d0c04f44", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "f50220d0-b53a-4f5e-99ae-b3b21514f982", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9acf1771-e697-4402-b6de-312f37b05c56", "resourceInvariantUUID": "ee09af63-c370-47bc-9aa7-db1d05b5cf75", "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": "OGQ1N2NhZWVjZmViNDdhZjJhZTMzZmU4OTliYzIzMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d38dc5b2-d3f2-4ecc-8a86-b152efef7615", "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": "d1d57585-6f62-48e3-94b9-d43774132068", "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": "e6666584-c216-4c1c-840b-b07f66ae9510", "generatedFromUUID": "d1d57585-6f62-48e3-94b9-d43774132068" }, "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": "e6666584-c216-4c1c-840b-b07f66ae9510", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MGU0YzQ3ZDEyZjBhMjMzODczMmE5NmE5Mzk2YjA3NzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1554033d-861b-4cb9-a566-dde8bd90585e" } ], "workloadContext": "Production" } 2022-11-18T04:31:08.452Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T04:31:08.452Z|41b33f49-79af-4bfd-bdd7-7fd818b084da|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 379dcc11-9e50-43c5-a899-e37bc80e8a31 ASDC 2022-11-18T04:31:08.452Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:5c42f5a1-cf0c-46c1-9de2-782d7b270b55 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:379dcc11-9e50-43c5-a899-e37bc80e8a31 ServiceInvariantUUID:53dd01d5-3503-4413-8fcf-b082d0c04f44 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:1554033d-861b-4cb9-a566-dde8bd90585e ArtifactChecksum:MGU0YzQ3ZDEyZjBhMjMzODczMmE5NmE5Mzk2YjA3NzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:f50220d0-b53a-4f5e-99ae-b3b21514f982 ResourceInvariantUUID:ee09af63-c370-47bc-9aa7-db1d05b5cf75 ResourceName:basic_vm ResourceType:VF ResourceUUID:9acf1771-e697-4402-b6de-312f37b05c56 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:d38dc5b2-d3f2-4ecc-8a86-b152efef7615 ArtifactChecksum:OGQ1N2NhZWVjZmViNDdhZjJhZTMzZmU4OTliYzIzMjQ= 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:d1d57585-6f62-48e3-94b9-d43774132068 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:e6666584-c216-4c1c-840b-b07f66ae9510 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:e6666584-c216-4c1c-840b-b07f66ae9510 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T04:31:08.452Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 379dcc11-9e50-43c5-a899-e37bc80e8a31 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-18T04:31:08.482Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:31:08.482Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:31:08.482Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:31:08.482Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1554033d-861b-4cb9-a566-dde8bd90585e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T04:31:08.482Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:31:08.483Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T04:31:08.637Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:31:08.642Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1554033d-861b-4cb9-a566-dde8bd90585e 74825 2022-11-18T04:31:08.643Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-18T04:31:08.643Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T04:31:08.643Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:31:08.644Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:08.646Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:08.647Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745868643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:31:08.747Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:08.748Z||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-18T04:31:08.748Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:08.760Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:08.760Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:09.648Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:31:09.649Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-11-18T04:31:09.649Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1554033d-861b-4cb9-a566-dde8bd90585e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T04:31:09.650Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-18T04:31:09.650Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T04:31:09.650Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T04:31:09.821Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15104359569786784677/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-18T04:31:10.873Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T04:31:10.873Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-11-18T04:31:10.873Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T04:31:10.874Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T04:31:10.874Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T04:31:10.874Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T04:31:10.874Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||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-18T04:31:10.874Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||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-18T04:31:10.874Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T04:31:10.874Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T04:31:10.874Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-18T04:31:10.874Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-11-18T04:31:10.875Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.875Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:10.875Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T04:31:10.875Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-11-18T04:31:10.875Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:31:10.875Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.876Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:10.876Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T04:31:10.876Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-11-18T04:31:10.876Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:31:10.876Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.876Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:10.876Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.876Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-18T04:31:10.877Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-18T04:31:10.877Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-18T04:31:10.877Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-18T04:31:10.877Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T04:31:10.877Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T04:31:10.877Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.877Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:31:10.877Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.878Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T04:31:10.878Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:31:10.878Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.878Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T04:31:10.878Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:31:10.878Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.878Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T04:31:10.879Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:31:10.879Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.879Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-18T04:31:10.879Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T04:31:10.879Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T04:31:10.879Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e656c209-4707-460e-872a-e0c50bbabae5 2022-11-18T04:31:10.880Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.880Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:10.880Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.880Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:10.880Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.880Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:10.880Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:10.880Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:10.881Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:379dcc11-9e50-43c5-a899-e37bc80e8a31 Model Version:NULL Model InvariantUuid:53dd01d5-3503-4413-8fcf-b082d0c04f44 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:16c18440-e1d8-49d3-9b31-1f02efe254fe Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ee09af63-c370-47bc-9aa7-db1d05b5cf75 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f50220d0-b53a-4f5e-99ae-b3b21514f982 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4b27b289-7fb1-45fc-983f-f536abdb1008 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:b4ada6f2-a821-4610-a8e9-fb44e4c35195 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e656c209-4707-460e-872a-e0c50bbabae5 ModelInvariantUuid:35dee454-06a2-4839-877f-e7e02e3077d1 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:6df01e58-7e73-426f-acc5-7c8b55fa1109 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e1edb0c1-c24a-47d1-ade2-a356633aafdc ModelInvariantUuid:2f19553a-72f3-4991-bbe0-cad4ddc613d2 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:f46173ca-3d13-496b-b59b-0478a4263744 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-18T04:31:10.888Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9acf1771-e697-4402-b6de-312f37b05c56 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-18T04:31:10.891Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||basic_vm 0 2022-11-18T04:31:10.892Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9acf1771-e697-4402-b6de-312f37b05c56 2022-11-18T04:31:10.892Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d38dc5b2-d3f2-4ecc-8a86-b152efef7615 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-18T04:31:10.892Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:31:10.892Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-18T04:31:10.973Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:31:10.973Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d38dc5b2-d3f2-4ecc-8a86-b152efef7615 787 2022-11-18T04:31:10.973Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-18T04:31:10.974Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-18T04:31:10.974Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:31:10.974Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:10.976Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:10.976Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745870973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:31:11.076Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:11.077Z||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-18T04:31:11.077Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:11.089Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:11.089Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:11.976Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4b27b289-7fb1-45fc-983f-f536abdb1008", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4ada6f2-a821-4610-a8e9-fb44e4c35195", "vfModuleModelCustomizationUUID": "8834f99d-0366-465d-8107-2dc3b4d3ac9f", "isBase": true, "artifacts": [ "d1d57585-6f62-48e3-94b9-d43774132068", "e6666584-c216-4c1c-840b-b07f66ae9510" ], "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-18T04:31:11.980Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b4ada6f2-a821-4610-a8e9-fb44e4c35195 VfModuleModelInvariantUUID:4b27b289-7fb1-45fc-983f-f536abdb1008 VfModuleModelDescription:NULL Artifacts UUID List:{ d1d57585-6f62-48e3-94b9-d43774132068 , e6666584-c216-4c1c-840b-b07f66ae9510 } 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-18T04:31:11.982Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4b27b289-7fb1-45fc-983f-f536abdb1008", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4ada6f2-a821-4610-a8e9-fb44e4c35195", "vfModuleModelCustomizationUUID": "8834f99d-0366-465d-8107-2dc3b4d3ac9f", "isBase": true, "artifacts": [ "d1d57585-6f62-48e3-94b9-d43774132068", "e6666584-c216-4c1c-840b-b07f66ae9510" ], "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-18T04:31:11.982Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b4ada6f2-a821-4610-a8e9-fb44e4c35195 VfModuleModelInvariantUUID:4b27b289-7fb1-45fc-983f-f536abdb1008 VfModuleModelDescription:NULL Artifacts UUID List:{ d1d57585-6f62-48e3-94b9-d43774132068 , e6666584-c216-4c1c-840b-b07f66ae9510 } 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-18T04:31:11.982Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d1d57585-6f62-48e3-94b9-d43774132068 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-18T04:31:11.982Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:31:11.982Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-18T04:31:12.045Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:31:12.045Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d1d57585-6f62-48e3-94b9-d43774132068 5033 2022-11-18T04:31:12.045Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-18T04:31:12.045Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-18T04:31:12.045Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:31:12.046Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:12.047Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:12.048Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745872045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:31:12.148Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:12.149Z||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-18T04:31:12.149Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:12.160Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:12.160Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:31:12.819Z||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-18T04:31:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:31:12.852Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:12.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:31:12.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e315d28-c959-44ad-887e-09df6014e54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745805753, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:31:12.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:31:12.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:31:12.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:31:12.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-18T04:31:12.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:31:12.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:31:12.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:31:12.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:31:13.048Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e6666584-c216-4c1c-840b-b07f66ae9510 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-18T04:31:13.049Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-11-18T04:31:13.050Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-18T04:31:13.090Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-11-18T04:31:13.090Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e6666584-c216-4c1c-840b-b07f66ae9510 903 2022-11-18T04:31:13.090Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-18T04:31:13.091Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-18T04:31:13.091Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:31:13.091Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:13.093Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:13.093Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745873090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:31:13.194Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T04:31:13.195Z||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-18T04:31:13.195Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:13.213Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:13.215Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:14.094Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 379dcc11-9e50-43c5-a899-e37bc80e8a31 2022-11-18T04:31:14.094Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9acf1771-e697-4402-b6de-312f37b05c56 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-18T04:31:14.108Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23436532, org.onap.sdc.toscaparser.api.parameters.Input@18e20c5f, org.onap.sdc.toscaparser.api.parameters.Input@6a7b65fe, org.onap.sdc.toscaparser.api.parameters.Input@16d41f45, org.onap.sdc.toscaparser.api.parameters.Input@2e068258] 2022-11-18T04:31:14.110Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.110Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:14.110Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-11-18T04:31:14.110Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f50220d0-b53a-4f5e-99ae-b3b21514f982 2022-11-18T04:31:14.110Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f50220d0-b53a-4f5e-99ae-b3b21514f982 matches Tosca VF Customization UUID: f50220d0-b53a-4f5e-99ae-b3b21514f982 2022-11-18T04:31:14.110Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f50220d0-b53a-4f5e-99ae-b3b21514f982 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-18T04:31:14.112Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.112Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:14.113Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f50220d0-b53a-4f5e-99ae-b3b21514f982: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-18T04:31:14.113Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21732d16 2022-11-18T04:31:14.113Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.113Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:31:14.114Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8834f99d-0366-465d-8107-2dc3b4d3ac9f 2022-11-18T04:31:14.114Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8834f99d-0366-465d-8107-2dc3b4d3ac9f 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-18T04:31:14.115Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.116Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T04:31:14.116Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:31:14.116Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.116Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T04:31:14.116Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:31:14.117Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.117Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-18T04:31:14.118Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T04:31:14.118Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T04:31:14.118Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e656c209-4707-460e-872a-e0c50bbabae5 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-18T04:31:14.121Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.121Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T04:31:14.121Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:31:14.121Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.122Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-18T04:31:14.122Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f50220d0-b53a-4f5e-99ae-b3b21514f982 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-18T04:31:14.124Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.124Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:14.125Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 379dcc11-9e50-43c5-a899-e37bc80e8a31: basic_vm 2022-11-18T04:31:14.125Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.125Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:14.125Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.125Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:14.125Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.126Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:14.126Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.126Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:14.126Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:31:14.126Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:31:14.126Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||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-18T04:31:14.197Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9acf1771-e697-4402-b6de-312f37b05c56 1 ASDC deployResourceStructure 2022-11-18T04:31:14.198Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-18T04:31:14.198Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-18T04:31:14.198Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:31:14.198Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:14.200Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:14.200Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745874198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:31:14.300Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:14.301Z||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-18T04:31:14.302Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:14.313Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:14.314Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:15.201Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-18T04:31:15.202Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-18T04:31:15.202Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:31:15.202Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:15.204Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:15.204Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745875201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:31:15.304Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:15.305Z||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-18T04:31:15.305Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:15.332Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:15.332Z||pool-85-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:31:16.205Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-18T04:31:16.206Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-18T04:31:16.206Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:31:16.206Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:16.209Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:16.209Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745876205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T04:31:16.309Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:31:16.310Z||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-18T04:31:16.310Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:16.321Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:16.321Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:17.210Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-18T04:31:17.211Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-18T04:31:17.211Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:31:17.211Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:17.213Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:17.213Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745877210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:31:17.314Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T04:31:17.315Z||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-18T04:31:17.315Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:17.327Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:17.327Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:31:18.214Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:31:18.224Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:31:18.227Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:31:18.227Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:31:18.227Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T04:31:18.227Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T04:31:18.227Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:31:18.228Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:31:18.228Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:31:18.228Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:31:18.228Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:31:18.228Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T04:31:18.234Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T04:31:48.234Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 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-18T04:31:48.239Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 and serviceModelVersionId: 379dcc11-9e50-43c5-a899-e37bc80e8a31 2022-11-18T04:31:48.240Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53dd01d5-3503-4413-8fcf-b082d0c04f44 2022-11-18T04:31:48.240Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53dd01d5-3503-4413-8fcf-b082d0c04f44/model-vers/model-ver/379dcc11-9e50-43c5-a899-e37bc80e8a31?depth=0 2022-11-18T04:31:48.245Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T04:31:48.324Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd01d5-3503-4413-8fcf-b082d0c04f44/model-vers/model-ver/379dcc11-9e50-43c5-a899-e37bc80e8a31?depth=0|INFO|500||Invoke 2022-11-18T04:31:48.325Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd01d5-3503-4413-8fcf-b082d0c04f44/model-vers/model-ver/379dcc11-9e50-43c5-a899-e37bc80e8a31?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd01d5-3503-4413-8fcf-b082d0c04f44/model-vers/model-ver/379dcc11-9e50-43c5-a899-e37bc80e8a31?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c42f5a1-cf0c-46c1-9de2-782d7b270b55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67e0e8ee-cf0d-4d04-9221-6223950a7083], X-ECOMP-RequestID=[5c42f5a1-cf0c-46c1-9de2-782d7b270b55], X-TransactionId=[], X-ONAP-RequestID=[5c42f5a1-cf0c-46c1-9de2-782d7b270b55], Content-Type=[application/merge-patch+json]} 2022-11-18T04:31:48.345Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd01d5-3503-4413-8fcf-b082d0c04f44/model-vers/model-ver/379dcc11-9e50-43c5-a899-e37bc80e8a31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T04:31:48.488Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd01d5-3503-4413-8fcf-b082d0c04f44/model-vers/model-ver/379dcc11-9e50-43c5-a899-e37bc80e8a31?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/53dd01d5-3503-4413-8fcf-b082d0c04f44/model-vers/model-ver/379dcc11-9e50-43c5-a899-e37bc80e8a31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-04:31:48:303-52153], vertex-id=[422008], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:31:48 GMT], Content-Type=[application/json]} 2022-11-18T04:31:48.488Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd01d5-3503-4413-8fcf-b082d0c04f44/model-vers/model-ver/379dcc11-9e50-43c5-a899-e37bc80e8a31?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T04:31:48.489Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd01d5-3503-4413-8fcf-b082d0c04f44/model-vers/model-ver/379dcc11-9e50-43c5-a899-e37bc80e8a31?depth=0|INFO|500||InvokeReturn 2022-11-18T04:31:48.490Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T04:31:48.490Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T04:31:48.498Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T04:31:48.498Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c42f5a1-cf0c-46c1-9de2-782d7b270b55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T04:31:48.498Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T04:31:48.498Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:31:48.500Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:31:48.500Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745908498, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:31:48.603Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-18T04:31:48.604Z||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-18T04:31:48.605Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:31:48.623Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:48.624Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 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-18T04:31:49.649Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:31:49.650Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T04:31:49.650Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:31:59.951Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:31:59.952Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:31:59.953Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T04:31:59.953Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:32:09.494Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:32:09.495Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:32:09.496Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T04:32:09.496Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:32:12.819Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:32:12.820Z||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-18T04:32:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:32:12.853Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:32:12.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:32:12.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-18T04:32:12.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:32:19.036Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:32:19.038Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:32:19.039Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T04:32:19.039Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:32:28.601Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:32:28.603Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:32:28.603Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T04:32:28.604Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:32:38.157Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:32:38.159Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:32:38.160Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T04:32:38.161Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:32:47.702Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:33:12.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:33:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:33:12.820Z||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-18T04:33:12.820Z||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-18T04:33:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:33:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:33:12.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:33:12.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:33:12.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:33:12.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:33:12.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:33:12.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745816001, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:33:12.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745818368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:33:12.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745819425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T04:33:12.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745820520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:33:12.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745821600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:33:12.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745822669, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:33:12.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745823795, "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-18T04:33:12.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745824799, "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-18T04:33:12.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745825803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:33:12.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745826808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:33:12.869Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745827815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-18T04:33:12.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745828820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:33:12.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b33f49-79af-4bfd-bdd7-7fd818b084da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745860408, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:33:12.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:33:12.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:33:12.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:33:12.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:33:12.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T04:33:12.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:33:12.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:33:12.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:33:12.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T04:33:12.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:33:12.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:33:12.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:33:12.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745669730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:33:12.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-18T04:33:12.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745868643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:33:12.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745870973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:33:12.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:12.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-18T04:33:12.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745872045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:33:12.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:33:22.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:34:12.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:34:12.817Z||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-18T04:34:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:34:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:34:12.819Z||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-18T04:34:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:34:13.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:34:13.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:34:13.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745873090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:34:13.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:34:13.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:34:13.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745874198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:34:13.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:34:13.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:34:13.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745875201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:34:13.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:34:13.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:34:13.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745876205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T04:34:13.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:34:13.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:34:13.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745877210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:34:13.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:34:13.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-18T04:34:13.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c42f5a1-cf0c-46c1-9de2-782d7b270b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668745908498, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:34:13.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:34:22.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:35:12.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:35:12.817Z||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-18T04:35:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:35:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:35:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T04:35:12.819Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:35:22.382Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:35:22.386Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:36:12.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:36:12.817Z||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-18T04:36:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:36:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:36:12.819Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T04:36:12.819Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:36:22.362Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:36:22.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:12.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:37:12.817Z||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-18T04:37:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:37:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:37:12.818Z||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-18T04:37:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:37:13.141Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:13.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "multicloud-k8s-id", "timestamp": 1668746209512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "ves-openapi-manager", "timestamp": 1668746212385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "ves-openapi-manager", "timestamp": 1668746212385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "multicloud-k8s-id", "timestamp": 1668746209512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "ves-openapi-manager", "timestamp": 1668746212385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "multicloud-k8s-id", "timestamp": 1668746209512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "cds", "timestamp": 1668746215992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "ves-openapi-manager", "timestamp": 1668746212385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "multicloud-k8s-id", "timestamp": 1668746209512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "aai-ml", "timestamp": 1668746218077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "cds", "timestamp": 1668746215992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "ves-openapi-manager", "timestamp": 1668746212385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "multicloud-k8s-id", "timestamp": 1668746209512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "aai-ml", "timestamp": 1668746218077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "cds", "timestamp": 1668746215992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "ves-openapi-manager", "timestamp": 1668746212385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-18T04:37:13.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "multicloud-k8s-id", "timestamp": 1668746209512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "aai-ml", "timestamp": 1668746218077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "cds", "timestamp": 1668746215992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "ves-openapi-manager", "timestamp": 1668746212385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.153Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "multicloud-k8s-id", "timestamp": 1668746209512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.153Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "aai-ml", "timestamp": 1668746218077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "cds", "timestamp": 1668746215992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "ves-openapi-manager", "timestamp": 1668746212385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "multicloud-k8s-id", "timestamp": 1668746209512, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:37:13.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "aai-ml", "timestamp": 1668746218077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "cds", "timestamp": 1668746215992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "ves-openapi-manager", "timestamp": 1668746223078, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:37:13.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:37:13.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "aai-ml", "timestamp": 1668746218077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.157Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "cds", "timestamp": 1668746215992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.157Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "ves-openapi-manager", "timestamp": 1668746224108, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:37:13.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:37:13.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "aai-ml", "timestamp": 1668746218077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.158Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "cds", "timestamp": 1668746215992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:37:13.159Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "ves-openapi-manager", "timestamp": 1668746225111, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:37:13.185Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a240f740-2d7d-4be5-9620-7ad04da1f4a8 2022-11-18T04:37:13.185Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a240f740-2d7d-4be5-9620-7ad04da1f4a8 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-18T04:37:13.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "aai-ml", "timestamp": 1668746218077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:37:13.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "cds", "timestamp": 1668746224761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:37:13.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:37:13.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "aai-ml", "timestamp": 1668746226823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:37:13.200Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:37:13.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "cds", "timestamp": 1668746225769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-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-18T04:37:13.205Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a240f740-2d7d-4be5-9620-7ad04da1f4a8 2022-11-18T04:37:13.206Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a240f740-2d7d-4be5-9620-7ad04da1f4a8 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-18T04:37:13.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746228312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746228312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746228312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746228312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:37:13.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "aai-ml", "timestamp": 1668746232640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:37:13.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:37:13.471Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:13.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-18T04:37:13.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a240f740-2d7d-4be5-9620-7ad04da1f4a8","serviceName":"Demo_pNF_NSKi26Ae3iojYbHxxIUf","serviceVersion":"1.0","serviceUUID":"3b91a6c0-2cc4-422b-8747-296439ab799a","serviceDescription":"catalog service description","serviceInvariantUUID":"c7ca6e86-09b3-4cc6-948e-b4448f63ae6b","resources":[{"resourceInstanceName":"pNF a321d805-aebd 0","resourceName":"pNF a321d805-aebd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e8afbb1-03e3-413b-9cd4-15c1f4f31a64","resourceInvariantUUID":"4127618b-3da2-401f-ba6c-38f61a8f5b65","resourceCustomizationUUID":"2b45c915-72b7-41ed-8996-8e1e9d88f6d0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vf-license-model.xml","artifactChecksum":"NTk3OTgzOTYzNzg2M2YwYWQ3ZDlhM2ViMzA4NjhhYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66a5cf29-5824-44ed-a7fb-142a4dad635b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/pNF.csar","artifactChecksum":"NWEzMDM0YTQ2NzRjOWViN2RhNDYwM2U3NjkwOTdhYTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6c93c87-4731-4fec-9b30-cdf582697dec","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2af7390b-daec-4fb1-8159-22901a33503b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2RhOGI2ZTliZWExOWMxMTQzNDRkM2Y1ZWQ5MzEzOTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"132f2f8b-e81f-4ab5-9203-037099aab3b1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46ba256c-5d31-4245-9252-ab47dd844b6f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39bffe21-5f52-4082-939e-21927c844aa0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNski26ae3iojybhxxiuf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-template.yml","artifactChecksum":"MmUxOGM0MzhlN2RjNzA2YzQxZDc2ODllMjBkZWJiMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a7adb50d-541d-43fe-a2cf-36b3da6fcf41","artifactVersion":"1"},{"artifactName":"service-DemoPnfNski26ae3iojybhxxiuf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar","artifactChecksum":"MDAxMjdkMzdiMGYyNDg4MGNkMjlmNTg5NjhlNGRjZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6478b4d8-e3bc-492f-9a25-0eb274bfe2f3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T04:37:13.475Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:37:13.476Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:37:13.479Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:37:13.479Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:13.579Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:37:13.581Z||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-18T04:37:13.581Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:37:13.592Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:13.593Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:37:14.480Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:37:14.482Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:37:14.485Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:37:14.485Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:14.586Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:37:14.588Z||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-18T04:37:14.588Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:37:14.600Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:14.600Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:37:15.486Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:37:15.491Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:37:15.493Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:37:15.494Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:15.594Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:37:15.595Z||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-18T04:37:15.595Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:37:15.607Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:15.608Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:37:16.494Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:37:16.495Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:37:16.497Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:37:16.497Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:16.598Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:37:16.598Z||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-18T04:37:16.598Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:37:16.609Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:16.610Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:37:17.498Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:37:17.499Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:37:17.501Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:37:17.501Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:17.601Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:37:17.603Z||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-18T04:37:17.603Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:37:17.613Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:17.614Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:37:18.502Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:37:18.503Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:37:18.506Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:37:18.506Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:18.606Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:37:18.607Z||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-18T04:37:18.607Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:37:18.619Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:18.619Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:37:19.507Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:37:19.508Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:37:19.510Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:37:19.511Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:37:19.611Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:37:19.612Z||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-18T04:37:19.612Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:37:19.624Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:19.624Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:37:20.511Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:37:20.513Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:37:20.515Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:37:20.515Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:37:20.615Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:37:20.616Z||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-18T04:37:20.616Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:37:20.627Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:20.627Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:37:21.516Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "serviceName": "Demo_pNF_NSKi26Ae3iojYbHxxIUf", "serviceVersion": "1.0", "serviceUUID": "3b91a6c0-2cc4-422b-8747-296439ab799a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c7ca6e86-09b3-4cc6-948e-b4448f63ae6b", "resources": [ { "resourceInstanceName": "pNF a321d805-aebd 0", "resourceCustomizationUUID": "2b45c915-72b7-41ed-8996-8e1e9d88f6d0", "resourceName": "pNF a321d805-aebd", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5e8afbb1-03e3-413b-9cd4-15c1f4f31a64", "resourceInvariantUUID": "4127618b-3da2-401f-ba6c-38f61a8f5b65", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "artifactChecksum": "MDAxMjdkMzdiMGYyNDg4MGNkMjlmNTg5NjhlNGRjZjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6478b4d8-e3bc-492f-9a25-0eb274bfe2f3" } ], "workloadContext": "Production" } 2022-11-18T04:37:21.517Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T04:37:21.518Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b91a6c0-2cc4-422b-8747-296439ab799a ASDC 2022-11-18T04:37:21.518Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a240f740-2d7d-4be5-9620-7ad04da1f4a8 ServiceName:Demo_pNF_NSKi26Ae3iojYbHxxIUf ServiceVersion:1.0 ServiceUUID:3b91a6c0-2cc4-422b-8747-296439ab799a ServiceInvariantUUID:c7ca6e86-09b3-4cc6-948e-b4448f63ae6b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNski26ae3iojybhxxiuf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar ArtifactUUID:6478b4d8-e3bc-492f-9a25-0eb274bfe2f3 ArtifactChecksum:MDAxMjdkMzdiMGYyNDg4MGNkMjlmNTg5NjhlNGRjZjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a321d805-aebd 0 ResourceCustomizationUUID:2b45c915-72b7-41ed-8996-8e1e9d88f6d0 ResourceInvariantUUID:4127618b-3da2-401f-ba6c-38f61a8f5b65 ResourceName:pNF a321d805-aebd ResourceType:PNF ResourceUUID:5e8afbb1-03e3-413b-9cd4-15c1f4f31a64 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-18T04:37:21.518Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b91a6c0-2cc4-422b-8747-296439ab799a 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-18T04:37:21.545Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:37:21.546Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-18T04:37:21.546Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-18T04:37:21.546Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6478b4d8-e3bc-492f-9a25-0eb274bfe2f3 from URL: /sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:21.546Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-18T04:37:21.547Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:21.648Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-18T04:37:21.657Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 6478b4d8-e3bc-492f-9a25-0eb274bfe2f3 87779 2022-11-18T04:37:21.657Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar ASDC sendASDCNotification 2022-11-18T04:37:21.657Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:21.658Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:37:21.658Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:37:21.671Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:37:21.671Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746241657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:37:21.761Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-11-18T04:37:21.762Z||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-18T04:37:21.762Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:37:21.776Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:21.776Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:37:22.672Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:37:22.673Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-18T04:37:22.674Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6478b4d8-e3bc-492f-9a25-0eb274bfe2f3, URL: /sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar to file: /app/ASDC/1/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:22.674Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:22.675Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:22.675Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:22.839Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3319261461432081175/Definitions/service-DemoPnfNski26ae3iojybhxxiuf-template.yml 2022-11-18T04:37:23.706Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T04:37:23.707Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-18T04:37:23.707Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:23.707Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T04:37:23.708Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:23.708Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:23.708Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:23.708Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:23.708Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a321d805-aebd 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-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:23.709Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:23.709Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:23.709Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-18T04:37:23.709Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:37:23.710Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NSKi26Ae3iojYbHxxIUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:37:23.710Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Node template pNF a321d805-aebd 0 is matching search criteria 2022-11-18T04:37:23.710Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-18T04:37:23.710Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a321d805-aebd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:37:23.711Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:37:23.711Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NSKi26Ae3iojYbHxxIUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:37:23.711Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Node template pNF a321d805-aebd 0 is matching search criteria 2022-11-18T04:37:23.711Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-18T04:37:23.712Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a321d805-aebd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:37:23.712Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:37:23.712Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NSKi26Ae3iojYbHxxIUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:37:23.712Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:37:23.713Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NSKi26Ae3iojYbHxxIUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:37:23.713Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:37:23.713Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NSKi26Ae3iojYbHxxIUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:37:23.713Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:37:23.714Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NSKi26Ae3iojYbHxxIUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:37:23.714Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:37:23.714Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NSKi26Ae3iojYbHxxIUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:37:23.714Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_NSKi26Ae3iojYbHxxIUf Description:catalog service description Model UUID:3b91a6c0-2cc4-422b-8747-296439ab799a Model Version:NULL Model InvariantUuid:c7ca6e86-09b3-4cc6-948e-b4448f63ae6b 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-18T04:37:23.725Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e8afbb1-03e3-413b-9cd4-15c1f4f31a64 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-18T04:37:23.728Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||pNF a321d805-aebd 0 2022-11-18T04:37:23.728Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e8afbb1-03e3-413b-9cd4-15c1f4f31a64 2022-11-18T04:37:23.729Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 3b91a6c0-2cc4-422b-8747-296439ab799a 2022-11-18T04:37:23.729Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3b91a6c0-2cc4-422b-8747-296439ab799a 2022-11-18T04:37:23.729Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a321d805-aebd 0 5e8afbb1-03e3-413b-9cd4-15c1f4f31a64 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-18T04:37:23.733Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e5d4ad6, org.onap.sdc.toscaparser.api.parameters.Input@22fe0062, org.onap.sdc.toscaparser.api.parameters.Input@3af0893b, org.onap.sdc.toscaparser.api.parameters.Input@748f63d4, org.onap.sdc.toscaparser.api.parameters.Input@20508c69] 2022-11-18T04:37:23.733Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:37:23.733Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NSKi26Ae3iojYbHxxIUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:37:23.734Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3b91a6c0-2cc4-422b-8747-296439ab799a: pNF a321d805-aebd 2022-11-18T04:37:23.734Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||Processing PNF resource: 5e8afbb1-03e3-413b-9cd4-15c1f4f31a64 2022-11-18T04:37:23.734Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:37:23.734Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_NSKi26Ae3iojYbHxxIUf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:37:23.735Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||Resource customization UUID: 2b45c915-72b7-41ed-8996-8e1e9d88f6d0 is the same as notified resource customizationUUID: 2b45c915-72b7-41ed-8996-8e1e9d88f6d0 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-18T04:37:23.765Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a321d805-aebd 5e8afbb1-03e3-413b-9cd4-15c1f4f31a64 0 ASDC deployResourceStructure 2022-11-18T04:37:23.765Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar ASDC sendASDCNotification 2022-11-18T04:37:23.765Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar 2022-11-18T04:37:23.765Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:37:23.766Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:37:23.767Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:37:23.767Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746243765, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:37:23.868Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:37:23.869Z||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-18T04:37:23.869Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:37:23.880Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:37:23.881Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:37:24.768Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:37:24.778Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:37:24.780Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:37:24.780Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:37:24.781Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:37:54.781Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:37:54.790Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:37:54.792Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:37:54.792Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:37:54.792Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:38:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:38:12.819Z||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-18T04:38:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:38:12.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:38:12.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:38:12.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746228312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:38:12.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:38:24.792Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:38:24.805Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:38:24.807Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:38:24.807Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:38:24.807Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:38:54.808Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:38:54.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:38:54.819Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:38:54.819Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:38:54.820Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:39:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:39:12.819Z||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-18T04:39:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:39:12.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:39:12.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:39:12.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "aai-ml", "timestamp": 1668746233645, "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-18T04:39:12.853Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a240f740-2d7d-4be5-9620-7ad04da1f4a8 2022-11-18T04:39:12.854Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a240f740-2d7d-4be5-9620-7ad04da1f4a8 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-18T04:39:24.820Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:39:24.830Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:39:24.833Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:39:24.833Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:39:24.833Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:39:24.834Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:39:54.834Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:39:54.843Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:39:54.845Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:39:54.846Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:39:54.846Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:39:54.846Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:40:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:40:12.819Z||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-18T04:40:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:40:13.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:40:13.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:40:13.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:40:13.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746228312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:40:13.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:40:13.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:40:13.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:40:13.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746228312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:40:13.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:40:13.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:40:13.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:40:13.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746228312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:40:13.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:40:13.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:40:13.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746237084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/resourceInstances/pnfa321d805aebd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746239039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:40:13.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:40:13.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:40:13.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:40:13.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746240043, "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-18T04:40:13.362Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a240f740-2d7d-4be5-9620-7ad04da1f4a8 2022-11-18T04:40:13.362Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a240f740-2d7d-4be5-9620-7ad04da1f4a8 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-18T04:40:13.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746232816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:40:13.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-18T04:40:13.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746241657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:40:13.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:40:13.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-18T04:40:13.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746243765, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNski26ae3iojybhxxiuf/1.0/artifacts/service-DemoPnfNski26ae3iojybhxxiuf-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:40:13.374Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:40:24.846Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:40:24.854Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:40:24.856Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:40:24.857Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:40:24.857Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T04:40:24.857Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T04:40:24.857Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:40:24.857Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:40:24.857Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:40:24.857Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:40:24.857Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:40:24.857Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T04:40:24.862Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T04:40:54.862Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 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-18T04:40:54.868Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a240f740-2d7d-4be5-9620-7ad04da1f4a8 and serviceModelVersionId: 3b91a6c0-2cc4-422b-8747-296439ab799a 2022-11-18T04:40:54.868Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7ca6e86-09b3-4cc6-948e-b4448f63ae6b 2022-11-18T04:40:54.869Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7ca6e86-09b3-4cc6-948e-b4448f63ae6b/model-vers/model-ver/3b91a6c0-2cc4-422b-8747-296439ab799a?depth=0 2022-11-18T04:40:54.874Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T04:40:54.917Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7ca6e86-09b3-4cc6-948e-b4448f63ae6b/model-vers/model-ver/3b91a6c0-2cc4-422b-8747-296439ab799a?depth=0|INFO|500||Invoke 2022-11-18T04:40:54.919Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7ca6e86-09b3-4cc6-948e-b4448f63ae6b/model-vers/model-ver/3b91a6c0-2cc4-422b-8747-296439ab799a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7ca6e86-09b3-4cc6-948e-b4448f63ae6b/model-vers/model-ver/3b91a6c0-2cc4-422b-8747-296439ab799a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a240f740-2d7d-4be5-9620-7ad04da1f4a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ccab7016-5217-4a13-b327-98438965d9cc], X-ECOMP-RequestID=[a240f740-2d7d-4be5-9620-7ad04da1f4a8], X-TransactionId=[], X-ONAP-RequestID=[a240f740-2d7d-4be5-9620-7ad04da1f4a8], Content-Type=[application/merge-patch+json]} 2022-11-18T04:40:54.941Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7ca6e86-09b3-4cc6-948e-b4448f63ae6b/model-vers/model-ver/3b91a6c0-2cc4-422b-8747-296439ab799a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T04:40:55.094Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7ca6e86-09b3-4cc6-948e-b4448f63ae6b/model-vers/model-ver/3b91a6c0-2cc4-422b-8747-296439ab799a?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/c7ca6e86-09b3-4cc6-948e-b4448f63ae6b/model-vers/model-ver/3b91a6c0-2cc4-422b-8747-296439ab799a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-04:40:54:860-74115], vertex-id=[192712], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:40:54 GMT], Content-Type=[application/json]} 2022-11-18T04:40:55.095Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7ca6e86-09b3-4cc6-948e-b4448f63ae6b/model-vers/model-ver/3b91a6c0-2cc4-422b-8747-296439ab799a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T04:40:55.096Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7ca6e86-09b3-4cc6-948e-b4448f63ae6b/model-vers/model-ver/3b91a6c0-2cc4-422b-8747-296439ab799a?depth=0|INFO|500||InvokeReturn 2022-11-18T04:40:55.096Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T04:40:55.097Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T04:40:55.105Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T04:40:55.105Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a240f740-2d7d-4be5-9620-7ad04da1f4a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T04:40:55.105Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T04:40:55.106Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:40:55.107Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:40:55.108Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746455105, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:40:55.208Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:40:55.210Z||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-18T04:40:55.210Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:40:55.249Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:40:55.249Z||pool-99-thread-1|||||INFO|500||cambria reply ok (41 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-18T04:40:56.122Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:40:56.122Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T04:40:56.122Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:41:06.425Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:41:06.426Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:41:06.426Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T04:41:06.426Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:41:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:41:12.819Z||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-18T04:41:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:41:13.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:41:13.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T04:41:13.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a240f740-2d7d-4be5-9620-7ad04da1f4a8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668746455105, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:41:13.475Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:41:15.968Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:41:15.968Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:41:15.969Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T04:41:15.970Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:41:25.515Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:41:25.516Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:41:25.517Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T04:41:25.517Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:41:35.070Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:42:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:42:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T04:42:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:42:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:42:12.818Z||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-18T04:42:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:42:22.362Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:42:22.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:43:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:43:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T04:43:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:43:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:43:12.819Z||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-18T04:43:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:43:22.391Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:43:22.391Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:44:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:44:12.817Z||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-18T04:44:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:44:12.818Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:44:12.818Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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-18T04:44:12.818Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:44:22.376Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:44:22.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:45:12.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:45:12.817Z||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-18T04:45:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:45:12.818Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:45:12.818Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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-18T04:45:12.818Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:45:22.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:45:22.375Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:46:12.816Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:46:12.817Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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-18T04:46:12.817Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:46:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:46:12.818Z||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-18T04:46:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:46:22.356Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:46:22.359Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:47:12.816Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:47:12.817Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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-18T04:47:12.818Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:47:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:47:12.818Z||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-18T04:47:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:47:22.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:47:22.368Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:48:12.816Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:48:12.818Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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-18T04:48:12.818Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:48:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:48:12.818Z||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-18T04:48:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:48:22.359Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:48:22.361Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:49:12.816Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:49:12.817Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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-18T04:49:12.817Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:49:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:49:12.818Z||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-18T04:49:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:49:22.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:49:22.367Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:12.816Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:50:12.817Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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-18T04:50:12.817Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:50:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:50:12.819Z||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-18T04:50:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:50:12.946Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:12.947Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T04:50:12.948Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"75d29d57-6a54-44f5-b17c-51bdb49cd30c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"c9f0448a-4e9f-4184-b595-81c6449f6595","serviceDescription":"service","serviceInvariantUUID":"285ba454-0fe0-41c0-b735-8f9eb94ddb92","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8bd7522-1275-401f-82d1-01fba22c4cc2","resourceInvariantUUID":"773a89d6-4359-4f32-92eb-73770369fd99","resourceCustomizationUUID":"98cd6ef9-cac0-42d6-a43d-54e26e2dfbad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2bc7013f-ae0d-406c-b9ed-b951a7106df4","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OTA4ZDc4ODgyNjgyYmUzZWIxMTNlNWE3ZmIyYzgzZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a5d7828-96e7-4a27-94f4-373248a4e927","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MzdiM2I4MWUxMWIwMmZhMWViYjFjMjE1MDA2MzNmMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce60c8b0-f438-4ec1-84b2-5f12ff5aacef","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"00a78601-3620-40c1-a476-4b52a6743a51","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"994b6dfb-a235-45a1-a756-fd5d57a155d9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"859d568f-f1d3-4088-9225-426db26994e5","artifactVersion":"2","generatedFromUUID":"00a78601-3620-40c1-a476-4b52a6743a51"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Njg1ZDI3MzYzOGUyNDZmMjZiZjE2MmQzOGRhYjBiZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67651a31-f77f-42a2-8bc7-6e7ebfc04e6f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OGQyZGEwNDAzZmQ1ZDA2MWJiYmQ5N2M5NGJmYWJjMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67664f9d-c390-4373-acfa-af2985edfda3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T04:50:12.950Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:50:12.951Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:12.954Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:12.954Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.038Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:13.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "cds", "timestamp": 1668746980991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746978312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "cds", "timestamp": 1668746980991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746978312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "cds", "timestamp": 1668746980991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746978312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "cds", "timestamp": 1668746980991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746978312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "cds", "timestamp": 1668746980991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746978312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668746989512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "cds", "timestamp": 1668746980991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746978312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668746989512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "ves-openapi-manager", "timestamp": 1668746992385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "cds", "timestamp": 1668746980991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746978312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668746989512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:50:13.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "ves-openapi-manager", "timestamp": 1668746992385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "cds", "timestamp": 1668746980991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:50:13.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746978312, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:50:13.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668746989512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T04:50:13.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "ves-openapi-manager", "timestamp": 1668746992385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "cds", "timestamp": 1668746994024, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:50:13.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:50:13.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746994966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:50:13.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:50:13.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668746989512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "ves-openapi-manager", "timestamp": 1668746992385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.054Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:13.055Z||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-18T04:50:13.055Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:13.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "cds", "timestamp": 1668746995039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T04:50:13.068Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:13.069Z||pool-100-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-18T04:50:13.078Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75d29d57-6a54-44f5-b17c-51bdb49cd30c 2022-11-18T04:50:13.078Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75d29d57-6a54-44f5-b17c-51bdb49cd30c 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-18T04:50:13.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668746989512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T04:50:13.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "ves-openapi-manager", "timestamp": 1668746992385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668746989512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746997348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:50:13.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:50:13.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "ves-openapi-manager", "timestamp": 1668746992385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "cds", "timestamp": 1668746996043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668746989512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:50:13.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668746998352, "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-18T04:50:13.096Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75d29d57-6a54-44f5-b17c-51bdb49cd30c 2022-11-18T04:50:13.096Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75d29d57-6a54-44f5-b17c-51bdb49cd30c 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-18T04:50:13.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "ves-openapi-manager", "timestamp": 1668746992385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "cds", "timestamp": 1668746996043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668746998261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:50:13.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:50:13.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "ves-openapi-manager", "timestamp": 1668746992385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "cds", "timestamp": 1668746996043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668746999332, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:50:13.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:50:13.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "cds", "timestamp": 1668746996043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668747000422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:50:13.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:50:13.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "cds", "timestamp": 1668746996043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668747001449, "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-18T04:50:13.117Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75d29d57-6a54-44f5-b17c-51bdb49cd30c 2022-11-18T04:50:13.118Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75d29d57-6a54-44f5-b17c-51bdb49cd30c 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-18T04:50:13.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "cds", "timestamp": 1668746996043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "multicloud-k8s-id", "timestamp": 1668747002454, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:50:13.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:50:13.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "cds", "timestamp": 1668746996043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "cds", "timestamp": 1668746996043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:50:13.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:50:13.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "cds", "timestamp": 1668747004921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:50:13.132Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:50:13.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "aai-ml", "timestamp": 1668747006941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:50:13.132Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:50:13.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "cds", "timestamp": 1668747007369, "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-18T04:50:13.145Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 2022-11-18T04:50:13.145Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 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-18T04:50:13.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747008312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747008312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747008312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747009512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747008312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:13.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:50:13.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747009512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:50:13.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:50:13.954Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:50:13.956Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:13.959Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:13.959Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:14.059Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:14.060Z||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-18T04:50:14.060Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:14.072Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:14.072Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:14.959Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:50:14.960Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:14.962Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:14.962Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:50:15.062Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:15.063Z||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-18T04:50:15.063Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:15.074Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:15.074Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:15.962Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:50:15.963Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:15.965Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:15.965Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T04:50:16.065Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:16.067Z||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-18T04:50:16.067Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:16.076Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:16.077Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:16.965Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:50:16.966Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:16.968Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:16.968Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:17.069Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T04:50:17.070Z||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-18T04:50:17.070Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:17.090Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:17.091Z||pool-104-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:17.969Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:50:17.970Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:17.972Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:17.972Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T04:50:18.072Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:18.073Z||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-18T04:50:18.073Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:18.086Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:18.086Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:18.973Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:50:18.973Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:18.975Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:18.975Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:50:19.076Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:19.077Z||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-18T04:50:19.077Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:19.096Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:19.097Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:19.976Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:50:19.977Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:19.979Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:19.979Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:50:20.079Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:20.080Z||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-18T04:50:20.080Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:20.089Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:20.090Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:50:20.980Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "c9f0448a-4e9f-4184-b595-81c6449f6595", "serviceDescription": "service", "serviceInvariantUUID": "285ba454-0fe0-41c0-b735-8f9eb94ddb92", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "98cd6ef9-cac0-42d6-a43d-54e26e2dfbad", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f8bd7522-1275-401f-82d1-01fba22c4cc2", "resourceInvariantUUID": "773a89d6-4359-4f32-92eb-73770369fd99", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "MzdiM2I4MWUxMWIwMmZhMWViYjFjMjE1MDA2MzNmMzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce60c8b0-f438-4ec1-84b2-5f12ff5aacef", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "00a78601-3620-40c1-a476-4b52a6743a51", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "859d568f-f1d3-4088-9225-426db26994e5", "generatedFromUUID": "00a78601-3620-40c1-a476-4b52a6743a51" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "859d568f-f1d3-4088-9225-426db26994e5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "OGQyZGEwNDAzZmQ1ZDA2MWJiYmQ5N2M5NGJmYWJjMTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "67664f9d-c390-4373-acfa-af2985edfda3" } ], "workloadContext": "Production" } 2022-11-18T04:50:20.981Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T04:50:20.981Z|f67cba48-a5b4-4fe4-aca1-f1aa25def4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c9f0448a-4e9f-4184-b595-81c6449f6595 ASDC 2022-11-18T04:50:20.982Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:75d29d57-6a54-44f5-b17c-51bdb49cd30c ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:c9f0448a-4e9f-4184-b595-81c6449f6595 ServiceInvariantUUID:285ba454-0fe0-41c0-b735-8f9eb94ddb92 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:67664f9d-c390-4373-acfa-af2985edfda3 ArtifactChecksum:OGQyZGEwNDAzZmQ1ZDA2MWJiYmQ5N2M5NGJmYWJjMTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:98cd6ef9-cac0-42d6-a43d-54e26e2dfbad ResourceInvariantUUID:773a89d6-4359-4f32-92eb-73770369fd99 ResourceName:basicclamp ResourceType:VF ResourceUUID:f8bd7522-1275-401f-82d1-01fba22c4cc2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:ce60c8b0-f438-4ec1-84b2-5f12ff5aacef ArtifactChecksum:MzdiM2I4MWUxMWIwMmZhMWViYjFjMjE1MDA2MzNmMzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:00a78601-3620-40c1-a476-4b52a6743a51 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:859d568f-f1d3-4088-9225-426db26994e5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:859d568f-f1d3-4088-9225-426db26994e5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T04:50:20.982Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f0448a-4e9f-4184-b595-81c6449f6595 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-18T04:50:21.024Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:50:21.025Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:50:21.025Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:50:21.026Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 67664f9d-c390-4373-acfa-af2985edfda3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-11-18T04:50:21.026Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:50:21.026Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-11-18T04:50:21.333Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:50:21.336Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 67664f9d-c390-4373-acfa-af2985edfda3 77407 2022-11-18T04:50:21.336Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-11-18T04:50:21.337Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-11-18T04:50:21.337Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:50:21.337Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:21.339Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:21.339Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747021336, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:50:21.439Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:21.440Z||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-18T04:50:21.441Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:21.451Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:21.452Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:22.340Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:50:22.341Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:50:22.341Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 67664f9d-c390-4373-acfa-af2985edfda3, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T04:50:22.341Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-11-18T04:50:22.342Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T04:50:22.342Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T04:50:22.533Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13103754129853519763/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_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-18T04:50:23.725Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T04:50:23.726Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T04:50:23.726Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T04:50:23.726Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T04:50:23.726Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T04:50:23.726Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T04:50:23.726Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T04:50:23.727Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T04:50:23.727Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2022-11-18T04:50:23.727Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T04:50:23.727Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-11-18T04:50:23.727Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T04:50:23.727Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.728Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:23.728Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T04:50:23.728Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T04:50:23.729Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:50:23.729Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.729Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:23.729Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T04:50:23.729Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T04:50:23.729Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:50:23.730Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.730Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:23.730Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.730Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-11-18T04:50:23.731Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-18T04:50:23.731Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-18T04:50:23.731Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-18T04:50:23.731Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T04:50:23.731Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T04:50:23.732Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.732Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:50:23.732Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.732Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T04:50:23.732Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:50:23.733Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.733Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T04:50:23.733Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:50:23.733Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.733Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T04:50:23.733Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:50:23.734Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.734Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-11-18T04:50:23.734Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-18T04:50:23.734Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T04:50:23.734Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e174d1ff-bc68-48e7-90e6-98d84b45ed58 2022-11-18T04:50:23.735Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.735Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:23.735Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.735Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:23.735Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.735Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:23.736Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:23.736Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:23.736Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:c9f0448a-4e9f-4184-b595-81c6449f6595 Model Version:NULL Model InvariantUuid:285ba454-0fe0-41c0-b735-8f9eb94ddb92 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:7a00897f-f862-4901-b016-943aa80fa0b2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:773a89d6-4359-4f32-92eb-73770369fd99 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:98cd6ef9-cac0-42d6-a43d-54e26e2dfbad NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ec39419d-8ee4-43b8-b459-3bd201c173a3 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:1a1683b6-852c-429a-b724-136afdff0113 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e174d1ff-bc68-48e7-90e6-98d84b45ed58 ModelInvariantUuid:eb05df58-fc9b-449c-9573-f5f8d17a21aa ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:a7f9f530-c664-4ea7-8a8b-ab9abd838824 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:1d982b1d-1856-4830-84b1-e6215e32600d ModelInvariantUuid:1a82b4ad-02b8-499e-825a-5bd2c3c26644 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:01f5b0cd-d429-4dcb-b798-83b3c5b16af0 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-18T04:50:23.741Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f8bd7522-1275-401f-82d1-01fba22c4cc2 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-18T04:50:23.745Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||basicclamp 0 2022-11-18T04:50:23.745Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f8bd7522-1275-401f-82d1-01fba22c4cc2 2022-11-18T04:50:23.745Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ce60c8b0-f438-4ec1-84b2-5f12ff5aacef from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-11-18T04:50:23.745Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:50:23.745Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-11-18T04:50:23.866Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:50:23.866Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ce60c8b0-f438-4ec1-84b2-5f12ff5aacef 790 2022-11-18T04:50:23.867Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-11-18T04:50:23.867Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-11-18T04:50:23.867Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:50:23.867Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:23.869Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:23.869Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747023867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:50:23.969Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:23.970Z||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-18T04:50:23.970Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:23.984Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:23.985Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:24.869Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ec39419d-8ee4-43b8-b459-3bd201c173a3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1a1683b6-852c-429a-b724-136afdff0113", "vfModuleModelCustomizationUUID": "23b949f0-8fc0-494f-b4f2-f10cb08d48c4", "isBase": true, "artifacts": [ "00a78601-3620-40c1-a476-4b52a6743a51", "859d568f-f1d3-4088-9225-426db26994e5" ], "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-18T04:50:24.874Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1a1683b6-852c-429a-b724-136afdff0113 VfModuleModelInvariantUUID:ec39419d-8ee4-43b8-b459-3bd201c173a3 VfModuleModelDescription:NULL Artifacts UUID List:{ 00a78601-3620-40c1-a476-4b52a6743a51 , 859d568f-f1d3-4088-9225-426db26994e5 } 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-18T04:50:24.877Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ec39419d-8ee4-43b8-b459-3bd201c173a3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1a1683b6-852c-429a-b724-136afdff0113", "vfModuleModelCustomizationUUID": "23b949f0-8fc0-494f-b4f2-f10cb08d48c4", "isBase": true, "artifacts": [ "00a78601-3620-40c1-a476-4b52a6743a51", "859d568f-f1d3-4088-9225-426db26994e5" ], "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-18T04:50:24.877Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1a1683b6-852c-429a-b724-136afdff0113 VfModuleModelInvariantUUID:ec39419d-8ee4-43b8-b459-3bd201c173a3 VfModuleModelDescription:NULL Artifacts UUID List:{ 00a78601-3620-40c1-a476-4b52a6743a51 , 859d568f-f1d3-4088-9225-426db26994e5 } 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-18T04:50:24.877Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 00a78601-3620-40c1-a476-4b52a6743a51 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-11-18T04:50:24.877Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:50:24.878Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-11-18T04:50:24.933Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:50:24.933Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 00a78601-3620-40c1-a476-4b52a6743a51 5033 2022-11-18T04:50:24.934Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-18T04:50:24.934Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-11-18T04:50:24.934Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:50:24.934Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:24.937Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:24.937Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747024934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:50:25.037Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:25.038Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T04:50:25.038Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:25.051Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:25.051Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:25.938Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 859d568f-f1d3-4088-9225-426db26994e5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-11-18T04:50:25.938Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:50:25.938Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-11-18T04:50:25.985Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:50:25.985Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 859d568f-f1d3-4088-9225-426db26994e5 909 2022-11-18T04:50:25.986Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-18T04:50:25.986Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-11-18T04:50:25.986Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:50:25.986Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:25.988Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:25.988Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747025986, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:50:26.088Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:26.089Z||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-18T04:50:26.089Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:26.101Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:26.101Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:26.989Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c9f0448a-4e9f-4184-b595-81c6449f6595 2022-11-18T04:50:26.989Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 f8bd7522-1275-401f-82d1-01fba22c4cc2 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-18T04:50:27.010Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e24fbed, org.onap.sdc.toscaparser.api.parameters.Input@77915fd3, org.onap.sdc.toscaparser.api.parameters.Input@47634107, org.onap.sdc.toscaparser.api.parameters.Input@53fca01d, org.onap.sdc.toscaparser.api.parameters.Input@6abec21c] 2022-11-18T04:50:27.012Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.012Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:27.012Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-18T04:50:27.013Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 98cd6ef9-cac0-42d6-a43d-54e26e2dfbad 2022-11-18T04:50:27.013Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98cd6ef9-cac0-42d6-a43d-54e26e2dfbad matches Tosca VF Customization UUID: 98cd6ef9-cac0-42d6-a43d-54e26e2dfbad 2022-11-18T04:50:27.013Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 98cd6ef9-cac0-42d6-a43d-54e26e2dfbad 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-18T04:50:27.016Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.016Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:27.017Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 98cd6ef9-cac0-42d6-a43d-54e26e2dfbad: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-18T04:50:27.017Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cd0cac2 2022-11-18T04:50:27.017Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.017Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:50:27.017Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23b949f0-8fc0-494f-b4f2-f10cb08d48c4 2022-11-18T04:50:27.018Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23b949f0-8fc0-494f-b4f2-f10cb08d48c4 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-18T04:50:27.021Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.021Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T04:50:27.021Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:50:27.021Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.022Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T04:50:27.022Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:50:27.022Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.023Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-11-18T04:50:27.023Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-18T04:50:27.023Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-18T04:50:27.023Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e174d1ff-bc68-48e7-90e6-98d84b45ed58 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-18T04:50:27.026Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.026Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T04:50:27.026Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:50:27.027Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.027Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-11-18T04:50:27.027Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=98cd6ef9-cac0-42d6-a43d-54e26e2dfbad 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-18T04:50:27.029Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.029Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:27.030Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c9f0448a-4e9f-4184-b595-81c6449f6595: basicclamp 2022-11-18T04:50:27.030Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.030Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:27.030Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.031Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:27.031Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.031Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:27.031Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.032Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:27.032Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:50:27.032Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:50:27.032Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||Saving Service: basicclamp 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-18T04:50:27.204Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp f8bd7522-1275-401f-82d1-01fba22c4cc2 1 ASDC deployResourceStructure 2022-11-18T04:50:27.204Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-11-18T04:50:27.205Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-11-18T04:50:27.205Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:50:27.205Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:27.207Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:27.207Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747027204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:50:27.307Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:50:27.308Z||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-18T04:50:27.308Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:27.319Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:27.319Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:28.209Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-18T04:50:28.209Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-11-18T04:50:28.209Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:50:28.210Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:28.212Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:28.212Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747028208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:50:28.313Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:50:28.313Z||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-18T04:50:28.314Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:28.326Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:28.326Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:29.214Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-18T04:50:29.214Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-11-18T04:50:29.214Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:50:29.214Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:29.217Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:29.217Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747029214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-18T04:50:29.317Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:29.318Z||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-18T04:50:29.318Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:29.333Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:29.334Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:50:30.218Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-11-18T04:50:30.219Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-11-18T04:50:30.219Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:50:30.219Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:50:30.221Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:50:30.221Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747030218, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:50:30.321Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:50:30.322Z||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-18T04:50:30.322Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:50:30.336Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:50:30.336Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:50:31.222Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:50:31.234Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:50:31.237Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:50:31.237Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:50:31.237Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:51:01.237Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:51:01.249Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:51:01.252Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:51:01.252Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:51:01.252Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:51:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:51:12.819Z||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-18T04:51:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:51:12.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:51:12.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-18T04:51:12.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "ves-openapi-manager", "timestamp": 1668747012385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:51:12.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-18T04:51:31.252Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:51:31.266Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:51:31.268Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:51:31.269Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:51:31.269Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:52:01.269Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:52:01.277Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:52:01.279Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:52:01.279Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:52:01.279Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:52:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:52:12.819Z||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-18T04:52:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:52:12.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:52:12.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-18T04:52:12.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:52:12.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-18T04:52:31.279Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:52:31.289Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:52:31.290Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:52:31.290Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:52:31.291Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:53:01.291Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:53:01.300Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:53:01.303Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:53:01.303Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-18T04:53:01.303Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-18T04:53:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:53:12.819Z||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-18T04:53:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:53:12.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:53:13.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747008312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747009512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T04:53:13.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747010991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "ves-openapi-manager", "timestamp": 1668747012385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747008312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747009512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "aai-ml", "timestamp": 1668747014647, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747010991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "ves-openapi-manager", "timestamp": 1668747012385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747008312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747009512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T04:53:13.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "aai-ml", "timestamp": 1668747015651, "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-18T04:53:13.387Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75d29d57-6a54-44f5-b17c-51bdb49cd30c 2022-11-18T04:53:13.388Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75d29d57-6a54-44f5-b17c-51bdb49cd30c 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-18T04:53:13.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747010991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "ves-openapi-manager", "timestamp": 1668747012385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-18T04:53:13.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747008312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747009512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747010991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "ves-openapi-manager", "timestamp": 1668747012385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747017054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.405Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747009512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747010991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "ves-openapi-manager", "timestamp": 1668747012385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-18T04:53:13.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747009512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747010991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "ves-openapi-manager", "timestamp": 1668747012385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747018264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.408Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747019407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747010991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "ves-openapi-manager", "timestamp": 1668747012385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747019364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747020413, "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-18T04:53:13.414Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 2022-11-18T04:53:13.414Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 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-18T04:53:13.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747010991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747021336, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747020462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747010991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747021485, "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-18T04:53:13.428Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 2022-11-18T04:53:13.428Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 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-18T04:53:13.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747010991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "multicloud-k8s-id", "timestamp": 1668747022489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "aai-ml", "timestamp": 1668746998077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747023867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747022979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.437Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "aai-ml", "timestamp": 1668747024758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.437Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747024934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.437Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "cds", "timestamp": 1668747024333, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:53:13.449Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 671e114a-d204-4c52-b8cd-375cffea514d 2022-11-18T04:53:13.450Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 671e114a-d204-4c52-b8cd-375cffea514d 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-18T04:53:13.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747025986, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747027204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747028208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747029214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747030218, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747029512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747029512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:53:13.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "ves-openapi-manager", "timestamp": 1668747032385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747029512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-18T04:53:13.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "ves-openapi-manager", "timestamp": 1668747032385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747029512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "aai-ml", "timestamp": 1668747034393, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "ves-openapi-manager", "timestamp": 1668747032385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747029512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-18T04:53:13.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "aai-ml", "timestamp": 1668747035397, "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-18T04:53:13.465Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 2022-11-18T04:53:13.465Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 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-18T04:53:13.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "ves-openapi-manager", "timestamp": 1668747032385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "cds", "timestamp": 1668747025991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747029512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-18T04:53:13.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "ves-openapi-manager", "timestamp": 1668747032385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "cds", "timestamp": 1668747025991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747029512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-18T04:53:13.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "ves-openapi-manager", "timestamp": 1668747032385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "cds", "timestamp": 1668747025991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747029512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "ves-openapi-manager", "timestamp": 1668747032385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "cds", "timestamp": 1668747025991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747029512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "ves-openapi-manager", "timestamp": 1668747032385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "cds", "timestamp": 1668747025991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747029512, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "ves-openapi-manager", "timestamp": 1668747032385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "cds", "timestamp": 1668747025991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747040331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.485Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "ves-openapi-manager", "timestamp": 1668747032385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "cds", "timestamp": 1668747025991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747041396, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "cds", "timestamp": 1668747025991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747042459, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "cds", "timestamp": 1668747025991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747043529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "cds", "timestamp": 1668747044282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747044589, "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-18T04:53:13.494Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 671e114a-d204-4c52-b8cd-375cffea514d 2022-11-18T04:53:13.494Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 671e114a-d204-4c52-b8cd-375cffea514d 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-18T04:53:13.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "cds", "timestamp": 1668747045544, "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-18T04:53:13.514Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff41013c-e12d-4458-9a91-1a3ddd455a1d 2022-11-18T04:53:13.514Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff41013c-e12d-4458-9a91-1a3ddd455a1d 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-18T04:53:13.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747045592, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747047125, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747049079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747049512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747051350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747049512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747052354, "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-18T04:53:13.531Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 671e114a-d204-4c52-b8cd-375cffea514d 2022-11-18T04:53:13.531Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 671e114a-d204-4c52-b8cd-375cffea514d 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-18T04:53:13.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747052385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747049512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747052385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747049512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747054771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747052385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747049512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "671e114a-d204-4c52-b8cd-375cffea514d", "consumerID": "aai-ml", "timestamp": 1668747055775, "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-18T04:53:13.551Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 671e114a-d204-4c52-b8cd-375cffea514d 2022-11-18T04:53:13.551Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 671e114a-d204-4c52-b8cd-375cffea514d 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-18T04:53:13.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747052385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747049512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747052385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747049512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747052385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747049512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747052385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-18T04:53:13.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1668747049512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747052385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747052385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747038312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747062116, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747062474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747063140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:53:13.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "ves-openapi-manager", "timestamp": 1668747064143, "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-18T04:53:13.574Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ff41013c-e12d-4458-9a91-1a3ddd455a1d 2022-11-18T04:53:13.574Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff41013c-e12d-4458-9a91-1a3ddd455a1d 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-18T04:53:13.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747064369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747036400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:53:13.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:53:13.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668747065373, "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-18T04:53:13.588Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff41013c-e12d-4458-9a91-1a3ddd455a1d 2022-11-18T04:53:13.588Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff41013c-e12d-4458-9a91-1a3ddd455a1d 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-18T04:53:13.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747065866, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:53:13.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747070829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:53:13.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:53:13.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:53:13.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "aai-ml", "timestamp": 1668747071832, "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-18T04:53:13.604Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff41013c-e12d-4458-9a91-1a3ddd455a1d 2022-11-18T04:53:13.604Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff41013c-e12d-4458-9a91-1a3ddd455a1d 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-18T04:53:31.303Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:53:31.314Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:53:31.316Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:53:31.316Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:53:31.316Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T04:53:31.316Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T04:53:31.316Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:53:31.316Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:53:31.316Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:53:31.316Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:53:31.317Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:53:31.317Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T04:53:31.322Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T04:54:01.322Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c 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-18T04:54:01.329Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75d29d57-6a54-44f5-b17c-51bdb49cd30c and serviceModelVersionId: c9f0448a-4e9f-4184-b595-81c6449f6595 2022-11-18T04:54:01.329Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 285ba454-0fe0-41c0-b735-8f9eb94ddb92 2022-11-18T04:54:01.331Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/285ba454-0fe0-41c0-b735-8f9eb94ddb92/model-vers/model-ver/c9f0448a-4e9f-4184-b595-81c6449f6595?depth=0 2022-11-18T04:54:01.337Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T04:54:01.408Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/285ba454-0fe0-41c0-b735-8f9eb94ddb92/model-vers/model-ver/c9f0448a-4e9f-4184-b595-81c6449f6595?depth=0|INFO|500||Invoke 2022-11-18T04:54:01.409Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/285ba454-0fe0-41c0-b735-8f9eb94ddb92/model-vers/model-ver/c9f0448a-4e9f-4184-b595-81c6449f6595?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/285ba454-0fe0-41c0-b735-8f9eb94ddb92/model-vers/model-ver/c9f0448a-4e9f-4184-b595-81c6449f6595?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75d29d57-6a54-44f5-b17c-51bdb49cd30c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e82020de-65ee-4bd5-8aca-51c7a8bbf88e], X-ECOMP-RequestID=[75d29d57-6a54-44f5-b17c-51bdb49cd30c], X-TransactionId=[], X-ONAP-RequestID=[75d29d57-6a54-44f5-b17c-51bdb49cd30c], Content-Type=[application/merge-patch+json]} 2022-11-18T04:54:01.435Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/285ba454-0fe0-41c0-b735-8f9eb94ddb92/model-vers/model-ver/c9f0448a-4e9f-4184-b595-81c6449f6595?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T04:54:01.638Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/285ba454-0fe0-41c0-b735-8f9eb94ddb92/model-vers/model-ver/c9f0448a-4e9f-4184-b595-81c6449f6595?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/285ba454-0fe0-41c0-b735-8f9eb94ddb92/model-vers/model-ver/c9f0448a-4e9f-4184-b595-81c6449f6595?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-04:54:01:283-46008], vertex-id=[299096], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:54:01 GMT], Content-Type=[application/json]} 2022-11-18T04:54:01.639Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/285ba454-0fe0-41c0-b735-8f9eb94ddb92/model-vers/model-ver/c9f0448a-4e9f-4184-b595-81c6449f6595?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T04:54:01.639Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/285ba454-0fe0-41c0-b735-8f9eb94ddb92/model-vers/model-ver/c9f0448a-4e9f-4184-b595-81c6449f6595?depth=0|INFO|500||InvokeReturn 2022-11-18T04:54:01.640Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T04:54:01.640Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T04:54:01.646Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T04:54:01.646Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75d29d57-6a54-44f5-b17c-51bdb49cd30c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T04:54:01.646Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T04:54:01.646Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:01.648Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:01.648Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747241646, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:54:01.749Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T04:54:01.750Z||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-18T04:54:01.750Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:01.785Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:01.786Z||pool-116-thread-1|||||INFO|500||cambria reply ok (37 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-18T04:54:02.660Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T04:54:02.660Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"41aa2fdf-09b3-4cbd-8249-91edb34d98f5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"74a8b173-fd72-49b7-afef-d83bbe7b9af4","serviceDescription":"service","serviceInvariantUUID":"febc1d07-1d4a-4682-974b-92a9f6826ccd","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69ca4d01-cb37-478a-997a-788a0b8476bb","resourceInvariantUUID":"e93c4a97-a339-4d28-9bc6-f5246619301b","resourceCustomizationUUID":"876747be-2727-4b56-bebd-cbe45c0c4dd0","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":"N2U0OWEzZTViZTY2NjczYWVlMGRjNTdjMmMxNzRiMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"200f7b58-0fcd-4ce9-bef8-38155bccc96f","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":"OGE2Y2RiMDNkODAyNjU1MjFjYWUxNDc3YWJhNTdhOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"821289fb-c2bc-4340-9050-29158465ebeb","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":"68ef5ec4-a853-49c9-814a-d91015c29a23","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":"4b958d11-897c-45d8-8be2-2bfdf389b9cd","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":"a3c2da29-25e2-4f37-a0ac-fc1a636ab0dc","artifactVersion":"2","generatedFromUUID":"68ef5ec4-a853-49c9-814a-d91015c29a23"},{"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":"NTFkYTRlMDg0NDYxM2EyYzgyODc1MzM2MDM3M2I0MWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f1625111-82c7-4544-9391-5aeb5c4d5769","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":"MWM1YjIzMzdlYWQzMWEzMjBkZGY2NzNmMTU5ODI4MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"08c687dc-9ba3-4ee0-82d5-8d25e1d123a3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjVmN2Q4NjA1YzZkYzZiZDk2MjkxOWY2OGQ4YmRiNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65b5dd73-6ce6-4ec0-a046-0cd9fa742a4b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T04:54:02.660Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:02.661Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:02.662Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:02.662Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:02.763Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:02.763Z||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-18T04:54:02.763Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:02.777Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:02.778Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:03.663Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:03.664Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:03.666Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:03.666Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:54:03.767Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:03.768Z||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-18T04:54:03.768Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:03.780Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:03.781Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:04.667Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:04.668Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:04.670Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:04.670Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T04:54:04.770Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:04.771Z||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-18T04:54:04.771Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:04.781Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:04.782Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:05.671Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:05.672Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:05.674Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:05.674Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:05.774Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:05.775Z||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-18T04:54:05.775Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:05.785Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:05.785Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:06.674Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:06.675Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:06.677Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:06.677Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T04:54:06.777Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:06.778Z||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-18T04:54:06.778Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:06.790Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:06.790Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:54:07.678Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:07.679Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:07.681Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:07.681Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:07.781Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:07.782Z||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-18T04:54:07.782Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:07.793Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:07.794Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:08.683Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:08.683Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:08.687Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:08.687Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:08.787Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:08.788Z||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-18T04:54:08.788Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:08.799Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:08.799Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:09.688Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:09.689Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:09.691Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:09.691Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:54:09.791Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:09.792Z||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-18T04:54:09.792Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:09.803Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:09.803Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:10.692Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "74a8b173-fd72-49b7-afef-d83bbe7b9af4", "serviceDescription": "service", "serviceInvariantUUID": "febc1d07-1d4a-4682-974b-92a9f6826ccd", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "876747be-2727-4b56-bebd-cbe45c0c4dd0", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "69ca4d01-cb37-478a-997a-788a0b8476bb", "resourceInvariantUUID": "e93c4a97-a339-4d28-9bc6-f5246619301b", "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": "OGE2Y2RiMDNkODAyNjU1MjFjYWUxNDc3YWJhNTdhOTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "821289fb-c2bc-4340-9050-29158465ebeb", "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": "68ef5ec4-a853-49c9-814a-d91015c29a23", "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": "a3c2da29-25e2-4f37-a0ac-fc1a636ab0dc", "generatedFromUUID": "68ef5ec4-a853-49c9-814a-d91015c29a23" }, "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": "a3c2da29-25e2-4f37-a0ac-fc1a636ab0dc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MjVmN2Q4NjA1YzZkYzZiZDk2MjkxOWY2OGQ4YmRiNDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65b5dd73-6ce6-4ec0-a046-0cd9fa742a4b" } ], "workloadContext": "Production" } 2022-11-18T04:54:10.693Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T04:54:10.693Z|75d29d57-6a54-44f5-b17c-51bdb49cd30c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74a8b173-fd72-49b7-afef-d83bbe7b9af4 ASDC 2022-11-18T04:54:10.693Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:41aa2fdf-09b3-4cbd-8249-91edb34d98f5 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:74a8b173-fd72-49b7-afef-d83bbe7b9af4 ServiceInvariantUUID:febc1d07-1d4a-4682-974b-92a9f6826ccd 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:65b5dd73-6ce6-4ec0-a046-0cd9fa742a4b ArtifactChecksum:MjVmN2Q4NjA1YzZkYzZiZDk2MjkxOWY2OGQ4YmRiNDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:876747be-2727-4b56-bebd-cbe45c0c4dd0 ResourceInvariantUUID:e93c4a97-a339-4d28-9bc6-f5246619301b ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:69ca4d01-cb37-478a-997a-788a0b8476bb 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:821289fb-c2bc-4340-9050-29158465ebeb ArtifactChecksum:OGE2Y2RiMDNkODAyNjU1MjFjYWUxNDc3YWJhNTdhOTg= 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:68ef5ec4-a853-49c9-814a-d91015c29a23 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:a3c2da29-25e2-4f37-a0ac-fc1a636ab0dc 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:a3c2da29-25e2-4f37-a0ac-fc1a636ab0dc ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-18T04:54:10.693Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74a8b173-fd72-49b7-afef-d83bbe7b9af4 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-18T04:54:10.730Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:54:10.730Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:54:10.730Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:54:10.730Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 65b5dd73-6ce6-4ec0-a046-0cd9fa742a4b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T04:54:10.731Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:54:10.731Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T04:54:11.177Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:54:11.181Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 65b5dd73-6ce6-4ec0-a046-0cd9fa742a4b 82640 2022-11-18T04:54:11.182Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-18T04:54:11.182Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T04:54:11.182Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:54:11.182Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:11.185Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:11.185Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747251182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:54:11.285Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:11.286Z||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-18T04:54:11.286Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:11.298Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:11.299Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:54:12.185Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:54:12.186Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:54:12.187Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 65b5dd73-6ce6-4ec0-a046-0cd9fa742a4b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T04:54:12.187Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-18T04:54:12.187Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T04:54:12.187Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T04:54:12.293Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9603649035979618160/Definitions/service-BasicVmMacro-template.yml 2022-11-18T04:54:12.819Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:54:12.820Z||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-18T04:54:12.820Z||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 VxcOLrvzygydtL6C) ... 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-18T04:54:13.349Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T04:54:13.350Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T04:54:13.350Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T04:54:13.350Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T04:54:13.351Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T04:54:13.351Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T04:54:13.351Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||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-18T04:54:13.351Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T04:54:13.351Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T04:54:13.351Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-18T04:54:13.351Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||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-18T04:54:13.352Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T04:54:13.352Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.352Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:13.352Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T04:54:13.353Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T04:54:13.353Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:54:13.353Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.353Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:13.353Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T04:54:13.353Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T04:54:13.354Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:54:13.354Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.354Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:13.354Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.354Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-18T04:54:13.355Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-18T04:54:13.355Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-18T04:54:13.355Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-18T04:54:13.355Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T04:54:13.355Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-18T04:54:13.356Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.356Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:54:13.356Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.356Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T04:54:13.356Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:54:13.357Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.357Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T04:54:13.357Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:54:13.357Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.358Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T04:54:13.358Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:54:13.358Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.358Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-18T04:54:13.358Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T04:54:13.359Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T04:54:13.359Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c1915af3-fd5a-404f-9c95-d3862bcd117e 2022-11-18T04:54:13.359Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.359Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:13.359Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.360Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:13.360Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.360Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:13.360Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:13.360Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:13.360Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:74a8b173-fd72-49b7-afef-d83bbe7b9af4 Model Version:NULL Model InvariantUuid:febc1d07-1d4a-4682-974b-92a9f6826ccd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:403bb94b-b276-442e-b97e-fddf88bdfb32 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e93c4a97-a339-4d28-9bc6-f5246619301b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:876747be-2727-4b56-bebd-cbe45c0c4dd0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8a85cc51-2350-4f06-a46d-c03bd5e35fb9 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:1abf2c95-3da9-43d6-b609-b7fa28451ba4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c1915af3-fd5a-404f-9c95-d3862bcd117e ModelInvariantUuid:8d02b967-1fac-4659-b6f8-b5cf6042620d ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:f2fce908-f685-4848-803b-c0ffcb36784a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:43e4254c-9cf1-4b93-872d-f929213a5f11 ModelInvariantUuid:abd898f8-2b57-4dac-a2d5-31fa07d60bae ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:6314c04f-d9ea-4ebf-a22b-8bf6a454e5fc 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-18T04:54:13.369Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 69ca4d01-cb37-478a-997a-788a0b8476bb 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-18T04:54:13.381Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-11-18T04:54:13.381Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69ca4d01-cb37-478a-997a-788a0b8476bb 2022-11-18T04:54:13.382Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 821289fb-c2bc-4340-9050-29158465ebeb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-18T04:54:13.382Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:54:13.382Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-18T04:54:13.429Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:54:13.429Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 821289fb-c2bc-4340-9050-29158465ebeb 792 2022-11-18T04:54:13.430Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-18T04:54:13.430Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-18T04:54:13.430Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:54:13.431Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:13.433Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:13.433Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747253430, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:54:13.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:13.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:54:13.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "75d29d57-6a54-44f5-b17c-51bdb49cd30c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747241646, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:54:13.452Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:54:13.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:54:13.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:13.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:54:13.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:54:13.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-18T04:54:13.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:54:13.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:54:13.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-18T04:54:13.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:54:13.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:54:13.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:13.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:54:13.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:54:13.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-18T04:54:13.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:54:13.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:54:13.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:13.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:54:13.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:54:13.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:13.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:54:13.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:54:13.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747012816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:54:13.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-18T04:54:13.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:54:13.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747251182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:54:13.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:54:13.533Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:13.534Z||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-18T04:54:13.534Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:13.550Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:13.550Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:54:14.433Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8a85cc51-2350-4f06-a46d-c03bd5e35fb9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1abf2c95-3da9-43d6-b609-b7fa28451ba4", "vfModuleModelCustomizationUUID": "534ccb16-59dc-40bf-8152-67fda9d8cbd8", "isBase": true, "artifacts": [ "68ef5ec4-a853-49c9-814a-d91015c29a23", "a3c2da29-25e2-4f37-a0ac-fc1a636ab0dc" ], "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-18T04:54:14.437Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1abf2c95-3da9-43d6-b609-b7fa28451ba4 VfModuleModelInvariantUUID:8a85cc51-2350-4f06-a46d-c03bd5e35fb9 VfModuleModelDescription:NULL Artifacts UUID List:{ 68ef5ec4-a853-49c9-814a-d91015c29a23 , a3c2da29-25e2-4f37-a0ac-fc1a636ab0dc } 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-18T04:54:14.440Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8a85cc51-2350-4f06-a46d-c03bd5e35fb9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1abf2c95-3da9-43d6-b609-b7fa28451ba4", "vfModuleModelCustomizationUUID": "534ccb16-59dc-40bf-8152-67fda9d8cbd8", "isBase": true, "artifacts": [ "68ef5ec4-a853-49c9-814a-d91015c29a23", "a3c2da29-25e2-4f37-a0ac-fc1a636ab0dc" ], "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-18T04:54:14.441Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1abf2c95-3da9-43d6-b609-b7fa28451ba4 VfModuleModelInvariantUUID:8a85cc51-2350-4f06-a46d-c03bd5e35fb9 VfModuleModelDescription:NULL Artifacts UUID List:{ 68ef5ec4-a853-49c9-814a-d91015c29a23 , a3c2da29-25e2-4f37-a0ac-fc1a636ab0dc } 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-18T04:54:14.441Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 68ef5ec4-a853-49c9-814a-d91015c29a23 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-18T04:54:14.441Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:54:14.441Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-18T04:54:14.493Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:54:14.494Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 68ef5ec4-a853-49c9-814a-d91015c29a23 5033 2022-11-18T04:54:14.495Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-18T04:54:14.495Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-18T04:54:14.495Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:54:14.496Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:14.497Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:14.498Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747254495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:54:14.598Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:14.599Z||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-18T04:54:14.599Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:14.610Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:14.610Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:15.499Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a3c2da29-25e2-4f37-a0ac-fc1a636ab0dc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-18T04:54:15.499Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:54:15.500Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-18T04:54:15.552Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:54:15.552Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a3c2da29-25e2-4f37-a0ac-fc1a636ab0dc 903 2022-11-18T04:54:15.553Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-18T04:54:15.553Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-18T04:54:15.553Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:54:15.554Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:15.556Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:15.557Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747255553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:54:15.657Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:54:15.657Z||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-18T04:54:15.657Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:15.667Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:15.668Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:16.558Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 74a8b173-fd72-49b7-afef-d83bbe7b9af4 2022-11-18T04:54:16.558Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 69ca4d01-cb37-478a-997a-788a0b8476bb 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-18T04:54:16.581Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c170ac0, org.onap.sdc.toscaparser.api.parameters.Input@3d5bce72, org.onap.sdc.toscaparser.api.parameters.Input@7132439, org.onap.sdc.toscaparser.api.parameters.Input@27d5461e, org.onap.sdc.toscaparser.api.parameters.Input@5360092e] 2022-11-18T04:54:16.583Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.583Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:16.583Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-18T04:54:16.584Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 876747be-2727-4b56-bebd-cbe45c0c4dd0 2022-11-18T04:54:16.584Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 876747be-2727-4b56-bebd-cbe45c0c4dd0 matches Tosca VF Customization UUID: 876747be-2727-4b56-bebd-cbe45c0c4dd0 2022-11-18T04:54:16.584Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 876747be-2727-4b56-bebd-cbe45c0c4dd0 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-18T04:54:16.586Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.587Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:16.587Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 876747be-2727-4b56-bebd-cbe45c0c4dd0: {\"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-18T04:54:16.588Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@236ffbc6 2022-11-18T04:54:16.588Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.588Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-18T04:54:16.589Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 534ccb16-59dc-40bf-8152-67fda9d8cbd8 2022-11-18T04:54:16.589Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 534ccb16-59dc-40bf-8152-67fda9d8cbd8 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-18T04:54:16.592Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.592Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T04:54:16.593Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:54:16.593Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.593Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T04:54:16.594Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:54:16.594Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.594Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-18T04:54:16.595Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-18T04:54:16.595Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-18T04:54:16.596Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c1915af3-fd5a-404f-9c95-d3862bcd117e 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-18T04:54:16.598Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.599Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T04:54:16.599Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-18T04:54:16.599Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.600Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-18T04:54:16.600Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=876747be-2727-4b56-bebd-cbe45c0c4dd0 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-18T04:54:16.604Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.604Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:16.604Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 74a8b173-fd72-49b7-afef-d83bbe7b9af4: basic_vm_macro 2022-11-18T04:54:16.604Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.605Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:16.605Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.605Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:16.606Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.606Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:16.606Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.606Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:16.607Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:54:16.607Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:54:16.607Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-18T04:54:16.684Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 69ca4d01-cb37-478a-997a-788a0b8476bb 1 ASDC deployResourceStructure 2022-11-18T04:54:16.684Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-18T04:54:16.684Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-18T04:54:16.684Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:54:16.684Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:16.686Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:16.686Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747256684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:54:16.786Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:16.787Z||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-18T04:54:16.787Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:16.797Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:16.798Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:54:17.687Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-18T04:54:17.688Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-18T04:54:17.688Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:54:17.688Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:17.691Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:17.691Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747257687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:54:17.790Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:54:17.792Z||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-18T04:54:17.792Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:17.811Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:17.811Z||pool-130-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:18.692Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-18T04:54:18.692Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-18T04:54:18.693Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:54:18.693Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:18.695Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:18.695Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747258692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T04:54:18.795Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:18.797Z||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-18T04:54:18.797Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:18.811Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:18.812Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:19.696Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-18T04:54:19.696Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-18T04:54:19.697Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:54:19.697Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:19.699Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:19.699Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747259696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:54:19.799Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:19.800Z||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-18T04:54:19.800Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:19.810Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:19.811Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:20.700Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:54:20.712Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:54:20.715Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:54:20.716Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:54:20.716Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T04:54:20.716Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T04:54:20.716Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:54:20.716Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:54:20.717Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:54:20.717Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:54:20.717Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:54:20.717Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T04:54:20.724Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T04:54:50.725Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 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-18T04:54:50.741Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 and serviceModelVersionId: 74a8b173-fd72-49b7-afef-d83bbe7b9af4 2022-11-18T04:54:50.741Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : febc1d07-1d4a-4682-974b-92a9f6826ccd 2022-11-18T04:54:50.742Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/febc1d07-1d4a-4682-974b-92a9f6826ccd/model-vers/model-ver/74a8b173-fd72-49b7-afef-d83bbe7b9af4?depth=0 2022-11-18T04:54:50.746Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T04:54:50.784Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febc1d07-1d4a-4682-974b-92a9f6826ccd/model-vers/model-ver/74a8b173-fd72-49b7-afef-d83bbe7b9af4?depth=0|INFO|500||Invoke 2022-11-18T04:54:50.785Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febc1d07-1d4a-4682-974b-92a9f6826ccd/model-vers/model-ver/74a8b173-fd72-49b7-afef-d83bbe7b9af4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febc1d07-1d4a-4682-974b-92a9f6826ccd/model-vers/model-ver/74a8b173-fd72-49b7-afef-d83bbe7b9af4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[41aa2fdf-09b3-4cbd-8249-91edb34d98f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a31fd0de-82cc-488a-9ad2-b9d0242f1739], X-ECOMP-RequestID=[41aa2fdf-09b3-4cbd-8249-91edb34d98f5], X-TransactionId=[], X-ONAP-RequestID=[41aa2fdf-09b3-4cbd-8249-91edb34d98f5], Content-Type=[application/merge-patch+json]} 2022-11-18T04:54:50.807Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febc1d07-1d4a-4682-974b-92a9f6826ccd/model-vers/model-ver/74a8b173-fd72-49b7-afef-d83bbe7b9af4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T04:54:51.153Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febc1d07-1d4a-4682-974b-92a9f6826ccd/model-vers/model-ver/74a8b173-fd72-49b7-afef-d83bbe7b9af4?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/febc1d07-1d4a-4682-974b-92a9f6826ccd/model-vers/model-ver/74a8b173-fd72-49b7-afef-d83bbe7b9af4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-04:54:50:656-48279], vertex-id=[237624], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:54:50 GMT], Content-Type=[application/json]} 2022-11-18T04:54:51.153Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febc1d07-1d4a-4682-974b-92a9f6826ccd/model-vers/model-ver/74a8b173-fd72-49b7-afef-d83bbe7b9af4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T04:54:51.154Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febc1d07-1d4a-4682-974b-92a9f6826ccd/model-vers/model-ver/74a8b173-fd72-49b7-afef-d83bbe7b9af4?depth=0|INFO|500||InvokeReturn 2022-11-18T04:54:51.154Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T04:54:51.155Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T04:54:51.160Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T04:54:51.160Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41aa2fdf-09b3-4cbd-8249-91edb34d98f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T04:54:51.160Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T04:54:51.160Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:51.162Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:51.162Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747291160, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:54:51.262Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:51.263Z||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-18T04:54:51.263Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:51.279Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:51.280Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T04:54:52.185Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:54:52.186Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|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-18T04:54:52.186Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:54:56.655Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:56.655Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-18T04:54:56.656Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff41013c-e12d-4458-9a91-1a3ddd455a1d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"169346bf-6863-4e4d-a885-284ce6b13e0c","serviceDescription":"service","serviceInvariantUUID":"febdd01c-8470-421a-bb52-f3f244ca739b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d6458095-4968-49b8-b853-be0f6c93125a","resourceInvariantUUID":"4776963a-dae1-41f4-b224-119742166804","resourceCustomizationUUID":"53622226-e208-4e54-9173-fc48c9de54d3","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":"ZWY0OWM5MGJkZDNlYzA4YTExMGU0YWZkZTUwNWFkZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de79330e-d59c-4bef-a053-4b9606455bf6","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":"e463a822-d11e-45b1-af52-ed57ce6bb502","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":"e0826609-9b73-42da-b87e-9056cb95cf7b","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":"NzNlMGY5Y2JmZTY2NWI3Mzk4MDhjZTA2NjE3OGZiNTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"808138c2-f714-4c32-bc53-701d0b886738","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":"63187314-4149-4c1f-852d-f8ea494d3322","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":"597122a3-bfde-4db0-8ebe-1a68908aa19d","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":"bd7fcada-0f8c-499c-9a10-5cb83e13cd39","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":"Y2ZmNjU4ZWY0ZjFlOTc0ZDUxMGVjMzEwOTliNmExNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8ab5f44-4155-4ba1-8a0d-4d9f452a49e7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzMwY2UyZjA5M2I5YzU1YjhjZWVmYzliYzAyODA3MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2899d918-a3ac-4586-8229-8f32ced89091","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-18T04:54:56.658Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:56.658Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:56.660Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:56.660Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:56.760Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:56.761Z||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-18T04:54:56.761Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:56.772Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:56.773Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:57.660Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:57.661Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:57.663Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:57.663Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:57.763Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:57.764Z||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-18T04:54:57.764Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:57.775Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:57.776Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:58.664Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:58.665Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:58.667Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:58.667Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:58.767Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:58.768Z||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-18T04:54:58.768Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:58.778Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:58.779Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:54:59.668Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:54:59.669Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:54:59.671Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:54:59.671Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:54:59.771Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:54:59.772Z||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-18T04:54:59.772Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:54:59.783Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:54:59.783Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:55:00.672Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:55:00.672Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:55:00.675Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:55:00.675Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:55:00.775Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:55:00.776Z||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-18T04:55:00.777Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:55:00.788Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:55:00.789Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:55:01.676Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:55:01.677Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:55:01.679Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:55:01.679Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:55:01.779Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:55:01.780Z||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-18T04:55:01.780Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:55:01.792Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:55:01.792Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:55:02.679Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:55:02.680Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:55:02.682Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:55:02.683Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:55:02.783Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:55:02.784Z||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-18T04:55:02.784Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:55:02.796Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:55:02.797Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:55:03.684Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:55:03.684Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:55:03.686Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:55:03.686Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:55:03.786Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:55:03.787Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T04:55:03.787Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:55:03.799Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:55:03.799Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-18T04:55:04.687Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-18T04:55:04.688Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:55:04.690Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:55:04.691Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:55:04.791Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-18T04:55:04.791Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T04:55:04.792Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:55:04.806Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:55:04.806Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:55:05.692Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "169346bf-6863-4e4d-a885-284ce6b13e0c", "serviceDescription": "service", "serviceInvariantUUID": "febdd01c-8470-421a-bb52-f3f244ca739b", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "53622226-e208-4e54-9173-fc48c9de54d3", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d6458095-4968-49b8-b853-be0f6c93125a", "resourceInvariantUUID": "4776963a-dae1-41f4-b224-119742166804", "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": "NzMwY2UyZjA5M2I5YzU1YjhjZWVmYzliYzAyODA3MGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2899d918-a3ac-4586-8229-8f32ced89091" } ], "workloadContext": "Production" } 2022-11-18T04:55:05.692Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-18T04:55:05.692Z|41aa2fdf-09b3-4cbd-8249-91edb34d98f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 169346bf-6863-4e4d-a885-284ce6b13e0c ASDC 2022-11-18T04:55:05.693Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:ff41013c-e12d-4458-9a91-1a3ddd455a1d ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:169346bf-6863-4e4d-a885-284ce6b13e0c ServiceInvariantUUID:febdd01c-8470-421a-bb52-f3f244ca739b 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:2899d918-a3ac-4586-8229-8f32ced89091 ArtifactChecksum:NzMwY2UyZjA5M2I5YzU1YjhjZWVmYzliYzAyODA3MGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:53622226-e208-4e54-9173-fc48c9de54d3 ResourceInvariantUUID:4776963a-dae1-41f4-b224-119742166804 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d6458095-4968-49b8-b853-be0f6c93125a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-18T04:55:05.693Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 169346bf-6863-4e4d-a885-284ce6b13e0c 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-18T04:55:05.716Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:55:05.716Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:55:05.717Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:55:05.717Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2899d918-a3ac-4586-8229-8f32ced89091 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-18T04:55:05.717Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-18T04:55:05.717Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-18T04:55:05.838Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-18T04:55:05.843Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2899d918-a3ac-4586-8229-8f32ced89091 110861 2022-11-18T04:55:05.843Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||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-18T04:55:05.843Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||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-18T04:55:05.843Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-18T04:55:05.843Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:55:05.845Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:55:05.845Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747305843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:55:05.946Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T04:55:05.946Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T04:55:05.947Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:55:05.959Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:55:05.959Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:55:06.845Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-18T04:55:06.847Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-18T04:55:06.847Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2899d918-a3ac-4586-8229-8f32ced89091, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T04:55:06.847Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-18T04:55:06.848Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T04:55:06.848Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T04:55:06.954Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3847177809041070113/Definitions/service-TestPnfMacro-template.yml 2022-11-18T04:55:07.767Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-18T04:55:07.768Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T04:55:07.768Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T04:55:07.768Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-18T04:55:07.768Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T04:55:07.768Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T04:55:07.768Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||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-18T04:55:07.768Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T04:55:07.768Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T04:55:07.769Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T04:55:07.769Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-18T04:55:07.769Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-18T04:55:07.769Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:55:07.769Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:55:07.769Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-18T04:55:07.769Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T04:55:07.770Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:55:07.770Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:55:07.770Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:55:07.770Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-18T04:55:07.770Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-18T04:55:07.770Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-18T04:55:07.771Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:55:07.771Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:55:07.771Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:55:07.771Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:55:07.771Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:55:07.771Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:55:07.771Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:55:07.772Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:55:07.772Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:55:07.772Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:55:07.772Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:169346bf-6863-4e4d-a885-284ce6b13e0c Model Version:NULL Model InvariantUuid:febdd01c-8470-421a-bb52-f3f244ca739b 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-18T04:55:07.779Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: d6458095-4968-49b8-b853-be0f6c93125a 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-18T04:55:07.781Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-11-18T04:55:07.782Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d6458095-4968-49b8-b853-be0f6c93125a 2022-11-18T04:55:07.782Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 169346bf-6863-4e4d-a885-284ce6b13e0c 2022-11-18T04:55:07.782Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 169346bf-6863-4e4d-a885-284ce6b13e0c 2022-11-18T04:55:07.782Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d6458095-4968-49b8-b853-be0f6c93125a 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-18T04:55:07.787Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63170921, org.onap.sdc.toscaparser.api.parameters.Input@7d801a09, org.onap.sdc.toscaparser.api.parameters.Input@520a62d6, org.onap.sdc.toscaparser.api.parameters.Input@4db84900, org.onap.sdc.toscaparser.api.parameters.Input@163d1f97] 2022-11-18T04:55:07.787Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:55:07.788Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:55:07.788Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 169346bf-6863-4e4d-a885-284ce6b13e0c: test-pnf 2022-11-18T04:55:07.788Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||Processing PNF resource: d6458095-4968-49b8-b853-be0f6c93125a 2022-11-18T04:55:07.789Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-18T04:55:07.789Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-18T04:55:07.789Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||Resource customization UUID: 53622226-e208-4e54-9173-fc48c9de54d3 is the same as notified resource customizationUUID: 53622226-e208-4e54-9173-fc48c9de54d3 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-18T04:55:07.829Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d6458095-4968-49b8-b853-be0f6c93125a 0 ASDC deployResourceStructure 2022-11-18T04:55:07.829Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||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-18T04:55:07.830Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||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-18T04:55:07.830Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-18T04:55:07.831Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:55:07.833Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:55:07.833Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747307829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:55:07.935Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-18T04:55:07.936Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T04:55:07.936Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:55:07.949Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:55:07.949Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-18T04:55:08.835Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff41013c-e12d-4458-9a91-1a3ddd455a1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-18T04:55:08.852Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff41013c-e12d-4458-9a91-1a3ddd455a1d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-18T04:55:08.855Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-18T04:55:08.856Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-18T04:55:08.856Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-18T04:55:08.857Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-18T04:55:08.857Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:55:08.858Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:55:08.858Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:55:08.858Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:55:08.859Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-18T04:55:08.859Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-18T04:55:08.867Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-18T04:55:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:55:12.819Z||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-18T04:55:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:55:12.940Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:55:12.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:55:12.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747253430, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-18T04:55:12.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:55:38.868Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff41013c-e12d-4458-9a91-1a3ddd455a1d 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-18T04:55:38.873Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff41013c-e12d-4458-9a91-1a3ddd455a1d and serviceModelVersionId: 169346bf-6863-4e4d-a885-284ce6b13e0c 2022-11-18T04:55:38.874Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : febdd01c-8470-421a-bb52-f3f244ca739b 2022-11-18T04:55:38.874Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/febdd01c-8470-421a-bb52-f3f244ca739b/model-vers/model-ver/169346bf-6863-4e4d-a885-284ce6b13e0c?depth=0 2022-11-18T04:55:38.877Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-18T04:55:38.912Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febdd01c-8470-421a-bb52-f3f244ca739b/model-vers/model-ver/169346bf-6863-4e4d-a885-284ce6b13e0c?depth=0|INFO|500||Invoke 2022-11-18T04:55:38.913Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febdd01c-8470-421a-bb52-f3f244ca739b/model-vers/model-ver/169346bf-6863-4e4d-a885-284ce6b13e0c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febdd01c-8470-421a-bb52-f3f244ca739b/model-vers/model-ver/169346bf-6863-4e4d-a885-284ce6b13e0c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff41013c-e12d-4458-9a91-1a3ddd455a1d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3880bca-3999-42e8-9f88-6d06a522606a], X-ECOMP-RequestID=[ff41013c-e12d-4458-9a91-1a3ddd455a1d], X-TransactionId=[], X-ONAP-RequestID=[ff41013c-e12d-4458-9a91-1a3ddd455a1d], Content-Type=[application/merge-patch+json]} 2022-11-18T04:55:38.933Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febdd01c-8470-421a-bb52-f3f244ca739b/model-vers/model-ver/169346bf-6863-4e4d-a885-284ce6b13e0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-18T04:55:39.220Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febdd01c-8470-421a-bb52-f3f244ca739b/model-vers/model-ver/169346bf-6863-4e4d-a885-284ce6b13e0c?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/febdd01c-8470-421a-bb52-f3f244ca739b/model-vers/model-ver/169346bf-6863-4e4d-a885-284ce6b13e0c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-04:55:38:779-92121], vertex-id=[237768], Content-Length=[0], Date=[Fri, 18 Nov 2022 04:55:38 GMT], Content-Type=[application/json]} 2022-11-18T04:55:39.221Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febdd01c-8470-421a-bb52-f3f244ca739b/model-vers/model-ver/169346bf-6863-4e4d-a885-284ce6b13e0c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-18T04:55:39.222Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/febdd01c-8470-421a-bb52-f3f244ca739b/model-vers/model-ver/169346bf-6863-4e4d-a885-284ce6b13e0c?depth=0|INFO|500||InvokeReturn 2022-11-18T04:55:39.222Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-18T04:55:39.222Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-18T04:55:39.230Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-18T04:55:39.230Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff41013c-e12d-4458-9a91-1a3ddd455a1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-18T04:55:39.231Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-18T04:55:39.231Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-18T04:55:39.233Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-18T04:55:39.233Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747339230, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:55:39.333Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-18T04:55:39.334Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-18T04:55:39.334Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VxcOLrvzygydtL6C) ... 2022-11-18T04:55:39.348Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:55:39.349Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-18T04:55:40.245Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:55:40.246Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T04:55:40.246Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:55:49.824Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:55:49.825Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:55:49.825Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T04:55:49.826Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:55:59.364Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:55:59.365Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:55:59.366Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T04:55:59.366Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:56:08.916Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:56:08.917Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:56:08.917Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T04:56:08.917Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:56:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:56:12.819Z||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-18T04:56:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:56:12.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:56:12.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747254495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-18T04:56:12.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:56:12.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747255553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-18T04:56:12.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:56:12.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747256684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-18T04:56:12.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:56:12.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747257687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-18T04:56:12.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:56:12.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747258692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-18T04:56:12.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:56:12.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747259696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:56:12.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:56:12.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41aa2fdf-09b3-4cbd-8249-91edb34d98f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747291160, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:56:12.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:56:12.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:56:12.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T04:56:12.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-18T04:56:12.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T04:56:12.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-18T04:56:12.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T04:56:12.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-18T04:56:12.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T04:56:12.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-18T04:56:12.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T04:56:12.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:56:12.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T04:56:12.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-18T04:56:12.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T04:56:12.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-18T04:56:12.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T04:56:12.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747292185, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-18T04:56:12.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-18T04:56:12.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747305843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-18T04:56:12.897Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:56:12.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-18T04:56:12.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747307829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-18T04:56:12.897Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:56:18.539Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:56:18.539Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:56:18.540Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T04:56:18.540Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:56:28.085Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:57:12.816Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:57:12.817Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T04:57:12.817Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:57:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:57:12.819Z||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-18T04:57:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:57:13.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:57:13.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-18T04:57:13.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff41013c-e12d-4458-9a91-1a3ddd455a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668747339230, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-18T04:57:13.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-18T04:57:22.382Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:58:12.816Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:58:12.817Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T04:58:12.817Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:58:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:58:12.819Z||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-18T04:58:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:58:22.389Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:58:22.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:59:12.816Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:59:12.817Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T04:59:12.817Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T04:59:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T04:59:12.819Z||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-18T04:59:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T04:59:22.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T04:59:22.382Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:00:12.816Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:00:12.817Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T05:00:12.817Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:00:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:00:12.818Z||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-18T05:00:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:00:22.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:00:22.381Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:01:12.816Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:01:12.817Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T05:01:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:01:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:01:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:01:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:01:22.401Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:01:22.401Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:02:12.816Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:02:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T05:02:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:02:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:02:12.819Z||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-18T05:02:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:02:22.383Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:02:22.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:03:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:03:12.817Z||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-18T05:03:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:03:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:03:12.819Z||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-18T05:03:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:03:22.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:03:22.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:04:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:04:12.817Z||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-18T05:04:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:04:12.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:04:12.818Z||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-18T05:04:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:04:22.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:04:22.403Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:05:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:05:12.817Z||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-18T05:05:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:05:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:05:12.818Z||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-18T05:05:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:05:22.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:05:22.395Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:06:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:06:12.817Z||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-18T05:06:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:06:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:06:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T05:06:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:06:22.388Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:06:22.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:07:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:07:12.816Z||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-18T05:07:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:07:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:07:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T05:07:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:07:22.371Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:07:22.385Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:08:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:08:12.817Z||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-18T05:08:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:08:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:08:12.819Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T05:08:12.819Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:08:22.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:08:22.379Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:09:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:09:12.817Z||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-18T05:09:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:09:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:09:12.818Z||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-18T05:09:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:09:22.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:09:22.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:10:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:10:12.817Z||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-18T05:10:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:10:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:10:12.818Z||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-18T05:10:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:10:22.359Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:10:22.360Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:11:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:11:12.817Z||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-18T05:11:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:11:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:11:12.818Z||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-18T05:11:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:11:22.360Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:11:22.361Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:12:12.816Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:12:12.817Z||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-18T05:12:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:12:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:12:12.819Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:12:12.819Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:12:22.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:12:22.367Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:13:12.816Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:13:12.817Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:13:12.817Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:13:12.818Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:13:12.819Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:13:12.819Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:13:22.361Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:13:22.366Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:14:12.816Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:14:12.817Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:14:12.817Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:14:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:14:12.818Z||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-18T05:14:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:14:22.362Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:14:22.362Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:15:12.816Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:15:12.817Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:15:12.817Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:15:12.819Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:15:12.820Z||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-18T05:15:12.820Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:15:22.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:15:22.365Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:16:12.816Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:16:12.817Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:16:12.817Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:16:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:16:12.818Z||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-18T05:16:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:16:22.379Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:16:22.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:17:12.816Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:17:12.817Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:17:12.817Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:17:12.820Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:17:12.821Z||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-18T05:17:12.821Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:17:22.385Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:17:22.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:18:12.816Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:18:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:18:12.819Z||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-18T05:18:12.819Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:18:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:18:12.819Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:18:22.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:18:22.396Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:19:12.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:19:12.817Z||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-18T05:19:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:19:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:19:12.818Z||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-18T05:19:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:19:22.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:19:22.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:20:12.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:20:12.817Z||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-18T05:20:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:20:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:20:12.819Z||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-18T05:20:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:20:22.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:20:22.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:21:12.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:21:12.817Z||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-18T05:21:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:21:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:21:12.818Z||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-18T05:21:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:21:22.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:21:22.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:22:12.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:22:12.817Z||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-18T05:22:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:22:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:22:12.818Z||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-18T05:22:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:22:22.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:22:22.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:23:12.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:23:12.817Z||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-18T05:23:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:23:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:23:12.818Z||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-18T05:23:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:23:22.362Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:23:22.365Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:24:12.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:24:12.817Z||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-18T05:24:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:24:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:24:12.819Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:24:12.819Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:24:22.363Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:24:22.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:25:12.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:25:12.817Z||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-18T05:25:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:25:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:25:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:25:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:25:22.373Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:25:22.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:26:12.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:26:12.817Z||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-18T05:26:12.817Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:26:12.818Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:26:12.819Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:26:12.819Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:26:22.362Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:26:22.362Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:27:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:27:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:27:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:27:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:27:12.819Z||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-18T05:27:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:27:22.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:27:22.367Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:28:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:28:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:28:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:28:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:28:12.818Z||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-18T05:28:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:28:22.364Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:28:22.367Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:29:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:29:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:29:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:29:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:29:12.819Z||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-18T05:29:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:29:22.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:29:22.367Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:30:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:30:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:30:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:30:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:30:12.819Z||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-18T05:30:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:30:22.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:30:22.358Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:31:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:31:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:31:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:31:12.819Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T05:31:12.819Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:31:12.818Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:31:22.384Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:31:22.388Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:32:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:32:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:32:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:32:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:32:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:32:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:32:22.360Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:32:22.361Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:33:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:33:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:33:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:33:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:33:12.818Z||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-18T05:33:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:33:22.355Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:33:22.358Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:34:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:34:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:34:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:34:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:34:12.818Z||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-18T05:34:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:34:22.356Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:34:22.359Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:35:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:35:12.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:35:12.818Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:35:12.818Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:35:12.818Z||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-18T05:35:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:35:22.361Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:35:22.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:36:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:36:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:36:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:36:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:36:12.818Z||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-18T05:36:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:36:22.374Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:36:22.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:37:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:37:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:37:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:37:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:37:12.818Z||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-18T05:37:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:37:22.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:37:22.383Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:38:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:38:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:38:12.818Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:38:12.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:38:12.818Z||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-18T05:38:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:38:22.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:38:22.400Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:39:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:39:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:39:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:39:12.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:39:12.819Z||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-18T05:39:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:39:22.356Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:39:22.356Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:40:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:40:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:40:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:40:12.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:40:12.818Z||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-18T05:40:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:40:22.364Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:40:22.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:41:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:41:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:41:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:41:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:41:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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-18T05:41:12.818Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:41:22.356Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:41:22.374Z|ff41013c-e12d-4458-9a91-1a3ddd455a1d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:42:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:42:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:42:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:42:12.818Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:42:12.819Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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-18T05:42:12.819Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:42:22.361Z|5c42f5a1-cf0c-46c1-9de2-782d7b270b55|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:42:22.361Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:43:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:43:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:43:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:43:12.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:43:12.818Z||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-18T05:43:12.818Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:43:22.363Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:43:22.366Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:44:12.816Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:44:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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-18T05:44:12.817Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|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 VxcOLrvzygydtL6C) ... 2022-11-18T05:44:12.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-18T05:44:12.819Z||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-18T05:44:12.819Z||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 VxcOLrvzygydtL6C) ... 2022-11-18T05:44:22.357Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-18T05:44:22.360Z|a240f740-2d7d-4be5-9620-7ad04da1f4a8|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK